Update to use at least the 2.0.0 version of puppetlabs-concat
This commit is contained in:
parent
e562c613c9
commit
67cb532f94
@ -84,28 +84,11 @@ class bind (
|
||||
owner => 'root',
|
||||
group => $bind_group,
|
||||
mode => '0644',
|
||||
warn => true,
|
||||
require => Package['bind'],
|
||||
notify => Service['bind'],
|
||||
}
|
||||
|
||||
concat::fragment { 'named-acls-header':
|
||||
order => '00',
|
||||
target => "${confdir}/acls.conf",
|
||||
content => "# This file is managed by puppet - changes will be lost\n",
|
||||
}
|
||||
|
||||
concat::fragment { 'named-keys-header':
|
||||
order => '00',
|
||||
target => "${confdir}/keys.conf",
|
||||
content => "# This file is managed by puppet - changes will be lost\n",
|
||||
}
|
||||
|
||||
concat::fragment { 'named-views-header':
|
||||
order => '00',
|
||||
target => "${confdir}/views.conf",
|
||||
content => "# This file is managed by puppet - changes will be lost\n",
|
||||
}
|
||||
|
||||
service { 'bind':
|
||||
ensure => running,
|
||||
name => $bind_service,
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
],
|
||||
"dependencies": [
|
||||
{ "name": "puppetlabs/stdlib" },
|
||||
{ "name": "puppetlabs/concat", "version_requirement": ">=1.0.0 <2.0.0" }
|
||||
{ "name": "puppetlabs/concat", "version_requirement": ">=2.0.0" }
|
||||
],
|
||||
"data_provider": "hiera"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user