summaryrefslogtreecommitdiff
path: root/tests/init.pp
diff options
context:
space:
mode:
authorSergey Stankevich <sergey.stankevich@gmail.com>2012-09-09 18:36:30 -0400
committerSergey Stankevich <sergey.stankevich@gmail.com>2012-09-09 18:36:30 -0400
commited137893babebabdfdb5adf44d1a52272093ce8b (patch)
treef611108dc849fe8f4372aac981d7e242d59b957b /tests/init.pp
Initial import
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,
+}