From 3182414eac98cfed3d863decc4fd4d46892dfd52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jani=20V=C3=A4limaa?= Date: Fri, 4 Oct 2024 21:13:30 +0300 Subject: Add ociaa1 puppet node --- manifests/nodes/ociaa1.pp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 manifests/nodes/ociaa1.pp (limited to 'manifests') 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': } +} -- cgit v1.2.1