Created
June 4, 2014 13:58
-
-
Save WhatsARanjit/363aafbeaa927d9360e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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