diff options
| author | Janne Anttila <janne.anttila@digia.com> | 2012-11-22 15:52:59 +0200 |
|---|---|---|
| committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-11-26 07:40:58 +0100 |
| commit | 58041262cbeaa86c6c5d05637808c7110a8d7deb (patch) | |
| tree | dd612d8d485b23f65de6c7c04b354fac8e454e1e /puppet/modules/activepython/tests/activepython.pp | |
| parent | d0c1b84fc6309a27f6ddf23f8953b091cc3618ae (diff) | |
Control ActivePython installation on Windows hosts with Puppet.
Change-Id: I539e805fb879d7cc1bdadb508822714d857c6a4f
Reviewed-by: Heikki Halmet <heikki.halmet@digia.com>
Reviewed-by: Rohan McGovern <rohan@mcgovern.id.au>
Diffstat (limited to 'puppet/modules/activepython/tests/activepython.pp')
| -rw-r--r-- | puppet/modules/activepython/tests/activepython.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/puppet/modules/activepython/tests/activepython.pp b/puppet/modules/activepython/tests/activepython.pp new file mode 100644 index 0000000..bb09a48 --- /dev/null +++ b/puppet/modules/activepython/tests/activepython.pp @@ -0,0 +1,3 @@ +include activepython + +selftest::expect_no_warnings { "no warnings from activepython": } |
