Skip to content

Instantly share code, notes, and snippets.

@demophoon
Created June 30, 2015 21:50
Show Gist options
  • Save demophoon/eff9bd0e0d7d8711d66b to your computer and use it in GitHub Desktop.
Save demophoon/eff9bd0e0d7d8711d66b to your computer and use it in GitHub Desktop.
Pip + Puppet
python::virtualenv { '/opt/monmon':
ensure => present,
requirements => '/local/requirements.txt',
owner => 'vagrant',
group => 'vagrant',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment