diff options
Diffstat (limited to 'hiera')
-rw-r--r-- | hiera/hiera.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hiera/hiera.yaml b/hiera/hiera.yaml index c911f2e..0a23dec 100644 --- a/hiera/hiera.yaml +++ b/hiera/hiera.yaml @@ -2,6 +2,10 @@ :backends: - yaml :yaml: + # Right now vagrant and puppet are not fully supporting + # a relative datadir. For it to work, we were forced to + # create a manifests/hiera symlink. This should be + # reconsidered in the future. :datadir: hiera :hierarchy: - '%{::environment}/domain/%{::domain}/node/%{::clientcert}' @@ -11,5 +15,5 @@ - '%{::environment}/location/%{::location}' - '%{::environment}/virtual/%{::virtual}' - '%{::environment}/role/%{::role}' - - common - bootstrap + - common |