aggiunto pacchetto screen
This commit is contained in:
parent
37f9e4a410
commit
bc17f39987
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ user { 'ortiche':
|
|||
ensure => 'present',
|
||||
}
|
||||
|
||||
package { "screen":
|
||||
ensure => "latest"
|
||||
}
|
||||
|
||||
class { 'apt':
|
||||
use_volatile => true,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue