From c423dce6689082dd689192632b1458e748f0b3d4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 19 Apr 2012 10:51:57 -0300 Subject: Removing missing dependency --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 5c72eff..d4f7c12 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -54,7 +54,7 @@ class qwebirc($ircserver = 'irc.myserver.com', $ircport = '6667', $realname = 'h creates => '/var/lib/qwebirc/.compiled', user => 'qwebirc', group => 'qwebirc', - require => [ User['qwebirc'], Group['qwebirc'], File['/var/lib/qwebirc/qwebirc/ircclient.py'] ], + require => [ User['qwebirc'], Group['qwebirc'] ], notify => Service['qwebirc'], } -- cgit v1.2.3