40 Commits

Author SHA1 Message Date
jeremy
4311e64eb4 Bump after default ruby version change to ruby 2.6 2019-04-29 00:42:08 +00:00
jeremy
ecdd34f345 Bump related ports after default ruby version switch. 2018-10-26 16:16:24 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
sebastia
44257fdad9 Finally cleanup mess I produced importing puppetdb5
running it through a bulk by espie@ and thanks for help

OK espie@
2017-12-01 10:02:30 +00:00
sebastia
9eb95e4100 packaging is hard, @option no-default-conflict was missing too,
pointed out by naddy@
2017-11-24 07:33:52 +00:00
sebastia
e73b1ebe73 Let puppet4 build if puppet5 is already built, use same approach
as postfix for example.

problem pointed out by landry@ and he's fine with the solution
2017-11-23 10:11:45 +00:00
sebastia
a5c39dbf2a bugfix update to 4.10.9 2017-11-20 13:43:53 +00:00
sebastia
ddc0570f2c Preps for puppet5, do not bother with the emacs files anymore for puppet4,
it's not worth it bothering, and puppet5 doesn't provide them anymore
2017-11-20 12:24:43 +00:00
ajacoutot
4daf755e9e Missed bump after ruby version change. 2017-11-02 09:36:20 +00:00
sebastia
6c1a6df211 bugfix update to 4.10.8 2017-10-12 06:39:27 +00:00
sebastia
04e3161d9e Properly install the locales related gettextsetup stuff, and tell
Puppet where to find it. That will prevent spamming logs with
GettextSetup not found for module ... introduced since the last update
2017-10-10 20:56:53 +00:00
sebastia
866496c112 minor bugfix update to 4.10.7 2017-09-08 09:58:13 +00:00
sebastia
cc95aa47b7 Update to 4.10.4
with the openbsd package provider, don't look
into pkg.conf anymore to find the installation source, just let
pkg_add do it's magic, or rely on environment variables..
2017-07-02 20:45:33 +00:00
sebastia
0d42f305ea Long overdue update 4.8.4 -> 4.10.1
Check Puppet release notes for detailed
changes for all the revisions in between.

runs for me since a week without issues.

OK jasper@
2017-05-22 13:07:44 +00:00
sebastia
e934fc71f1 small bugfix update to 4.8.2 2017-01-31 18:46:58 +00:00
sebastia
159cbed2d9 Simple update to 4.8.1, runs for me since some days 2016-12-20 10:41:44 +00:00
sebastia
6278e21a17 Update to 4.8.0
See release notes for the changes:
https://docs.puppet.com/puppet/4.8/reference/release_notes.html#puppet-480

ok ajacoutot@
2016-11-18 14:55:36 +00:00
ajacoutot
bd517ec5f5 VARBASE -> LOCALSTATEDIR.
Don't hardcode /var.
Create the complete hierarchy of @sampled files to allow proper cleanup at
deinstall time.

ok sebastia@ (maintainer)
2016-11-09 13:21:25 +00:00
sebastia
56a8e4944c Update to 4.7.0
Fixes just a single critical bug:
https://docs.puppet.com/puppet/4.7/reference/release_notes.html#critical-bug-fix


OK ajacoutot@
2016-09-30 21:11:45 +00:00
sebastia
c09d1adb48 Do not nail puppet to ruby 2.2, works well with ruby 2.3
feedback/OK jasper@
2016-09-21 20:29:31 +00:00
jasper
580b2aa32e sebastia@ is the new puppetmaster 2016-09-06 11:26:07 +00:00
jasper
487b530335 @sample /var/puppetlabs/, from semarie@ 2016-09-06 09:50:24 +00:00
jasper
4ff0cf457b update to puppet-4.6.2 2016-09-05 08:50:26 +00:00
jasper
9e6f51b845 update to puppet-4.6.1 2016-08-30 12:09:07 +00:00
jasper
f0b12c30bc update to puppet-4.5.3 2016-08-11 11:41:42 +00:00
espie
1d55a231e7 add is-branch to all trivial ports that exist as multiple branches. 2016-06-29 16:14:38 +00:00
jasper
14abfa6fe3 - update to puppet-4.5.2
https://docs.puppet.com/puppet/4.5/reference/release_notes.html#puppet-452
2016-06-15 07:11:38 +00:00
sebastia
4e0961d216 Similar patch as to Puppet 3 in order to pass trusted facts to unicorn
behind apache/nginx

OK jasper@ (MAINTAINER)
2016-06-13 17:48:53 +00:00
jasper
54b64d4d88 update to puppet-4.5.1 2016-06-02 07:01:12 +00:00
jasper
22cdb80ab9 rgen is not required by puppet 3 unless the future parser is used 2016-06-01 12:02:44 +00:00
jasper
a4c014cf61 group SUBST_CMD invocations; spotted by aja@ 2016-06-01 09:10:23 +00:00
jasper
a90daafb02 @sample default modules/manifests directory for the production environment 2016-05-30 11:37:16 +00:00
jasper
dfb48775d4 update to puppet-4.5.0 2016-05-30 11:18:22 +00:00
jasper
58ff482ec0 don't @sample config.ru 2016-04-28 17:47:24 +00:00
jasper
ab6fc1ef3f instead of failing hard, bail out early if the pkg path is in shortform (i.e. ftp.openbsd.org). 2016-04-28 16:17:05 +00:00
jasper
bb99e8ec64 remove some debug output that snuck in 2016-04-28 16:06:06 +00:00
jasper
0666f5a241 - move common bits back to Makefile.inc in post-install
- gunzip puppet 4 manpages
- install emacs files for puppet 4
- move files.conf to puppet 3
- install some extra config files for puppet 4
2016-04-28 16:02:33 +00:00
jasper
ec97c329ad make 'module install' work 2016-04-28 15:43:39 +00:00
jasper
1f50d0875a simplify paths a bit 2016-04-28 13:05:31 +00:00
jasper
8e484fe49b import puppet 4.4.2
basic agent functionality seem to be working, however i want to make further
changes and testing before hooking it up.
2016-04-28 11:53:09 +00:00