diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-07-15 11:25:27 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-08-14 13:24:32 +0200 |
commit | 81ec6f92f400f667c2ce9d879396bfff00ec5bb2 (patch) | |
tree | e39ed0ddd4e8b87488732af4d8c949135d2aa9af /environments/global/roles | |
parent | d8dd2fc39ae329ceefbb1a695579858403705880 (diff) | |
download | Puppet-81ec6f92f400f667c2ce9d879396bfff00ec5bb2.tar.gz Puppet-81ec6f92f400f667c2ce9d879396bfff00ec5bb2.tar.zst Puppet-81ec6f92f400f667c2ce9d879396bfff00ec5bb2.zip |
Add file store role
Diffstat (limited to 'environments/global/roles')
-rw-r--r-- | environments/global/roles/file_store.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/environments/global/roles/file_store.yaml b/environments/global/roles/file_store.yaml new file mode 100644 index 0000000..c0912e2 --- /dev/null +++ b/environments/global/roles/file_store.yaml | |||
@@ -0,0 +1,4 @@ | |||
1 | --- | ||
2 | classes: | ||
3 | role::file_store: ~ | ||
4 | letsencrypt::hosts: "%{lookup('base_installation::system_hostname')}" | ||