diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-06-23 13:37:24 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-06-23 13:37:24 -0300 |
commit | 9e67e02240afbebe12abb7513ed947665bcf3ee3 (patch) | |
tree | 70f0abee10472bbbd087d879b09404d4f2a8952c | |
parent | ceddd20f327526dcd5da2de8fedf1d4aa6d82ac5 (diff) | |
download | puppet-bootstrap-9e67e02240afbebe12abb7513ed947665bcf3ee3.tar.gz puppet-bootstrap-9e67e02240afbebe12abb7513ed947665bcf3ee3.tar.bz2 |
Support for compiled config
-rw-r--r-- | config/hiera.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/hiera.yaml b/config/hiera.yaml index 68a43d3..c39c8e7 100644 --- a/config/hiera.yaml +++ b/config/hiera.yaml @@ -37,4 +37,5 @@ - 'virtual/%{::virtual}' - 'location/%{::nodo::location}' - 'domain/%{::domain}' + - compiled - common |