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