Hi,
Given the following structure:
hiera.yaml:
[...]
:hierarchy:
- nodes/%{::fqdn}
[...]
- common
:merge_behavior: deeper
common.yaml:
[...]
profiles:
webserver:
apache:
modules:
- auth_kerb
- authnz_ldap
- cgid
- status
host.yaml:
profiles:
web
Assuming you're trying to solve the problem I think you're trying to
solve (i.e. to have Apache with the correct process model installed
before any additional modules), it's important to note that reordering
the array doesn't guarantee that. The order in which Puppet applies
resources is non-d
Hi
Okay done some git training, did the R10k workshop. So just to refresh.
Centos 6.x install
i install the puppet repo rpm
then install
puppet-agent.x86_64
puppetserver
postgresql92.x86_64 postgresql92-server.x86_64
postgresql92-contrib.x86_64
check_postgres.noarch
puppetdb
git
Then I can us