diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-05-27 10:00:01 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-05-27 10:00:01 -0300 |
commit | 77226079874216a22563cff089fcc4b2211bf30d (patch) | |
tree | 59c525125fb53ba97d7dab1bf731106f2371675c /share/config | |
parent | 62ebbcf86b038fd01891a154c203f58ad434d89e (diff) | |
download | hydra-77226079874216a22563cff089fcc4b2211bf30d.tar.gz hydra-77226079874216a22563cff089fcc4b2211bf30d.tar.bz2 |
Ansible support at init and newnode
Diffstat (limited to 'share/config')
-rw-r--r-- | share/config/puppet/nodo.example.org.yaml | 2 | ||||
-rw-r--r-- | share/config/puppet/secrets/nodo.example.org.yaml | 8 |
2 files changed, 0 insertions, 10 deletions
diff --git a/share/config/puppet/nodo.example.org.yaml b/share/config/puppet/nodo.example.org.yaml deleted file mode 100644 index 65aee56..0000000 --- a/share/config/puppet/nodo.example.org.yaml +++ /dev/null @@ -1,2 +0,0 @@ ---- -nodo::role: 'virtual' diff --git a/share/config/puppet/secrets/nodo.example.org.yaml b/share/config/puppet/secrets/nodo.example.org.yaml deleted file mode 100644 index b2242bd..0000000 --- a/share/config/puppet/secrets/nodo.example.org.yaml +++ /dev/null @@ -1,8 +0,0 @@ ---- -# -# Backup -# -# Example config: -# -# nodo::subsystem::backup::encryptkey : "FIXME" -# nodo::subsystem::backup::password : 'FIXME using hiera-eyaml' |