Merge pull request #131 from inkblot/remove-audit-metaparameter
Remove audit metaparameter
This commit is contained in:
commit
bfb0db98b3
@ -109,7 +109,6 @@ define bind::zone (
|
||||
mode => '0644',
|
||||
replace => ($zone_file_mode == 'managed'),
|
||||
source => pick($source, 'puppet:///modules/bind/db.empty'),
|
||||
audit => [ content ],
|
||||
}
|
||||
}
|
||||
|
||||
@ -147,7 +146,6 @@ define bind::zone (
|
||||
owner => $bind_user,
|
||||
group => $bind_group,
|
||||
mode => '0644',
|
||||
audit => [ content ],
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "inkblot/bind",
|
||||
"name": "inkblot-bind",
|
||||
"version": "7.2.2",
|
||||
"author": "inkblot",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user