diff options
| -rw-r--r-- | cookbooks/example/recipes/user.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cookbooks/example/recipes/user.rb b/cookbooks/example/recipes/user.rb index fd2e27f..aa7d648 100644 --- a/cookbooks/example/recipes/user.rb +++ b/cookbooks/example/recipes/user.rb @@ -21,5 +21,4 @@ template "/home/#{username}/.ssh/authorized_keys" do source "authorized_keys.erb" mode "0644" variables(keys: ssh['keys']) - notifies :restart, "service[nginx]" end |
