]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
A comma, a comma, my kingdom for a comma. (Typo fix)
authorTollef Fog Heen <tfheen@err.no>
Sun, 17 Jun 2012 06:59:26 +0000 (08:59 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sun, 17 Jun 2012 06:59:26 +0000 (08:59 +0200)
modules/bacula/manifests/director.pp

index fb69c6062f30a16696c008cf02f5c73f0ce4a519..b94a9992def4ca7b37ca626c50eff2804676f7d1 100644 (file)
@@ -18,7 +18,7 @@ class bacula::director inherits bacula {
       ensure  => directory,
       mode => 755,
       group => bacula,
-      purge => true
+      purge => true,
       notify  => Exec["bacula-director restart"]
       ;
     "/etc/bacula/bacula-dir.conf":