Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

Conversation

@Daeric78
Copy link

and fixes to allow the absence of rfcache_devices variable within the first puppet run

Copy link
Contributor

@duritong duritong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests are failing

# Setting environment variables is not supported by package
# but this is needed for setting the LIA password
exec {"yum install -y 'EMC-ScaleIO-lia${real_version}'":
exec {"/usr/bin/yum install -y 'EMC-ScaleIO-lia${real_version}'":
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

environment => [ "TOKEN=${scaleio::password}" ],
tag => 'scaleio-install',
unless => "rpm -q 'EMC-ScaleIO-lia${real_version}'",
unless => "/usr/bin/rpm -q 'EMC-ScaleIO-lia${real_version}'",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be set globally

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants