aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/var
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-22 22:16:40 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-22 22:16:40 +0000
commit972b423e17b15448e7d4b2d34cc7d2ba494369f7 (patch)
treeb72cfaac36732cb4dd5510898e62cd2eb8dd3046 /modules/buildsystem/manifests/var
parent1efaa9bd8b535e1bb0ef19576f85ca6e114c3227 (diff)
downloadpuppet-972b423e17b15448e7d4b2d34cc7d2ba494369f7.tar
puppet-972b423e17b15448e7d4b2d34cc7d2ba494369f7.tar.gz
puppet-972b423e17b15448e7d4b2d34cc7d2ba494369f7.tar.bz2
puppet-972b423e17b15448e7d4b2d34cc7d2ba494369f7.tar.xz
puppet-972b423e17b15448e7d4b2d34cc7d2ba494369f7.zip
Add buildsystem::var::iurt
This class is used for iurt settings.
Diffstat (limited to 'modules/buildsystem/manifests/var')
-rw-r--r--modules/buildsystem/manifests/var/iurt.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/var/iurt.pp b/modules/buildsystem/manifests/var/iurt.pp
new file mode 100644
index 00000000..3f91c676
--- /dev/null
+++ b/modules/buildsystem/manifests/var/iurt.pp
@@ -0,0 +1,4 @@
+class buildsystem::var::iurt(
+ $login = 'iurt',
+ $homedir = '/home/iurt'
+) { }