git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/site/profile/manifests/webhook_no_mcollective.pp
diff options
context:
space:
mode:
Diffstat (limited to 'site/profile/manifests/webhook_no_mcollective.pp')
-rw-r--r--site/profile/manifests/webhook_no_mcollective.pp13
1 files changed, 13 insertions, 0 deletions
diff --git a/site/profile/manifests/webhook_no_mcollective.pp b/site/profile/manifests/webhook_no_mcollective.pp
new file mode 100644
index 0000000..42c4954
--- /dev/null
+++ b/site/profile/manifests/webhook_no_mcollective.pp
@@ -0,0 +1,13 @@
+class profile::webhook_no_mcollective {
+
+ class {'r10k::webhook::config':
+ use_mcollective => false,
+ }
+
+ class {'r10k::webhook':
+ user => 'root',
+ group => '0',
+ require => Class['r10k::webhook::config'],
+ }
+
+}