diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-07-05 23:52:54 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-07-05 23:52:54 +0300 |
commit | 795223df097cc589f2d8c9d074f51ce86c9d954f (patch) | |
tree | 82357bf07d427fcc72509116a8974c5afe89311f /manifests/nodes | |
parent | f2c225c18f546f7569c79fbc7d2124c70b375ff9 (diff) | |
download | puppet-795223df097cc589f2d8c9d074f51ce86c9d954f.tar puppet-795223df097cc589f2d8c9d074f51ce86c9d954f.tar.gz puppet-795223df097cc589f2d8c9d074f51ce86c9d954f.tar.bz2 puppet-795223df097cc589f2d8c9d074f51ce86c9d954f.tar.xz puppet-795223df097cc589f2d8c9d074f51ce86c9d954f.zip |
add armlet1 node config
Diffstat (limited to 'manifests/nodes')
-rw-r--r-- | manifests/nodes/armlet1.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/nodes/armlet1.pp b/manifests/nodes/armlet1.pp new file mode 100644 index 00000000..0d731f08 --- /dev/null +++ b/manifests/nodes/armlet1.pp @@ -0,0 +1,7 @@ +node armlet1 { +# Location: Scaleway (Iliad/Online datacenter) +# + include common::default_mageia_server + include mga_buildsystem::buildnode + timezone::timezone { 'Europe/Paris': } +} |