Initial version of screen module.

This commit is contained in:
Timo Mkinen 2010-12-01 09:07:52 +02:00
parent 230c2c0e2b
commit 92817699df

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

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