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
1349
modules/rhizo_base/files/joerc
Normal file
1349
modules/rhizo_base/files/joerc
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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,
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ class rhizo_base::packages::common {
|
|||
|
||||
package { ['mosh', 'git', 'openvpn', 'lm-sensors', 'runit', 'sqlite3',
|
||||
'libffi-dev', 'apcupsd', 'expect', 'gawk', 'swig', 'g++',
|
||||
'libcdk5' , 'sngrep', 'rrdtool', 'dnsmasq',
|
||||
'libcdk5' , 'sngrep', 'rrdtool', 'dnsmasq', 'joe',
|
||||
'python-unidecode', 'python-dateutil', 'python-yaml', 'python-formencode',
|
||||
'python-smpplib', 'python-psycopg2', 'python-pysqlite2' ]:
|
||||
ensure => installed,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue