Skip to content

Commit

Permalink
Merge pull request #34 from tailored-automation/pdk_testing
Browse files Browse the repository at this point in the history
PDK update
  • Loading branch information
ghoneycutt committed Nov 16, 2023
2 parents b815177 + db67c34 commit 4d7135e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/patroni.pp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class { '::postgresql::globals':
class { 'postgresql::globals':
encoding => 'UTF-8',
locale => 'en_US.UTF-8',
manage_package_repo => true,
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"cluster",
"ha"
],
"pdk-version": "2.2.0",
"pdk-version": "2.5.0",
"template-url": "https://github.com/tailored-automation/pdk-templates.git#master",
"template-ref": "heads/master-0-g4b7397a"
"template-ref": "remotes/origin/master-0-g684aff8"
}
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
# by default Puppet runs at warning level
Puppet.settings[:strict] = :warning
Puppet.settings[:strict_variables] = true
Facter.clear
end
c.filter_run_excluding(bolt: true) unless ENV['GEM_BOLT']
c.after(:suite) do
Expand Down

0 comments on commit 4d7135e

Please sign in to comment.