summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/swig.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/swig.pp b/manifests/swig.pp
new file mode 100644
index 0000000..5e524cb
--- /dev/null
+++ b/manifests/swig.pp
@@ -0,0 +1,6 @@
+# i dunno if this is the right place, but can't think of any other currently
+class gcc::swig {
+ package{'swig':
+ ensure => installed,
+ }
+}