X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/77cd975164d60c089b6a42b2e9bd128c0e037025..2494e8d1803b39fe5ff964fc4c3b1e195ae8b064:/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]" )