summaryrefslogtreecommitdiff
path: root/puppet/modules/site_config/manifests/params.pp
AgeCommit message (Collapse)Author
2017-09-05Bug: fix vpn network problem caused by vagrant factelijah
Boolean facts must be escaped with str2bool. This commit includes new tests to catch VPN problems like this in the future.
2017-05-23[vagrant] Use eth1 on vagrant if presentvarac
Virtualbox adds eth1 as second interface when private networking is enabled. - Related: #7769
2014-03-23modules/site_static: part 1 - amberelijah
2013-11-25fix bug when 'environment' is nil in hiera.yamlelijah
2013-10-16vagrant: support other providers besides virtualbox (Bug #4158)varac
2013-09-24move commercial x509 deployment to site_x509 (Feature #3889)varac
2013-09-18deploy client_ca (#3833)varac
2013-09-18openvpn should use /usr/local/share/ca-certificates/leap_ca.crt (Feature #3831)varac
2013-09-17site_config::params::interface should contain eth1 for vagrant cause it's ↵varac
the main interface we use (#2399, #2401)
2013-09-13Deploy default x509 cert + key that services can use (Feature #3836)varac
2013-04-30setup a site_config::params class that can be used to set some common ↵Micah Anderson
variables that are used in different places to start with we setup the $interface variable, based on logic as defined in #2213 change the various places that were looking up this value to use site_config::params::interface instead