Look at the error.
Error 400 on Server: could not find template
'accounts.victorbuckservices.com.conf' at
/etc/puppet/modules/apache/manifests/config.pp:9 on node puppetclient
Do you have a file in
/etc/puppet/templates/accounts.victorbuckservices.com.conf Or does it have
a .erb ending?
On Fri,
Hi,
I'm using hiera with puppet and i want to store my resources out from the
modules, in hieradata directory.
Here is my hiera.yaml file:
---
:hierarchy:
- common
#- %{operatingsystem}
- %{::hostname}
:backends:
- yaml
- file
:yaml:
:datadir: '/etc/puppet/hieradata'