wrap utilities packages in a if \!defined to prevent conflict with rvm module
This commit is contained in:
parent
b342c59a46
commit
0056e1ffd7
@ -6,8 +6,6 @@ class nova::utilities {
|
||||
ensure => present
|
||||
}
|
||||
}
|
||||
$pkgs=['unzip', 'screen', 'parted', 'curl', 'euca2ools']
|
||||
nova::utilities::install{$pkgs:}
|
||||
}
|
||||
if $::osfamily == 'Debian' {
|
||||
$pkgs=['unzip', 'screen', 'parted', 'curl', 'euca2ools']
|
||||
|
Loading…
Reference in New Issue
Block a user