]> gitweb.fluxo.info Git - puppet-mpd.git/commitdiff
Moving site-mpd
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Jan 2013 20:25:04 +0000 (18:25 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Jan 2013 20:25:04 +0000 (18:25 -0200)
manifests/init.pp

index 581d2869378ced3370ed6ca0b4cd86003d994618..b2b8734b1543a76987f1c2607ca7344d746b50e6 100644 (file)
@@ -17,7 +17,7 @@ class mpd {
     group  => audio,
     mode   => 0640,
     notify => Service['mpd'],
-    source => [ "puppet:///modules/site-mpd/$hostname.conf",
+    source => [ "puppet:///modules/site_mpd/$hostname.conf",
                 "puppet:///modules/mpd/mpd.conf" ],
   }
 }