diff --git a/manifests/zone.pp b/manifests/zone.pp index 867697d..dd51ecf 100644 --- a/manifests/zone.pp +++ b/manifests/zone.pp @@ -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 ], } } diff --git a/metadata.json b/metadata.json index 412112f..c3db106 100644 --- a/metadata.json +++ b/metadata.json @@ -1,5 +1,5 @@ { - "name": "inkblot/bind", + "name": "inkblot-bind", "version": "7.2.2", "author": "inkblot", "license": "Apache-2.0",