search for: datacenter1

Displaying 3 results from an estimated 3 matches for "datacenter1".

Did you mean: datacenter
2012 Mar 28
2
retrieving module directory
...lient infrastructure setup with 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...
2013 Oct 15
6
hiera_array, structured data and multiple levels of hierarchy
...: | > > %wheel ALL=(ALL) ALL > > - filename: app2_sudo > > - 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...
2019 Jul 03
0
Replicate shared folders to warm standby host
...ation> says "Shared folder replication doesn't work correctly..." I'm thinking about using an external loadbalancer to ensure that only one host will get connections. Normal operations: client ==imap=> loadbalancer ==imap=> host1 ==replication=> host2 Host1 or Datacenter1 is down: client ==imap=> loadbalancer ==imap=> host2 I see possible problems if host1 comes back and clients connect to host1 before the replication has caught up. But in our case that will be acceptable. Do you consider my idea as safe for production use? Has anybody real world experie...