Multi-OS Version
This commit is contained in:
parent
15630ec66a
commit
b353f4410b
19 changed files with 3077 additions and 49 deletions
|
@ -22,7 +22,10 @@ class rhizo_base::kiwi {
|
|||
|
||||
package {
|
||||
['nodejs']:
|
||||
ensure => '0.10.48-1nodesource1~precise1',
|
||||
ensure => $operatingsystem ? {
|
||||
"Ubuntu" => '0.10.48-1nodesource1~precise1',
|
||||
"Debian" => '0.10.48-1nodesource1~jessie1',
|
||||
},
|
||||
require => Class['rhizo_base::apt'],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue