Skip to content

Commit e3607e6

Browse files
bastelfreakekohl
authored andcommitted
puppetlabs/stdlib: Require 9.x
1 parent 6a56595 commit e3607e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

manifests/init.pp

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

135135
$insights_path = '/redhat_access'
136136

137-
ensure_packages('katello-debug')
137+
stdlib::ensure_packages('katello-debug')
138138

139139
include certs::foreman_proxy
140140
Class['certs::foreman_proxy'] ~> Service['foreman-proxy']

manifests/pub_dir.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class foreman_proxy_content::pub_dir (
99
String $pub_dir_options = '+FollowSymLinks +Indexes',
1010
) {
11-
ensure_packages('katello-client-bootstrap')
11+
stdlib::ensure_packages('katello-client-bootstrap')
1212

1313
include apache::mod::alias
1414

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": [
1111
{
1212
"name": "puppetlabs/stdlib",
13-
"version_requirement": ">= 4.25.0 < 9.0.0"
13+
"version_requirement": ">= 4.25.0 < 10.0.0"
1414
},
1515
{
1616
"name": "puppet/extlib",

0 commit comments

Comments
 (0)