search for: uswest2

Displaying 2 results from an estimated 2 matches for "uswest2".

Did you mean: uswest
2016 Feb 02
0
Multiple Tinc servers HA cross multiple regions
...to server in same region in configuration. Region us-east Region us-west Region uk tinc.conf like: Name = useast1 AddressFamily = ipv4 GraphDumpFile = /var/log/tinc/tinc.graph KeyExpire = 3600 mode = router PingInterval = 10 PingTimeout = 5 ProcessPriority = high ConnectTo = uswest1 ConnectTo = uswest2 2 servers in each region with the same subnet /etc/tinc/NETWORK/hosts in us-east like: Region us-east Address = x.x.x.x Cipher = aes-128-gcm #Compression = 10 Digest = sha1 Subnet = 10.21.0.0/16#5 Subnet = 10.21.0.71/32 Address = x.x.x.x Cipher = aes-128-gcm #Compression = 10 Digest = sha1 Sub...
2013 Feb 22
6
Finding a manifest full file name (with path) in a function?
I''m trying to create a function that I can call in a manifest like this: $doc = doc(''apache::service'') In the function, I want it to actually find the filename for the ''apache::service'' class... from there, I''m going to run some code that will generate the puppet-doc in text format, and then return it in a variable. Ultimately this is so