summaryrefslogtreecommitdiffstats
path: root/conf/redhat
Commit message (Collapse)AuthorAgeFilesLines
* (#8301) Red Hat spec file for 2.7.2rc1 won't workMichael Stahnke2011-07-141-7/+40
| | | | | | | | Updated Red Hat spec file included in ext. Now reduces the number of rpmlint complaints. Fixed license tag to be compliant with Fedora guidelines. Signed-off-by: Michael Stahnke <stahnma@puppetlabs.com>
* Updated CHANGELOG and package building files for 2.7.2rc1Michael Stahnke2011-07-061-2/+5
| | | | Signed-off-by: Michael Stahnke <stahnma@puppetlabs.com>
* Merge branch '2.6.x' into 2.7.xJacob Helwig2011-06-281-21/+92
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2.6.x: (#7956) Porting cron tests (#7956) Port resource acceptance tests Readying for release of 2.6.9 (#6854) Update Red Hat spec file Bumping release in lib/puppet.rb and updating CHANGELOG. Bumping RPM spec file to 2.6.9rc1. (#7506) Organize READMEs; specify supported Ruby versions in README.md (#6418) Make test 64118 more portable (#7127) Stop puppet if a prerun command fails Do not needlessly create multiple reports when creating a transaction (#4416) Ensure types are providified after reloading (#4416) Always remove old provider before recreating it Cleanup indentation, comment, and unused code Conflicts: CHANGELOG README.md conf/redhat/puppet.spec lib/puppet.rb lib/puppet/transaction.rb spec/unit/configurer_spec.rb spec/unit/transaction_spec.rb
| * Readying for release of 2.6.9Michael Stahnke2011-06-211-1/+4
| | | | | | | | Signed-off-by: Michael Stahnke <stahnma@puppetlabs.com>
| * (#6854) Update Red Hat spec fileTodd Zullinger2011-06-151-23/+88
| | | | | | | | | | | | | | | | | | | | Sync the spec file with Fedora/EPEL and pull in the following changes: - Ensure %%pre exits cleanly - Fix License tag, puppet is now GPLv2 only - Properly restart puppet agent/master daemons on upgrades from 0.25.x - Require libselinux-utils when selinux support is enabled - Support tmpfiles.d for Fedora >= 15 (#656677)
| * Bumping RPM spec file to 2.6.9rc1.stahnma2011-06-141-1/+4
| | | | | | | | | | | | | | | | I will bump the RPM spec file for each release, that way as soon as we cut a release candidate, we won't get a patch that updates the spec. Signed-off-by: Michael Stahnke <stahnma@puppetlabs.com>
* | Fixed #5684 - Move to Apache 2.0 licenseJames Turnbull2011-04-111-1/+1
|/ | | | | | | | | | | | | | For details of why we're moving please see: https://groups.google.com/d/topic/puppet-users/NuspYhMpE5o/discussion Removed explicit GPL licenses where appropriate Replaced selected GPL licenses with Apache 2.0 Replaced LICENSE with Apache 2.0 Updated README
* Update Red Hat spec file for 2.6.0Todd Zullinger2010-07-251-2/+8
|
* conf/redhat: Consistently pass pidfile option to daemon, killproc, and statusTodd Zullinger2010-07-132-11/+20
| | | | | | | | | In Red Hat bug #531116 Ruben Kerkhof noted that we weren't using the --pidfile $pidfile option to daemon. This caused 'service puppet start' to fail if puppet had already been started. To be consistent, we now pass the pidfile option to daemon, killproc, and status when those functions provide such an option. And we only test for the availability of the -p/--pidfile option in one place.
* conf/redhat: Update conf/init files for single binaryTodd Zullinger2010-07-133-3/+3
|
* conf/redhat: Rebase rundir-perms patchTodd Zullinger2010-07-131-13/+13
|
* Update Red Hat spec file for 0.25.5Todd Zullinger2010-02-171-9/+15
| | | | | | | | With RHEL-6 just around the corner, now is also a good time to adjust the ruby(selinux) conditional to work there. The rundir-perms patch from tarball is applied rather than including it separately in the SRPM. It makes for one less file to track in downstream distros. Other minor changes are pulled in from the Fedora/EPEL spec file.
* conf/redhat: Add notifempty to logrotate configTodd Zullinger2010-02-171-0/+1
| | | | | We default to logging via syslog so there aren't any puppet logs on many boxes. Causing a weekly restart shouldn't be necessary.
* Fixes #3460 - Makes Puppet FHS compliant by moving /var/puppet to ↵James Turnbull2010-02-171-4/+0
| | | | /var/lib/puppet
* Update Red Hat spec file for 0.25.2Todd Zullinger2010-01-011-2/+12
|
* Fixed incorrect command line in Red Hat sysconfig fileJames Turnbull2009-12-041-1/+1
|
* conf/redhat: Prevent killproc from removing /usr/sbin/puppetmasterdTodd Zullinger2009-11-161-0/+1
| | | | | | | | Mattias Saou ran into a serious bug cause by 9dff71 (Use -p option to killproc). The puppetmaster init script lacked a pidfile variable, which ended up with /usr/sbin/puppetmasterd being removed. Signed-off-by: Todd Zullinger <tmz@pobox.com>
* conf/redhat/*.init: Use -p option to killprocTodd Zullinger2009-10-252-4/+8
| | | | | | | | | | | If a puppetd run was started manually and 'service puppet stop' was run the killproc function used would kill the manually started puppetd. On Fedora and newer RHEL (>= 5) we now use the -p option to prevent this. This fixes #2751 (Red Hat initscripts kill an independently started puppetd/puppetmasterd) Signed-off-by: Todd Zullinger <tmz@pobox.com>
* Update Red Hat spec file for 0.25.1Todd Zullinger2009-10-231-14/+26
| | | | | | | | Minor packaging fixes included since 0.25.0: - Include the pi program and man page (R.I.Pienaar) - Move puppetca to puppet package, it has uses on client systems - Drop redundant %doc from manpage %file listings
* Fix #2699 - Use --masterport for PUPPET_PORT variableMatthias Saou2009-10-061-1/+1
| | | | | | | | | | The sysconfig file shipped on Red Hat systems includes a PUPPET_PORT variable. When set, this should specify the port used by puppet to connect to the puppetmaster. The init script was incorrectly passing this argument via the --port option, which sets the port on which puppetd listens. Signed-off-by: Todd Zullinger <tmz@pobox.com>
* Updated Red Hat spec file and RH patches for 0.25.0.James Turnbull2009-09-055-109/+69
| | | | Thanks to Todd Zullinger for the patch and the updates.
* Fixed #2593: puppet init script status command not returning proper exit codeJohn A. Barbuto2009-09-041-0/+2
| | | | Signed-off-by: John A. Barbuto <jbarbuto@corp.sourceforge.com>
* conf/redhat/*.init: Fix condrestart/try-restartTodd Zullinger2009-08-132-4/+14
| | | | | | | | | | | Previously, the Red Hat init scripts used the $pidfile or $lockfile as a test for whether to restart the daemons. This caused condrestart to start the daemons even when they were not running, in cases where they had died or been killed without cleaning up the $pidfile/$lockfile. This was reported by Ingvar Hagelund in Red Hat bug #480600. Signed-off-by: Todd Zullinger <tmz@pobox.com>
* conf/redhat/client.init: Fix #2123, status options on older RHELTodd Zullinger2009-08-131-2/+6
| | | | | | | | On RHEL < 5, the status function does not accept a -p option. Using it causes 'service puppet status' to produce erroneous output. This was also reported by Aaron Dummer in Red Hat bug #501577. Signed-off-by: Todd Zullinger <tmz@pobox.com>
* deprecate NetInfo providers and examples, remove all NetInfo references and ↵Nigel Kersten2009-07-141-1/+1
| | | | tests.
* Fixed #2229 - Red Hat init script errorJames Turnbull2009-06-101-1/+1
|
* Removed extra whitespace from end of linesIan Taylor2009-06-062-8/+8
|
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-062-76/+76
|
* Sync conf/redhat/puppet.spec with Fedora/EPELTodd Zullinger2009-05-281-32/+36
| | | | | The install.rb script is now used for installation. The spec file is also updated for the 0.25.0beta1 release.
* Fixes #2196 - Add sharedscripts directive to logrotateJames Turnbull2009-04-261-0/+1
|
* Updated Red Hat spec file 0.24.7James Turnbull2008-12-161-3/+20
|
* Merge branch 'l' into 0.24.xJames Turnbull2008-10-281-3/+0
|\ | | | | | | | | | | Conflicts: conf/redhat/puppet.spec
| * Updated to version 0.24.6Luke Kanies2008-10-231-1/+1
| |
* | Updated Red Hat spec file for 0.24.6 and removed conf/debian directory.James Turnbull2008-10-241-45/+74
|/ | | | | | To build a new debian package use: apt-get source puppet; cd puppet-<curver>; uupdate ../puppet-<newver>.tgz
* Fixed #1460 - enhance redhat puppetmaster init.d script to easy start ↵James Turnbull2008-10-212-7/+64
| | | | puppetmaster as a mongrel cluster
* Fixed #1646 - service puppet status does not work as non-root on redhat systemJames Turnbull2008-10-141-1/+1
|
* Fixed #1579 and #1580 - errors in the Puppet RPM spec fileJames Turnbull2008-09-191-3/+9
|
* Sync with latest Fedora/EPEL specfileDavid Lutterkort2008-07-291-2/+24
|
* Incremented versionsJames Turnbull2008-07-221-1/+4
|
* Fixed #1368 - updated Red Hat init scriptsJames Turnbull2008-07-092-2/+18
|
* Pushed patch to fix #1174James Turnbull2008-04-021-1/+1
|
* Updated to version 0.24.4Luke Kanies2008-03-251-1/+1
|
* Updated to version 0.24.3Luke Kanies2008-03-171-1/+1
|
* Updated to version 0.24.2Luke Kanies2008-03-031-1/+1
|
* Updated for 0.24.1David Lutterkort2007-12-221-2/+5
|
* Updated for 0.24.0-2David Lutterkort2007-12-171-1/+4
|
* Updated for 0.24.0David Lutterkort2007-12-171-1/+14
|
* Updated to version 0.24.0Luke Kanies2007-12-131-1/+1
|
* Sync to latest specfile in FedoraDavid Lutterkort2007-08-221-0/+3
|
* Updated to version 0.23.2luke2007-08-071-1/+1
| | | | git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2755 980ebf18-57e1-0310-9a29-db15c13687c0