Go to file
Kazuhiro MUSASHI b01aee85b5 Load `lego.rb` instead of `letsencrypt.rb`.
diff --git a/cookbooks/nginx/default.rb b/cookbooks/nginx/default.rb
index f7a30a7..8529d93 100644
--- a/cookbooks/nginx/default.rb
+++ b/cookbooks/nginx/default.rb
@@ -14,4 +14,4 @@ include_recipe './build.rb'
 include_recipe './setup.rb'

 # Install Let's Encrypt:
-include_recipe './letsencrypt.rb'
\ No newline at end of file
+include_recipe './lego.rb'
2019-10-27 23:50:00 +08:00
cookbooks Load `lego.rb` instead of `letsencrypt.rb`. 2019-10-27 23:50:00 +08:00
roles Create `fzf` cookbook. 2019-08-10 21:41:45 +08:00
tasks initial commit 2019-03-03 16:50:49 +08:00
.gitignore `nodes/`ディレクトリをgitの管理外にする 2019-08-10 19:05:13 +08:00
.rubocop-todo.yml initial commit 2019-03-03 16:50:49 +08:00
.rubocop.yml initial commit 2019-03-03 16:50:49 +08:00
.ruby-version initial commit 2019-03-03 16:50:49 +08:00
Gemfile initial commit 2019-03-03 16:50:49 +08:00
Gemfile.lock initial commit 2019-03-03 16:50:49 +08:00
Rakefile initial commit 2019-03-03 16:50:49 +08:00
entrypoint.rb initial commit 2019-03-03 16:50:49 +08:00