diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-12-12 03:14:08 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-12-12 03:14:08 +0200 |
commit | f3a2829bf4fee4c540387c1b399fb6b77f47ee63 (patch) | |
tree | c540369d68ea4ff559ae323c2e1caa68c128d12e /manifests | |
parent | 17642188724397eaf1ca063c291e8e7ab50e7bec (diff) | |
download | puppet-f3a2829bf4fee4c540387c1b399fb6b77f47ee63.tar puppet-f3a2829bf4fee4c540387c1b399fb6b77f47ee63.tar.gz puppet-f3a2829bf4fee4c540387c1b399fb6b77f47ee63.tar.bz2 puppet-f3a2829bf4fee4c540387c1b399fb6b77f47ee63.tar.xz puppet-f3a2829bf4fee4c540387c1b399fb6b77f47ee63.zip |
fix armlet4 node name
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes/armlet4.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/nodes/armlet4.pp b/manifests/nodes/armlet4.pp index f3e5be64..10b0e0dd 100644 --- a/manifests/nodes/armlet4.pp +++ b/manifests/nodes/armlet4.pp @@ -1,4 +1,4 @@ -node armlet3 { +node armlet4 { # Location: Scaleway (Iliad/Online datacenter) # include common::default_mageia_server |