Skip to content

Instantly share code, notes, and snippets.

@rogeriopradoj
Created September 24, 2012 00:29
Show Gist options
  • Select an option

  • Save rogeriopradoj/3773570 to your computer and use it in GitHub Desktop.

Select an option

Save rogeriopradoj/3773570 to your computer and use it in GitHub Desktop.
Vagrant: O que, Por que e Como - Passo 5 - 1
file {'testfile':
path => '/tmp/testfile',
ensure => present,
mode => 0640,
content => "I'm a test file.",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment