summaryrefslogtreecommitdiff
path: root/tests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/init.pp')
-rw-r--r--tests/init.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/init.pp b/tests/init.pp
new file mode 100644
index 0000000..4c51cc8
--- /dev/null
+++ b/tests/init.pp
@@ -0,0 +1,5 @@
+class { 'python':
+ version => 'system',
+ dev => true,
+ virtualenv => true,
+}