Skip to content
Snippets Groups Projects
Commit 49090712 authored by Thomas Bellman's avatar Thomas Bellman
Browse files

Use new names of concat* types (from nsc-puppet-utils).

In newer versions of nsc-puppet-utils, concat_file and concat_part
has been renamed to concat::file and concat::part.  The old names
are still available as compatibility names, though, but we change
to use the new names anyway.
parent cd789d9a
Branches
No related tags found
No related merge requests found
...@@ -206,7 +206,7 @@ define tsmclient($serveraddress, $nodename=$fqdn, ...@@ -206,7 +206,7 @@ define tsmclient($serveraddress, $nodename=$fqdn,
owner => 'root', group => 'root', mode => 0444, owner => 'root', group => 'root', mode => 0444,
require => Package['TIVsm-BA'], notify => Service['dsmcad']; require => Package['TIVsm-BA'], notify => Service['dsmcad'];
} }
concat_part { concat::part {
"${tsmdir}/bin/dsm.opt/${title}": "${tsmdir}/bin/dsm.opt/${title}":
content => template('tsmclient/dsm.opt.erb'); content => template('tsmclient/dsm.opt.erb');
"${tsmdir}/bin/dsm.sys/${title}": "${tsmdir}/bin/dsm.sys/${title}":
...@@ -350,7 +350,7 @@ class tsmclient::install ...@@ -350,7 +350,7 @@ class tsmclient::install
ensure => absent; ensure => absent;
} }
concat_file { concat::file {
"${tsmdir}/bin/dsm.opt": "${tsmdir}/bin/dsm.opt":
owner => 'root', group => 'root', mode => 0444, owner => 'root', group => 'root', mode => 0444,
require => Package['TIVsm-BA'], notify => Service['dsmcad']; require => Package['TIVsm-BA'], notify => Service['dsmcad'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment