From: Stephen Gran Date: Tue, 24 Apr 2012 20:06:03 +0000 (+0100) Subject: syntax, sigh X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=8b62c664936a715bfb8f8a04b73f7d9dab381d76 syntax, sigh Signed-off-by: Stephen Gran --- diff --git a/modules/vsftpd/manifests/nolisten.pp b/modules/vsftpd/manifests/nolisten.pp index c2e5d079..0bf6aaf2 100644 --- a/modules/vsftpd/manifests/nolisten.pp +++ b/modules/vsftpd/manifests/nolisten.pp @@ -7,7 +7,7 @@ class vsftpd::nolisten { file { '/etc/vsftpd.conf': noop => true, - content => 'listen=NO' + content => 'listen=NO', notify => Service['vsftpd'] } }