diff options
author | Olivier Blin <dev@blino.org> | 2015-10-30 23:25:25 +0100 |
---|---|---|
committer | Olivier Blin <dev@blino.org> | 2015-10-30 23:25:25 +0100 |
commit | 8300500cc869b5a159b3562370c56965794efce6 (patch) | |
tree | efd4daf63978a544e7faaef4f0d17b1d2302c8e8 /manifests | |
parent | afcd7188417869d5bbb42001b0a8a93a3cd59880 (diff) | |
download | puppet-8300500cc869b5a159b3562370c56965794efce6.tar puppet-8300500cc869b5a159b3562370c56965794efce6.tar.gz puppet-8300500cc869b5a159b3562370c56965794efce6.tar.bz2 puppet-8300500cc869b5a159b3562370c56965794efce6.tar.xz puppet-8300500cc869b5a159b3562370c56965794efce6.zip |
make armorique a build node
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes/armorique.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/nodes/armorique.pp b/manifests/nodes/armorique.pp index 811d84b1..0272cd61 100644 --- a/manifests/nodes/armorique.pp +++ b/manifests/nodes/armorique.pp @@ -2,4 +2,6 @@ node armorique { # Location: Scaleway (Iliad/Online datacenter) include common::default_mageia_server timezone::timezone { 'Europe/Paris': } + + include mga_buildsystem::buildnode } |