Skip to content

Instantly share code, notes, and snippets.

View davidmichaelkarr's full-sized avatar

David M. Karr (fullname at gmail.com) davidmichaelkarr

  • AT&T
  • Redmond, WA
View GitHub Profile
[vagrant@client ~]$ puppet apply -e 'notice(!"tea" in "coffee"); notice(!("tea" in "coffee"))'
Notice: Scope(Class[main]): false
Notice: Scope(Class[main]): true
[vagrant@client ~]$ puppet apply -e 'notice(!"Fee" in "coffee"); notice(!("Fee" in "coffee"))'
Notice: Scope(Class[main]): false
Notice: Scope(Class[main]): false