sender opp base_linux i testing env med pakken binclock

This commit is contained in:
Gloria Treider 2020-10-04 21:27:33 +02:00
parent 7d68785259
commit 4a354c4d7e

View File

@ -29,6 +29,11 @@ class profile::base_linux {
package { $linux_sw_pkg:
ensure => latest,
}
package { 'binclock':
ensure => latest,
}
# root@manager should be able to ssh without password to all
file { '/root/.ssh':
owner => 'root',