Skip to content

Commit 42cb163

Browse files
committed
Use autorequire feature from inifile module
Thanks to @ekohl for suggestion.
1 parent 4b949d3 commit 42cb163

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

manifests/config.pp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
section => '',
3636
setting => 'register-unsafely-without-email',
3737
value => true,
38-
require => File[$config_dir],
3938
}
4039

4140
unless 'email' in $_config {

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
},
8181
{
8282
"name": "puppetlabs/inifile",
83-
"version_requirement": ">= 2.0.0 < 6.0.0"
83+
"version_requirement": ">= 2.5.0 < 6.0.0"
8484
},
8585
{
8686
"name": "puppet/epel",

0 commit comments

Comments
 (0)