Skip to content

Commit f1821f1

Browse files
authored
Merge branch 'master' into maint_modsync_384f4c1
2 parents 0652bb0 + dd4b04c commit f1821f1

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#This file is generated by ModuleSync, do not edit.Z
1+
# This file is generated by ModuleSync, do not edit.
22
*.iml
33
.*.sw[op]
44
.DS_Store

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ sudo: false
44
language: ruby
55
cache: bundler
66
script: "bundle exec rake release_checks"
7-
#Inserting below due to the following issue: https://github.com/travis-ci/travis-ci/issues/3531#issuecomment-88311203
8-
before_install:
9-
- gem update bundler
107
matrix:
118
fast_finish: true
129
include:

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205

206206
'FreeBSD': {
207207
case $version {
208-
'96': {
208+
'96', '10': {
209209
$user = pick($user, 'postgres')
210210
$group = pick($group, 'postgres')
211211
$datadir = pick($datadir, "/var/db/postgres/data${version}")

0 commit comments

Comments
 (0)