Added socat installation to vmware::server::scripts class.
This commit is contained in:
parent
dc761f2a38
commit
8717973d80
2 changed files with 11 additions and 0 deletions
9
socat/manifests/init.pp
Normal file
9
socat/manifests/init.pp
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
# Install socat
|
||||
class socat::package {
|
||||
|
||||
package { "socat":
|
||||
ensure => installed,
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue