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