Guest User

Untitled

a guest
Jul 23rd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $ cat foo.pp
  2. $repoList = 'aaaaaCentOS-Basebbbbbb'
  3. if ( $repoList =~ /CentOS-Base/){
  4. notice("foo")
  5. }
  6. $ puppet foo.pp
  7. notice: Scope(Class[main]): foo
Add Comment
Please, Sign In to add comment