Displaying 2 results from an estimated 2 matches for "datacenter2".
Did you mean:
datacenter
2012 Mar 28
2
retrieving module directory
...h apache. When on the
same datacenter I don''t have any problem.
I am trying to use another datacenter, so I setup the fileserver.conf as
followed:
# Files in the /path/to/files directory will be served
# at puppet:///mount_point/.
[modules]
allow *.datacenter1
allow *.datacenter2
[plugins]
allow *.datacenter1
allow *.datacenter2
The fqdn of the server is:
[root@template]# facter fqdn
template.datacenter2
The client is registered on the server:
[root@puppetmaster]:/etc/puppet # puppet cert list --all | grep tem
+ template.datacenter2
(49:33:8A:66:D5:C...
2013 Oct 15
6
hiera_array, structured data and multiple levels of hierarchy
...- contents: |
>
> %app2 ALL=(ALL) ALL
>
> %app3 ALL=(ALL) ALL
>
>
>
datacenter/datacenter.yaml:
> sudoers:
- filename: datacenter1_sudo
- contents: |
%datacenter1 ALL=(ALL) ALL
- filename: datacenter2_sudo
- contents: |
%datacenter2 ALL=(ALL) ALL
%datacenter3 ALL=(ALL) ALL
This is the closest I''ve been able to get, however, notice I''m not using
''hiera_array'', thus, only 1 level of hierarchy is writte...