/[adm]/puppet/deployment/reports/manifests/ii.pp
ViewVC logotype

Contents of /puppet/deployment/reports/manifests/ii.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2389 - (show annotations) (download)
Fri Feb 10 14:20:05 2012 UTC (12 years, 2 months ago) by misc
File size: 329 byte(s)
clean and make module reports::ii puppet-lint ready
1 class reports::ii {
2 $channel = '#mageia-sysadm'
3 $server = 'irc.freenode.net'
4 # tribute to Masamune Shirow
5 $nick = 'project_2501'
6
7 ii::bot { $nick:
8 channel => $channel,
9 server => $server,
10 }
11
12 file { '/etc/puppet/socket.yaml':
13 content => template('reports/socket.yaml'),
14 }
15 }

Properties

Name Value
svn:keywords "ID Date Rev"

  ViewVC Help
Powered by ViewVC 1.1.30