aboutsummaryrefslogtreecommitdiffstats
path: root/modules/ii
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-01-15 11:15:06 +0000
committerMichael Scherer <misc@mageia.org>2012-01-15 11:15:06 +0000
commitc99e3ca0f0e42a3e0b56cbee95ab48ed46550365 (patch)
tree81f0fa6bda46ff560bd19f6d0bef67880366cc4b /modules/ii
parent959613513a594fd72bfe3e9167c55078ae3cf3df (diff)
downloadpuppet-c99e3ca0f0e42a3e0b56cbee95ab48ed46550365.tar
puppet-c99e3ca0f0e42a3e0b56cbee95ab48ed46550365.tar.gz
puppet-c99e3ca0f0e42a3e0b56cbee95ab48ed46550365.tar.bz2
puppet-c99e3ca0f0e42a3e0b56cbee95ab48ed46550365.tar.xz
puppet-c99e3ca0f0e42a3e0b56cbee95ab48ed46550365.zip
fix the module
Diffstat (limited to 'modules/ii')
-rw-r--r--modules/ii/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ii/manifests/init.pp b/modules/ii/manifests/init.pp
index 0c80db40..80081838 100644
--- a/modules/ii/manifests/init.pp
+++ b/modules/ii/manifests/init.pp
@@ -18,7 +18,7 @@ class ii {
service { 'ii':
provider => base,
start => "su nobody -c 'ii -n $nick -i /var/lib/ii/$nick -s $server'",
- notify => "join channel",
+ notify => Exec["join channel"],
}
exec { "join channel":