]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Typo
authorPaul Wise <pabs@debian.org>
Thu, 18 Jun 2015 06:02:56 +0000 (14:02 +0800)
committerPaul Wise <pabs@debian.org>
Thu, 18 Jun 2015 06:02:56 +0000 (14:02 +0800)
modules/vsftpd/manifests/init.pp

index 0ad87bad2f95232cbf403d443ab0dc9953e9412d..9806604f525977aa232f1f7ad2924c63074499b1 100644 (file)
@@ -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'],
        }