X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/77cd975164d60c089b6a42b2e9bd128c0e037025..4f21b7e35e41f1a7e0d9dc1bf8e82c6ab6df784b:/roles/letsencrypt.rb diff --git a/roles/letsencrypt.rb b/roles/letsencrypt.rb index c0b389da9..3c96b90ae 100644 --- a/roles/letsencrypt.rb +++ b/roles/letsencrypt.rb @@ -1,16 +1,6 @@ name "letsencrypt" description "Role applied to all letsencrypt servers" -default_attributes( - :accounts => { - :users => { - :letsencrypt => { - :status => :role - } - } - } -) - run_list( "recipe[letsencrypt]" )