view modules/python/manifests/venv.pp @ 162:db83ec9fc9c8 puppet-3.6

Remove lktutoring.com - it expired in December
author IBBoard <dev@ibboard.co.uk>
date Tue, 04 Apr 2017 19:48:44 +0100
parents 956e484adc12
children
line wrap: on
line source

class python::venv($ensure=present, $owner=undef, $group=undef) inherits python::dev {

  package { "python-virtualenv":
    ensure => $ensure,
  }
}