summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp21
1 files changed, 1 insertions, 20 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 78d82de..5c72eff 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -49,24 +49,6 @@ class qwebirc($ircserver = 'irc.myserver.com', $ircport = '6667', $realname = 'h
notify => Service['qwebirc'],
}
- # See http://hg.qwebirc.org/qwebirc/issue/152/ssl
- #file { '/var/lib/qwebirc/qwebirc/ircclient.py':
- # ensure => present,
- # owner => 'qwebirc',
- # group => 'qwebirc',
- # mode => 0640,
- # source => 'puppet:///modules/qwebirc/ircclient-ssl.py',
- # require => Vcsrepo['/var/lib/qwebirc'],
- # notify => Service['qwebirc'],
- #}
- #
- #exec { 'qwebirc-revert-ircclient.py':
- # command => 'hg revert qwebirc/ircclient.py'
- # cwd => '/var/lib/qwebirc',
- # user => 'qwebirc',
- # group => 'qwebirc',
- #}
-
exec { '/var/lib/qwebirc/compile.py':
cwd => '/var/lib/qwebirc',
creates => '/var/lib/qwebirc/.compiled',
@@ -83,8 +65,7 @@ class qwebirc($ircserver = 'irc.myserver.com', $ircport = '6667', $realname = 'h
hasrestart => true,
hasstatus => false,
pattern => 'python /var/lib/qwebirc/run.py',
- require => [ File['/etc/init.d/qwebirc', '/var/lib/qwebirc/config.py',
- '/var/lib/qwebirc/qwebirc/ircclient.py'],
+ require => [ File['/etc/init.d/qwebirc', '/var/lib/qwebirc/config.py' ],
Package['python-twisted'] ],
}
}