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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2256 - (hide annotations) (download)
Sun Jan 15 10:11:59 2012 UTC (12 years, 3 months ago) by misc
File size: 387 byte(s)
add reports::ii module, to report failure on irc
1 misc 2256 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 => "reports/socket.yaml",
15     }
16     }
17     }

Properties

Name Value
svn:keywords "ID Date Rev"

  ViewVC Help
Powered by ViewVC 1.1.30