diff options
author | Jan Dittberner <jandd@cacert.org> | 2016-11-05 11:41:46 +0100 |
---|---|---|
committer | root <root@puppet.intra.cacert.org> | 2016-11-05 11:43:06 +0100 |
commit | bef9c83e74228604c5e7ed46c3e308408b5f6ca6 (patch) | |
tree | 997a1c116ae1db03430d8dc9005636e8d08fb882 /hieradata/common.yaml | |
parent | 1dad9bcf5c2f3212052ce493b08b1a2af754b7f1 (diff) | |
download | cacert-puppet-bef9c83e74228604c5e7ed46c3e308408b5f6ca6.tar.gz cacert-puppet-bef9c83e74228604c5e7ed46c3e308408b5f6ca6.tar.xz cacert-puppet-bef9c83e74228604c5e7ed46c3e308408b5f6ca6.zip |
Restructure to use r10k
This commit adds metadata to the profiles module, introduces a Puppetfile for
r10k and moves site specific modules to its own sitemodules directory.
Diffstat (limited to 'hieradata/common.yaml')
-rw-r--r-- | hieradata/common.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hieradata/common.yaml b/hieradata/common.yaml index b2e666c..1b33a33 100644 --- a/hieradata/common.yaml +++ b/hieradata/common.yaml @@ -1,5 +1,5 @@ --- -users: +profiles::base::users: jandd: username: jandd fullname: Jan Dittberner |