joerc is slightly different in versions 4.4/4.6
This commit is contained in:
parent
7d452b0f0c
commit
c506d47b76
3 changed files with 1323 additions and 5 deletions
|
@ -278,11 +278,21 @@ schedule { 'repo':
|
|||
content => template('rhizo_base/rccn-functions.sh.erb'),
|
||||
}
|
||||
|
||||
file { '/etc/joe/joerc':
|
||||
ensure => present,
|
||||
source => 'puppet:///modules/rhizo_base/joerc',
|
||||
require => Package['joe'],
|
||||
}
|
||||
if ($lsbdistcodename == 'buster') {
|
||||
file { '/etc/joe/joerc':
|
||||
ensure => present,
|
||||
source => 'puppet:///modules/rhizo_base/joerc.4.6',
|
||||
require => Package['joe'],
|
||||
}
|
||||
}
|
||||
|
||||
if ($lsbdistcodename == 'stretch') {
|
||||
file { '/etc/joe/joerc':
|
||||
ensure => present,
|
||||
source => 'puppet:///modules/rhizo_base/joerc.4.4',
|
||||
require => Package['joe'],
|
||||
}
|
||||
}
|
||||
|
||||
file { '/var/rhizomatica':
|
||||
ensure => directory,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue