From: Paul Wise Date: Thu, 18 Jun 2015 06:02:56 +0000 (+0800) Subject: Typo X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=5eed555d06cedec4803c1764f35dda8146ba910c Typo --- diff --git a/modules/vsftpd/manifests/init.pp b/modules/vsftpd/manifests/init.pp index 0ad87bad..9806604f 100644 --- a/modules/vsftpd/manifests/init.pp +++ b/modules/vsftpd/manifests/init.pp @@ -27,7 +27,7 @@ class vsftpd { # Ensure the empty dir is present, workaround for #789127 file { '/etc/tmpfiles.d/vsftpd.conf': - content => 'd /var/run/vsftpd/empty 0755 root root -' + content => 'd /var/run/vsftpd/empty 0755 root root -', notify => Exec['systemd-tmpfiles --create --exclude-prefix=/dev'], }