Commit 15a208ca authored by Robin H. Johnson's avatar Robin H. Johnson
Browse files

concat::fragment $ensure is deprecated.


Signed-off-by: default avatarRobin H. Johnson <robbat2@gentoo.org>
parent 57d235d7
...@@ -30,9 +30,10 @@ define portage::makeconf( ...@@ -30,9 +30,10 @@ define portage::makeconf(
) { ) {
include portage include portage
concat::fragment { $name: if($ensure == 'present') {
ensure => $ensure, concat::fragment { $name:
content => template('portage/makeconf.conf.erb'), content => template('portage/makeconf.conf.erb'),
target => $portage::make_conf, target => $portage::make_conf,
}
} }
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment