aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2024-10-04 21:13:30 +0300
committerJani Välimaa <wally@mageia.org>2024-10-04 21:13:30 +0300
commit3182414eac98cfed3d863decc4fd4d46892dfd52 (patch)
treef57dedfe5fb0f81ab615c7c27c7f673e2470ce8b /manifests
parent2a2686188674bee2b19bef5f09b11f80fd63046b (diff)
downloadpuppet-3182414eac98cfed3d863decc4fd4d46892dfd52.tar
puppet-3182414eac98cfed3d863decc4fd4d46892dfd52.tar.gz
puppet-3182414eac98cfed3d863decc4fd4d46892dfd52.tar.bz2
puppet-3182414eac98cfed3d863decc4fd4d46892dfd52.tar.xz
puppet-3182414eac98cfed3d863decc4fd4d46892dfd52.zip
Add ociaa1 puppet node
Diffstat (limited to 'manifests')
-rw-r--r--manifests/nodes/ociaa1.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/manifests/nodes/ociaa1.pp b/manifests/nodes/ociaa1.pp
new file mode 100644
index 00000000..ce476665
--- /dev/null
+++ b/manifests/nodes/ociaa1.pp
@@ -0,0 +1,7 @@
+node ociaa1 {
+# Location: ?
+#
+ include common::default_mageia_server
+ include mga_buildsystem::buildnode
+ timezone::timezone { 'Europe/Paris': }
+}