Skip to content

Instantly share code, notes, and snippets.

@cyrus-mc
Created July 30, 2015 16:38
Show Gist options
  • Save cyrus-mc/fe9e75bce27be09ebf96 to your computer and use it in GitHub Desktop.
Save cyrus-mc/fe9e75bce27be09ebf96 to your computer and use it in GitHub Desktop.
if sys_clustered = result.child_get_string("is-clustered") and !sys_clustered.empty?
Puppet.debug("Device is clustered.")
@facts['clustered'] = sys_clustered
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment