[
https://issues.apache.org/jira/browse/STRATOS-606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14002786#comment-14002786
]
Manula Waidyanatha commented on STRATOS-606:
--------------------------------------------
I think this base class could be simplified to
class stratos_base {
$packages = [
'nano',
'curl',
'wget',
'zip',
'unzip',
'tar']
package { $packages:
ensure => installed,
}
}
WDYT ?
> Create a base Puppet module to install common tools
> ---------------------------------------------------
>
> Key: STRATOS-606
> URL: https://issues.apache.org/jira/browse/STRATOS-606
> Project: Stratos
> Issue Type: Improvement
> Components: Cartridge Agent
> Reporter: Akila
> Attachments:
> 0001-added-Puppet-base-class-improved-puppet-nodes-struct.patch
>
>
> Currently common tools like zip, unzip, wget, tar are being installed
> separately by each Puppet module.
> This redundancy can be avoided by creating a base node to install all common
> tools.
--
This message was sent by Atlassian JIRA
(v6.2#6252)