Skip to content

Instantly share code, notes, and snippets.

@WhatsARanjit
Created June 4, 2014 13:58
Show Gist options
  • Save WhatsARanjit/363aafbeaa927d9360e2 to your computer and use it in GitHub Desktop.
Save WhatsARanjit/363aafbeaa927d9360e2 to your computer and use it in GitHub Desktop.
class myclass::test {
file { '/tmp/test':
ensure => dir,
}
}
# puppet apply -e 'include myclass::test'
# ll /tmp
lrwxrwxrwx 1 root root 3 Jun 4 13:56 test -> dir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment