diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-06-20 11:33:06 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-06-20 11:33:06 +0300 |
commit | 97c7e1c2c8ea745e8e4063dc9648fe77835c70ed (patch) | |
tree | 1413a95646f17852d0ff700254ccb34d97a456db /deployment/mga_buildsystem | |
parent | c3b5d814242fc3ad9c2243b23aa648321051b143 (diff) | |
download | puppet-97c7e1c2c8ea745e8e4063dc9648fe77835c70ed.tar puppet-97c7e1c2c8ea745e8e4063dc9648fe77835c70ed.tar.gz puppet-97c7e1c2c8ea745e8e4063dc9648fe77835c70ed.tar.bz2 puppet-97c7e1c2c8ea745e8e4063dc9648fe77835c70ed.tar.xz puppet-97c7e1c2c8ea745e8e4063dc9648fe77835c70ed.zip |
add sucuk to allowed buildhosts
Diffstat (limited to 'deployment/mga_buildsystem')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index a4d8b4a3..19c3e42f 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -146,6 +146,8 @@ class mga_buildsystem::config { $::nodes_ipaddr[rabbit][ipv4], $::nodes_ipaddr[rabbit][ipv6], '212.85.158.158', + $::nodes_ipaddr[sucuk][ipv4], + $::nodes_ipaddr[sucuk][ipv6], ] # the list of checks, actions, posts for cauldron in youri-upload |