summaryrefslogtreecommitdiff
path: root/tests/init.pp
blob: 4c51cc80e4929f1ac14bc5ea42120974b740a5fc (plain)
1
2
3
4
5
class { 'python':
  version    => 'system',
  dev        => true,
  virtualenv => true,
}