summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-19 18:25:04 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-19 18:25:04 -0200
commit59d6c789b6646cc65ea2f8c9f29d74ddb394e567 (patch)
treeca653603447570842eea3d2fdb6f47f9883701b7
parente3a147b3e4f749ac24c9cf05d79e95172d1a255d (diff)
downloadpuppet-mpd-59d6c789b6646cc65ea2f8c9f29d74ddb394e567.tar.gz
puppet-mpd-59d6c789b6646cc65ea2f8c9f29d74ddb394e567.tar.bz2
Moving site-mpd
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 581d286..b2b8734 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -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" ],
}
}