Add joe editor to system and configure to place backups in /tmp
This commit is contained in:
parent
ecc5b9ac70
commit
c1033cfa1f
3 changed files with 1356 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue