Displaying 1 result from an estimated 1 matches for "confluence_fact".
Did you mean:
confluence_facts
2013 Jul 30
2
Vagrant Puppet Provision VM
...t
│ ├── Puppetfile
│ ├── environments
│ ├── manifests
│ └── modules
└── r10k.yaml
Puppet will execute the puppet/manfests/default.pp for executing all the
modules include within in. Now, I have the following modules list in this
default.pp,
include stdlib
i*nclude hiera_config*
include confluence_facts
include confluence_setup
One thing to note is that by default, hiera.yaml was installed at
/etc/hiera.yaml, yet puppet is looking for hiera.yaml at
/etc/puppet/hiera.yaml. As a result, hiera_config is created to remedy the
problem (puppet will complaint it can''t find hiera.yaml in /e...