From f217208714afc0a9ca764a3424146f77a30ff41e Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 15 Jan 2012 10:11:59 +0000 Subject: add reports::ii module, to report failure on irc --- deployment/reports/manifests/ii.pp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 deployment/reports/manifests/ii.pp (limited to 'deployment/reports/manifests') diff --git a/deployment/reports/manifests/ii.pp b/deployment/reports/manifests/ii.pp new file mode 100644 index 00000000..b14d1336 --- /dev/null +++ b/deployment/reports/manifests/ii.pp @@ -0,0 +1,17 @@ +class reports { + class ii { + $channel = "#mageia-sysadm" + $server = "irc.freenode.net" + # tribute to Masamune Shirow + $nick = "project_2501" + + ii::bot { $nick: + channel => $channel, + server => $server, + } + + file { "/etc/puppet/socket.yaml": + content => "reports/socket.yaml", + } + } +} -- cgit v1.2.1