Merge pull request #112 from makeacode/update_concat
Update to use at least the 2.0.0 version of puppetlabs-concat
This commit is contained in:
commit
54f4c910c3
@ -84,28 +84,11 @@ class bind (
|
|||||||
owner => 'root',
|
owner => 'root',
|
||||||
group => $bind_group,
|
group => $bind_group,
|
||||||
mode => '0644',
|
mode => '0644',
|
||||||
|
warn => true,
|
||||||
require => Package['bind'],
|
require => Package['bind'],
|
||||||
notify => Service['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':
|
service { 'bind':
|
||||||
ensure => running,
|
ensure => running,
|
||||||
name => $bind_service,
|
name => $bind_service,
|
||||||
|
|||||||
@ -28,7 +28,7 @@
|
|||||||
],
|
],
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{ "name": "puppetlabs/stdlib" },
|
{ "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"
|
"data_provider": "hiera"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user