aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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":