diff options
| author | mo khan <mo@mokhan.ca> | 2014-05-27 13:08:52 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-05-27 13:08:52 -0600 |
| commit | 694add5cc6daf2aaa9e6c054fb8db7d97f650f3d (patch) | |
| tree | d4ae0fa2c9249fecb45bec2c4bae8eacc949c339 | |
| parent | 4fea922f46b30a200835242107bf2a199a94f21a (diff) | |
move extra notifies.main
| -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 |
