Skip to content

Instantly share code, notes, and snippets.

@st3fan
Created September 10, 2013 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save st3fan/6515999 to your computer and use it in GitHub Desktop.
Save st3fan/6515999 to your computer and use it in GitHub Desktop.
#class { 'python':
# version => 'system',
# dev => true,
# virtualenv => true,
#}
#
#$checkout = "/vagrant"
#$virtualenv = "/home/vagrant/env"
#
#python::virtualenv { $virtualenv:
# ensure => present,
# owner => "vagrant",
# version => "system",
#}
#
#exec { 'setup':
# command => "python setup.py develop",
# cwd => $checkout,
# path => "${virtualenv}/bin",
# refreshonly => true,
#}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment