diff --git a/cookbooks/blog/nginx.rb b/cookbooks/blog/nginx.rb index 96004e0..3f74a91 100644 --- a/cookbooks/blog/nginx.rb +++ b/cookbooks/blog/nginx.rb @@ -15,7 +15,7 @@ file '/etc/fstab' do not_if 'grep /var/www/blog /etc/fstab' - notifies :run, 'execute[fstab -a]' + notifies :run, 'execute[mount -a]' end execute 'mount -a' do