Add joe editor to system and configure to place backups in /tmp

This commit is contained in:
Keith Whyte 2018-02-23 08:51:01 +00:00
parent ecc5b9ac70
commit c1033cfa1f
3 changed files with 1356 additions and 1 deletions

View file

@ -202,6 +202,12 @@ class rhizo_base {
content => template('rhizo_base/rccn-functions.sh.erb'),
}
file { '/etc/joe/joerc':
ensure => present,
source => 'puppet:///modules/rhizo_base/joerc',
require => Package['joe'],
}
file { '/var/rhizomatica':
ensure => directory,
}