Remove the deprecated audit metaparameter
This commit is contained in:
parent
24fcf1d46c
commit
91ccb29eca
@ -109,7 +109,6 @@ define bind::zone (
|
|||||||
mode => '0644',
|
mode => '0644',
|
||||||
replace => ($zone_file_mode == 'managed'),
|
replace => ($zone_file_mode == 'managed'),
|
||||||
source => pick($source, 'puppet:///modules/bind/db.empty'),
|
source => pick($source, 'puppet:///modules/bind/db.empty'),
|
||||||
audit => [ content ],
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -147,7 +146,6 @@ define bind::zone (
|
|||||||
owner => $bind_user,
|
owner => $bind_user,
|
||||||
group => $bind_group,
|
group => $bind_group,
|
||||||
mode => '0644',
|
mode => '0644',
|
||||||
audit => [ content ],
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user