/[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 2265 - (show annotations) (download)
Sun Jan 15 15:09:04 2012 UTC (12 years, 3 months ago) by misc
File size: 397 byte(s)
fix config for socket/irc reporting
1 class reports {
2 class ii {
3 $channel = "#mageia-sysadm"
4 $server = "irc.freenode.net"
5 # tribute to Masamune Shirow
6 $nick = "project_2501"
7
8 ii::bot { $nick:
9 channel => $channel,
10 server => $server,
11 }
12
13 file { "/etc/puppet/socket.yaml":
14 content => template("reports/socket.yaml"),
15 }
16 }
17 }

Properties

Name Value
svn:keywords "ID Date Rev"

  ViewVC Help
Powered by ViewVC 1.1.30