Skip to content

Instantly share code, notes, and snippets.

@bartv
Created November 24, 2013 09:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bartv/7625266 to your computer and use it in GitHub Desktop.
Save bartv/7625266 to your computer and use it in GitHub Desktop.
host = std::Host(name = "tripel", os = "linux")
std::File(host = host, path = "/tmp/dir/test", owner = "bart", group = "bart", mode = 644, content =
"test", requires = dir)
dir = std::Directory(host = host, path = "/tmp/dir", owner = "bart", group = "bart", mode = 755)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment