aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bcd/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/bcd/manifests/init.pp')
-rw-r--r--modules/bcd/manifests/init.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/bcd/manifests/init.pp b/modules/bcd/manifests/init.pp
new file mode 100644
index 00000000..1ff57144
--- /dev/null
+++ b/modules/bcd/manifests/init.pp
@@ -0,0 +1,5 @@
+class bcd {
+ $login = 'bcd'
+ $home = '/home/bcd'
+ $public_isos = "${home}/public_html/isos"
+}