Skip to content

Instantly share code, notes, and snippets.

@electrical
Created May 17, 2015 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save electrical/93c7fbf5cc6080331ebf to your computer and use it in GitHub Desktop.
Save electrical/93c7fbf5cc6080331ebf to your computer and use it in GitHub Desktop.
! (
( ( VM_PUPPET_VERSION=='PE-3.1.3' ) && ( RS_SET=='centos-7-x64' || RS_SET=='debian-8-x64' || RS_SET=='ubuntu-server-1404-x64' ) ) ||
( ( VM_PUPPET_VERSION=='PE-3.2.3' ) && ( RS_SET=='centos-7-x64' || RS_SET=='debian-8-x64' || RS_SET=='ubuntu-server-1404-x64' ) ) ||
( ( VM_PUPPET_VERSION=='PE-3.3.2' ) && ( RS_SET=='debian-7-x64' || RS_SET=='debian-8-x64' ) ) ||
( ( VM_PUPPET_VERSION=='PE-3.7.2' ) && ( RS_SET=='debian-8-x64' ) ) ||
( ( VM_PUPPET_VERSION=='PE-3.8.0' ) && ( RS_SET=='debian-8-x64' ) ) ||
( ( VM_PUPPET_VERSION=='3.2.0' ) && RS_SET=='debian-8-x64' ) ) ||
( ( VM_PUPPET_VERSION=='3.3.0' ) && RS_SET=='debian-8-x64' ) ) ||
( ( VM_PUPPET_VERSION=='3.4.0' ) && RS_SET=='debian-8-x64' ) ) ||
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment