diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-04-19 10:51:57 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-04-19 10:51:57 -0300 |
commit | c423dce6689082dd689192632b1458e748f0b3d4 (patch) | |
tree | 5c388b997a17152a5021406561b671cf0d8086fe | |
parent | abbf32872b917f8155bd6298d8f8d4315e85f82d (diff) | |
download | puppet-qwebirc-c423dce6689082dd689192632b1458e748f0b3d4.tar.gz puppet-qwebirc-c423dce6689082dd689192632b1458e748f0b3d4.tar.bz2 |
Removing missing dependency
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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'], } |