Commit graph

72 commits

Author SHA1 Message Date
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
e491a66ef4 Give error if puppetmaster does not have domainname when running bootstrap-server.sh. 2011-03-30 16:32:41 +03:00
dafb6c3f43 Added puppet deadlock file removal if it's too old into puppet-check. 2011-03-11 19:02:28 +02:00
Ossi Salmi
b4148531fe Fixed puppet-check cron job output
Using exec doesn't flush stdout properly, use system instead.
2011-02-25 02:17:33 +02:00
Ossi Salmi
749e5013b8 Set PATH for puppet-check cronjob on OpenBSD 2011-02-25 02:17:32 +02:00
3df7bf7cd5 Added automatic restart to puppet-check if puppet memory consumption is over 256MB. 2011-02-17 09:42:54 +02:00
Ossi Salmi
2addfac215 Fixed puppet-check for Puppet 2.6 2011-02-16 12:05:43 +02:00
8d8b496078 Rewrote puppet-check using ruby and added automatic restart if puppetd process is dead. 2011-02-09 10:10:12 +02:00
Ossi Salmi
533bd88744 Fixed puppet.conf for Puppet 2.6 2011-02-01 18:30:48 +02:00
5475229cfd Fixed deprecation warnings "Files found in modules without specifying 'modules' in file path". This will break 0.24.x client compatibility. 2011-01-26 20:06:13 +02:00
Ossi Salmi
b7be3a0c09 Fixed opencollab-puppet-uploader cron job paths 2010-12-27 06:57:32 +02:00
Ossi Salmi
87d69a8c99 Changed opencollab-puppet-uploader schedule from hourly to daily 2010-12-27 06:57:31 +02:00
42a3a74b7b Added support for custom templates in /srv/puppet/templates directory. 2010-11-19 13:31:46 +02:00
Ossi Salmi
1b3fc4a90a Added puppet::opencollab 2010-11-18 16:36:42 +02:00
c9c0bfa522 Fixed $homename errors from puppet server bootstarp script. 2010-11-18 10:26:43 +02:00
Ossi Salmi
ff6b42fc09 Added apache modules 2010-11-09 15:57:12 +02:00
Ossi Salmi
45b597c29c Replaced fqdn variables with homename 2010-11-08 14:42:41 +02:00
Ossi Salmi
c871e91a13 Added homename fact 2010-11-08 13:31:47 +02:00
Ossi Salmi
1ebd8e7aff Fixed apache config on Debian/Ubuntu in puppet module 2010-11-05 22:56:21 +02:00
cfe4157f36 Fixed disabling puppet on ubuntu/debian. 2010-10-28 20:44:00 +03:00
f48011e958 Removed depency to augeas library from puppet::client class. 2010-10-28 20:42:46 +03:00
ef8cf14676 Fixed puppet.conf permissions to prevent permission denied errors from puppetmaster. 2010-10-25 22:15:22 +03:00
a22918f42e Forced to stop puppetmaster after installing puppetmaster package on debian and ubuntu. 2010-10-25 15:19:14 +03:00
Ossi Salmi
b08986eb37 Fixed module check in puppet-httpd.conf. 2010-10-23 16:30:35 +03:00
Ossi Salmi
c4f7be837a Fixed apache config on Debian/Ubuntu in puppet::server. 2010-10-23 16:30:35 +03:00
Ossi Salmi
f4f3f467a2 Added support for Debian and Ubuntu to puppet module. 2010-10-23 16:30:32 +03:00
da62c69819 Initial fixes for puppet::server to support ubuntu. 2010-10-22 22:47:29 +03:00
49edab924a Added support for bootstrapping puppet server to empty host. 2010-10-21 21:59:44 +03:00