Added socat installation to vmware::server::scripts class.

This commit is contained in:
Timo Mkinen 2010-02-23 10:40:00 +02:00
parent dc761f2a38
commit 8717973d80
2 changed files with 11 additions and 0 deletions

9
socat/manifests/init.pp Normal file
View file

@ -0,0 +1,9 @@
# Install socat
class socat::package {
package { "socat":
ensure => installed,
}
}