Skip to content

Instantly share code, notes, and snippets.

@athreyavc1

athreyavc1/Demo1 Secret

Last active August 29, 2015 14:13
Show Gist options
  • Save athreyavc1/ce1974307b26866fb024 to your computer and use it in GitHub Desktop.
Save athreyavc1/ce1974307b26866fb024 to your computer and use it in GitHub Desktop.
Demo1
class ownerfile {
file { "/tmp/dependrequire.txt":
content => " My requirement is owner txt file\n ",
require => File["/tmp/owner.txt"]
}
file { "/tmp/owner.txt":
content => " I am the of owner\n"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment