summaryrefslogtreecommitdiff
path: root/grid5000/steps/data/setup/puppet/manifests/std.pp
diff options
context:
space:
mode:
Diffstat (limited to 'grid5000/steps/data/setup/puppet/manifests/std.pp')
-rw-r--r--grid5000/steps/data/setup/puppet/manifests/std.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/grid5000/steps/data/setup/puppet/manifests/std.pp b/grid5000/steps/data/setup/puppet/manifests/std.pp
new file mode 100644
index 0000000..8a25c5f
--- /dev/null
+++ b/grid5000/steps/data/setup/puppet/manifests/std.pp
@@ -0,0 +1,6 @@
+# Standard environement creation recipe
+# All recipes are stored in 'env' module. Here called with 'std' variant parameter.
+
+class { 'env':
+ given_variant => 'std';
+}