Initial version of screen module.
This commit is contained in:
parent
230c2c0e2b
commit
92817699df
1 changed files with 9 additions and 0 deletions
9
screen/manifests/init.pp
Normal file
9
screen/manifests/init.pp
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Install screen.
|
||||
#
|
||||
class screen {
|
||||
|
||||
package { "screen":
|
||||
ensure => installed,
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue