summaryrefslogtreecommitdiff
path: root/puppet
AgeCommit message (Collapse)Author
2013-01-29test the $webapp['img_dir'] variable to see if it is undef or not, the defaultMicah Anderson
in the json is ~ (nil), which ends up being undef in puppet (closes #1575)
2013-01-29added support for client ca cert in site openvpn.elijah
2013-01-29eliminate dynamic lookup deprecation warnings for site_couchdb::apache_ssl_proxyMicah Anderson
2013-01-29automatic update of submodule puppet_couchdbvarac
2013-01-29fix variable name for re-ordered factMicah Anderson
2013-01-29setup special casing for vagrant/virtualboxMicah Anderson
2013-01-29fix variable scopingMicah Anderson
2013-01-29fix syntax error from enclosing variables in curlyMicah Anderson
2013-01-29it seems facts cannot start with numbersMicah Anderson
2013-01-29create a special case for vagrant machines that need to have both interfaces inMicah Anderson
the net zone so we dont lock ourselves out during deploy, but also are able to access the internet
2013-01-29enclose the variables in curly braces, as recommended by puppet-lintMicah Anderson
2013-01-29add a new fact that provides a fact for each configured ip address, telling youMicah Anderson
which interface has it (essentially the inverse of the ipaddress_${interface} fact). Switch the hiera lookups of the $interface, which was pulling from the .json to pull instead from the above fact, see #1547 and #1548
2013-01-29Purge nagios config files on every run (Feature #1544)varac
2013-01-29fix deprecation warnings in site_configvarac
2013-01-29start shorewall on deploy (fixes #1122)varac
2013-01-29run stage declaration moved to site.ppvarac
2013-01-29apt-get update + dist-upgrade in initial stagevarac
2013-01-29automatic update of submodule puppet_aptvarac
2013-01-28set nagiosadmin htpasswdvarac
2013-01-28re-add nagios service check openvpnvarac
2013-01-28disabled notice about nagios services not deployedvarac
2013-01-28use check_https for websitevarac
2013-01-28don't deploy openvpn check until we fix #1546varac
2013-01-28deploy openvpn checkvarac
2013-01-28main nagios config: allow external cmds, debug modevarac
2013-01-28automatic update of submodule puppet_nagiosvarac
2013-01-28adapted new hiera config, see #1546varac
2013-01-28automatic update of submodule puppet_nagiosvarac
2013-01-27site_nagios: add hosts + servicesvarac
2013-01-27added 'development' hiera hash to exclude certain class for better testingvarac
2013-01-26beginning of puppet/modules/site_nagiosvarac
2013-01-26added submodule nagiosvarac
2013-01-26apply site_nagios::servervarac
2013-01-24update shorewall module to latest release for fixesMicah Anderson
2013-01-23require that the unbound package is installed before attempting to makeMicah Anderson
sub-directories under /etc/unbound (#1412)
2013-01-21client ca -- configure the webapp with the client caelijah
2013-01-21update augeas submodule to get new upstream lints and package fixes for wheezyMicah Anderson
2013-01-20don't run if another apt-get process is runningvarac
2013-01-20configure fqdn for hostvarac
2013-01-20remove bind9 service stop (#1421)varac
2013-01-20configure fqdn for hostvarac
2013-01-18lintedvarac
2013-01-18create cronjob for leap_cavarac
2013-01-17require the augeas class before doing any augeas operations (#1215)Micah Anderson
2013-01-17notify unbound when these configuration files changeMicah Anderson
2013-01-17fix typo in cidr variable nameMicah Anderson
2013-01-17change to using the CIDR notation for unbound access listMicah Anderson
2013-01-17set a default exec path for all nodesMicah Anderson
2013-01-17fully qualify the variables that are used in the vpn gateway resolverMicah Anderson
2013-01-17unfortunately the version of unbound that is in wheezy does not support wildcardMicah Anderson
include directives, so this commit works around this by doing something less elegant than before. When we have the newer unbound available, we should switch to that method instead.