Merge pull request #131 from inkblot/remove-audit-metaparameter

Remove audit metaparameter
This commit is contained in:
Nate Riffe 2017-10-14 09:02:44 -05:00 committed by GitHub
commit bfb0db98b3
2 changed files with 1 additions and 3 deletions

View File

@ -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 ],
}
}

View File

@ -1,5 +1,5 @@
{
"name": "inkblot/bind",
"name": "inkblot-bind",
"version": "7.2.2",
"author": "inkblot",
"license": "Apache-2.0",