Skip to content

Instantly share code, notes, and snippets.

@andytinycat
Created August 20, 2015 16:00
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 andytinycat/6c808ed4a94d0bc94319 to your computer and use it in GitHub Desktop.
Save andytinycat/6c808ed4a94d0bc94319 to your computer and use it in GitHub Desktop.
# works
puppet apply -e "notice($::ec2_metadata['instance-type'])"
Notice: Scope(Class[main]): m1.small
# doesn't work
puppet apply -e "notice($ec2_metadata['instance-type'])"
Notice: Scope(Class[main]): [instance-type]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment