Commit graph

99 commits

Author SHA1 Message Date
Ossi Salmi
5d4ce37211 Added initial support for MySQL and PostgreSQL database for storeconfigs 2012-06-05 16:26:21 +03:00
Ossi Salmi
35c874a59d Removed default value for puppet_diffargs 2012-04-27 16:17:57 +03:00
Ossi Salmi
6f237f2b04 Fixed puppetmaster bootstrap on Ubuntu
Don't create puppet.conf in first puppet run, breaks installing
puppetmaster during second run.
2012-04-25 13:24:16 +03:00
Ossi Salmi
50bc96ceea Added epel to puppetmaster bootstrap script 2012-04-20 13:41:40 +03:00
Ossi Salmi
db102093d0 Added dependencies for rubygems 2012-04-20 13:41:40 +03:00
c698eb72ef Changed rubygems to install only on CentOS 6 in puppet::server. 2012-04-20 10:26:14 +03:00
Ossi Salmi
594c24a174 Don't touch existing manifests in puppet/bootstrap-server.sh 2012-04-18 16:39:25 +03:00
Ossi Salmi
9ca7751a0c Rewrote puppet/bootstrap-server.sh with support for apache and webrick 2012-04-18 16:28:50 +03:00
Ossi Salmi
274cee2ad8 Install rubygems for puppetmaster on CentOS 6 2012-04-18 16:28:50 +03:00
Ossi Salmi
105978c2d5 Added support for deploying puppetmaster using webrick 2012-04-18 12:53:20 +03:00
Ossi Herrala
600548e214 Add variable to control Puppet's own diffing of various files. 2012-04-12 09:26:19 +00:00
84edcd61ed Fixed "unquoted file mode" errors given by puppet-lint. 2012-03-27 16:10:01 +03:00
34c36045fa Fixing puppet-lint errors. 2012-03-27 14:41:39 +03:00
76121fef9a Fixed puppet::client for OpenBSD 4.9. 2012-03-12 14:27:14 +02:00
Ossi Salmi
bf79f517ba Revert "Support for dns aliases, dynamic creation of zone files (dependent"
This reverts commit b470ceb9b6.
2012-03-07 15:46:28 +02:00
aes_ng
b470ceb9b6 Support for dns aliases, dynamic creation of zone files (dependent
on the environment fact) from Facter facts and a fix for environment
support in puppet.
2012-03-02 16:05:37 +02:00
Ossi Salmi
ccf2db2aa7 Randomize puppet-check cron job time 2012-02-12 18:58:27 +02:00
1093ac1cf6 Fixed SELinux contexts from puppet::server. 2012-02-06 23:26:40 +02:00
Ossi Salmi
a1fdae9293 Added puppet-clean-storeconfigs script 2012-02-02 22:09:35 +02:00
Ossi Salmi
d0102b4854 Updated puppet/README.CentOS
Latest rails seems to be broken with storeconfigs and sqlite, causing
constant "database is locked" errors. Use 2.3 instead.
2012-01-26 11:31:22 +02:00
Ossi Salmi
3f1bb7a278 Don't install rubygem packages on CentOS 6
Because rails is missing from EPEL, some manual installation is needed.
See puppet/README.CentOS for instructions.
2012-01-22 19:38:30 +02:00
Ossi Salmi
bd10fa34e6 Increased puppet-check memory limit to 160 MB 2012-01-13 01:57:41 +02:00
Ossi Salmi
e43512adad Fixed puppetd service for older OpenBSD versions 2011-11-30 08:37:30 +02:00
385cbeeb5a Fixed puppet_listenports variable from puppet-httpd.conf.erb template. 2011-11-29 11:09:46 +02:00
Ossi Salmi
78d6eddb2c Added support for puppetmaster on OpenBSD using nxing and passenger 2011-11-28 08:55:01 +02:00
Ossi Salmi
cb8cfa7775 Moved common puppetmaster configuration into puppet::server::common 2011-11-28 08:54:58 +02:00
0a47d1408b Fixed "service: not found" error from puppet-check. 2011-11-17 09:04:51 +02:00
Ossi Salmi
a7e0b385dc Made puppet agent ignore site manifest
Fixes warnings about storeconfigs on master.
2011-08-19 12:15:49 +03:00
2771ac24e7 Changed puppetmaster apache to serve files internally instead proxying requests to puppetmaster process. 2011-08-11 16:01:44 +03:00
c1af3ee920 Removed balancer manager interface from puppetmaster apache config. 2011-08-11 14:04:35 +03:00
f6f4ed8711 Cleaned up apache proxy config for puppetmaster and tightened crypto settings. 2011-08-05 00:47:38 +03:00
399d70480f Changed puppet apache frontend to honor puppet ca revocation list. 2011-08-02 15:00:49 +03:00
05b5eb9548 Fixed depency errors from CentOS puppetmaster install. 2011-08-01 12:06:10 +03:00
90312c8d28 Fixed some depencies with Ubuntu from puppet server bootstrap scripts. 2011-07-28 20:12:26 +03:00
11de076716 Removed rails packages from puppet server if storeconfigs are not used. 2011-07-28 17:41:12 +03:00
7e43368489 Removed depency to storeconfigs from puppet server bootstrap script. 2011-07-28 17:00:15 +03:00
d4f0c87084 Modified puppet server bootstrap to create ca with different subejct (CN=ca) and with 4096 bit key length. 2011-07-28 15:01:39 +03:00
bda06f269d Changed puppet ssl directory to default location (/etc/puppet/ssl). 2011-07-28 14:59:22 +03:00
1538e22eda Changed max mem usage to 128M and added syslog support. 2011-07-25 14:54:13 +03:00
Ossi Salmi
c64947271f Removed preferred_serialization_format from puppet.conf
Forcing serialization format breaks compatibility between different
puppet versions.
2011-07-12 01:02:30 +03:00
Ossi Salmi
0f87959499 Added variable for puppet key length and increased default to 2048. 2011-07-07 02:23:28 +03:00
Ossi Herrala
f27c916edb Check if ruby is in $PATH. 2011-07-05 12:53:42 +03:00
Ossi Salmi
f1fc87b750 Added variable to pass options to opencollab-puppet-uploader 2011-04-28 15:11:58 +03:00
d266a6c760 Fixed puppet client restart error from puppetmaster bootstrap script. 2011-04-20 10:38:22 +03:00
9c6b9e1a68 Fixed puppetmaster bootstrap script for 2.6 series puppet. 2011-04-19 15:43:33 +03:00
Ossi Salmi
955c8ce047 Fixed including mongrel in puppet::server::mongrel 2011-04-17 19:23:19 +03:00
a0d4186d0b Fixed puppetmaster bootstrap script to use puppet::server::apache class. 2011-04-14 14:32:45 +03:00
Ossi Salmi
9e7d80e719 Fixed puppet-check's memory check on OpenBSD
OpenBSD's ps always prints the header line, even if empty.
2011-04-12 08:37:42 +03:00
0706169f50 Deprecated puppet::server class and added puppet::server::mongrel and puppet::server::apache classes. 2011-04-07 14:13:10 +03:00
5e9d0bbdde Give error if puppet binary is not found when running bootstrap-server.sh. 2011-03-30 16:38:56 +03:00