Skip to content

Commit

Permalink
Support stdlib 9.x
Browse files Browse the repository at this point in the history
Fixes #96
  • Loading branch information
treydock committed Jul 28, 2023
1 parent 3a8eb58 commit c1a901d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
String $database_name = 'aide.db.gz',
String $database_out_name = 'aide.db.new.gz',
Variant[Enum['yes','no'],Boolean] $gzip_dbout = 'yes',
Stdlib::Compat::Integer $verbose = '5',
Integer $verbose = 5,
Array[String] $report_urls = [ 'file:@@{LOGDIR}/aide.report'],
Stdlib::Absolutepath $ruledir = '/etc/aide.conf.d',
Variant[Hash,Array[String]] $rules = {},
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 8.0.0 < 9.0.0"
"version_requirement": ">= 8.0.0 < 10.0.0"
},
{
"name": "puppetlabs/concat",
Expand Down

0 comments on commit c1a901d

Please sign in to comment.