diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-07-19 22:46:38 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-07-19 22:46:38 -0300 |
commit | c1b64015be1971f06b8e77e13ec40fd1643d1f75 (patch) | |
tree | 14cb96cca71743c4b263c7690255f75ce676456e | |
parent | 6ef82f17ef7bc2d6edcd5ff5874891737618f447 (diff) | |
download | puppet-qwebirc-c1b64015be1971f06b8e77e13ec40fd1643d1f75.tar.gz puppet-qwebirc-c1b64015be1971f06b8e77e13ec40fd1643d1f75.tar.bz2 |
Fixing requirement
-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 daaba2e..c173e9a 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'] ], + require => Vcsrepo['/var/lib/qwebirc'], notify => Service['qwebirc'], } |