commit 96d2a6fdb56cbdca4614308c307c1e4617abfdce
Author: Xavier Lamien <laxathom(a)fedoraproject.org>
Date: Thu Aug 6 12:06:33 2015 +0200
Add fas-client configs to bugzilla instance
manifests/nodes/main.pp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/manifests/nodes/main.pp b/manifests/nodes/main.pp
index add5524..18ecf71 100644
--- a/manifests/nodes/main.pp
+++ b/manifests/nodes/main.pp
@@ -2,6 +2,10 @@
node 'bugzilla.ovh.rpmfusion.lan' {
class { 'default-setup': }
+
+ $fas_group = ['sysadmin-bugs']
+ include fas-clients
+
# Bugzilla
package { 'bugzilla': ensure => installed }
file { '/etc/bugzilla/localconfig':