aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/reports/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/reports/manifests')
-rw-r--r--deployment/reports/manifests/ii.pp17
1 files changed, 17 insertions, 0 deletions
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",
+ }
+ }
+}