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 /sitemodules/roles/manifests/init.pp | |
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 'sitemodules/roles/manifests/init.pp')
-rw-r--r-- | sitemodules/roles/manifests/init.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sitemodules/roles/manifests/init.pp b/sitemodules/roles/manifests/init.pp new file mode 100644 index 0000000..0b8b1a7 --- /dev/null +++ b/sitemodules/roles/manifests/init.pp @@ -0,0 +1,3 @@ +class roles ( +) { +} |