147 Commits

Author SHA1 Message Date
jasper
86f4073839 remove patch that was applied upstream long time ago, no pkg change 2014-04-21 19:34:14 +00:00
jasper
81c4cd9347 don't throw exceptions when a package cannot be queried for 2014-04-21 19:12:13 +00:00
jasper
0af773c861 update PR url 2014-04-21 18:17:00 +00:00
jasper
50ddee8314 improve ensure=>latest a great deal by avoiding fuzzy matches, but do use
fuzzy matching for updating. also avoid calling #get_version and just let
pkg_add -rz do the right thing.

also unbreak flavored package installation.
2014-04-21 17:23:19 +00:00
jasper
600c055095 submitted upstream 2014-04-19 12:28:00 +00:00
jasper
f4a97b2e41 Use a faster way of determining if something is in base, depending on /etc/rc.conf
as discussed with aja@ and rpe@
2014-04-19 12:13:34 +00:00
jasper
12805f4401 Do not add _flags="" for pkg_scripts if no :flags were set, as it
may override the default flags from inside the script.
2014-04-19 11:07:35 +00:00
jasper
66e28b534a Do not unconditoinally alphabetically sort the list of pkg_scripts
as order matters. Explicit ordering will need to be forced through
resources dependencies.
2014-04-19 10:40:56 +00:00
jasper
f0cc20a18d merge a patch from upstream which overhauls the service provider for openbsd
this allows for proper :ensure (enable/disable) and setting flags for services.
2014-04-18 22:07:36 +00:00
jasper
8ed5fa0ebe switch puppet to using ruby 2.0, it's about time.. 2014-04-17 18:10:28 +00:00
jasper
27211e6a1b add puppetdb to the list of ports to adjust when bumping ruby 2014-04-17 17:22:35 +00:00
jasper
82d38b85d9 submitted upstream 2014-04-17 15:27:50 +00:00
jasper
2f59069ee6 mention ruby-msgpack, though it's currently not required by puppet but just
as a reminder
2014-04-17 15:25:39 +00:00
jasper
38dd93b27a - remove rc_stop() hack from puppetd, the issue has long since been resolved
- fixup license tag
2014-04-17 14:15:53 +00:00
jasper
54f7dbfed2 remove 'net' from CATEGORIES, otherwise we should make the list exhaustive and
add 'mail', 'www', etc to it.
2014-04-17 14:07:41 +00:00
jasper
1cbef4f2d2 @sample tagmail.conf like we do with the other configuration files 2014-04-17 14:04:58 +00:00
jasper
c2c8caac03 remove patches that just duplicate the content... 2014-04-17 14:01:16 +00:00
jasper
ab0bf4dd78 update to puppet 3.5.1, unbreaking dynamic environments and the yumrepo type. 2014-04-17 13:54:59 +00:00
jasper
40fc88e868 update to puppet-3.5.0, please refer to the release notes for detailed
information about the changes:
http://docs.puppetlabs.com/puppet/latest/reference/release_notes.html#puppet-350
2014-04-04 14:31:26 +00:00
jasper
c08cd26c38 update to puppet-3.4.3 2014-03-09 19:44:33 +00:00
jasper
e604da0f42 regen 2014-01-22 13:01:25 +00:00
jasper
2c3984ea3d add post-install target to ensure cleaner PLISTs 2014-01-12 09:54:03 +00:00
jasper
8022c6351e update to puppet-3.4.2 2014-01-12 09:53:37 +00:00
jasper
ffe944bcca pushed upstream 2014-01-12 09:40:43 +00:00
jasper
024cda5705 Apply two patches from upstream to fix the assumed default file mode to 0644.
This got broken in 3.4.1 when it was incorrectly defaulting to 0600.
2013-12-31 12:31:39 +00:00
jasper
3fa495b306 Security update of puppet to 3.4.1 which addresses CVE-2013-4969
http://puppetlabs.com/security/cve/cve-2013-4969
2013-12-28 19:08:06 +00:00
jasper
b260d160ca sprinkle some more ed25519 love 2013-12-21 21:34:33 +00:00
jasper
9f86397ab5 improve error handling for :upgradeable:
- if pkg_add reports one PKG_PATH is empty, don't cry wolf but just log it.
- if a locally installed package is newer than what is available on a mirror
  log it at debug level and don't try to pkg_add the locally installed version
  (only to have it fail).
2013-12-21 15:06:02 +00:00
jasper
ac8981df1c update comment with "watch list" 2013-12-21 15:03:52 +00:00
jasper
64ff43fcbc - update to puppet-3.4.0
* full changelog http://docs.puppetlabs.com/puppet/3/reference/release_notes.html#puppet-340
2013-12-20 14:10:41 +00:00
jasper
223e6372b8 add ruby-shadow as a dependency; this enables support for managing user{} passwords 2013-12-13 07:52:55 +00:00
jasper
336fea105f committed upstream + merge in a tweak that went in along with it. 2013-12-12 21:12:38 +00:00
jasper
549a711af0 fix warning on startup of new agents about permissions on /var/puppet/lib/ 2013-12-11 20:41:13 +00:00
jasper
89303b8a7c this was committed upstream just in time for puppet 3.4.0 2013-12-11 20:32:47 +00:00
jasper
2c927b29a3 add upstream pr to comment 2013-12-06 21:33:28 +00:00
jasper
5e32ab6ea3 let the ssh_authorized_key type recognize the new ssh-ed25519 key type. 2013-12-06 21:07:03 +00:00
jasper
b1fb6ec8df fixup MASTER_SITES 2013-12-04 09:52:04 +00:00
jasper
44f343e5ca - fix a small buglet when handling non-flavored packages; it didn't cause
any fallout (afaics), but it did break some spec tests.
- add link to upstream pr
2013-12-04 09:23:39 +00:00
jasper
6ff0550561 sync with upstream pr; use -o update on openbsd for remounts. 2013-12-04 09:20:56 +00:00
jasper
6d88c6b446 let puppet run_depend on augeas; suggested by aja@ 2013-12-02 16:04:26 +00:00
jasper
56be6b924f create /var/puppet/facts/ upon installation 2013-11-26 14:57:05 +00:00
jasper
e6e41645a6 implement :upgradeable feature (ensure => latest) along with some fixes for flavor handling. 2013-11-26 09:59:02 +00:00
jasper
bda42c9fe5 - update to puppet-3.3.2 2013-11-25 20:59:06 +00:00
ajacoutot
c0677236f9 No needed. 2013-11-25 16:10:05 +00:00
ajacoutot
9a0850a33f (#22129) force explicit file content to be treated as a bytestring.
ok jasper@ (maintainer)
2013-11-25 15:56:23 +00:00
jasper
fb332a1e68 Our mount doesn't support '-o remount', so don't set the 'remounts' parameter
to true by default for us.
2013-11-13 14:32:18 +00:00
robert
a5f018f127 use a better regexp for the puppetd process to avoid killing every puppetd process; ok jasper@ 2013-11-12 08:28:29 +00:00
jasper
1134a63172 sync gtar patch with what's been pushed upstream 2013-11-09 20:24:12 +00:00
jasper
19d319a7da submitted upstream 2013-10-12 09:20:21 +00:00
jasper
12ce7a904f Tag along with Solaris on using gtar, instead of modifying the gnu tar code. 2013-10-12 09:06:17 +00:00