Added runit scripts.
This commit is contained in:
parent
ce9af69207
commit
4d2574d302
7 changed files with 43 additions and 5 deletions
|
@ -18,9 +18,13 @@ class rhizomatica_base_system {
|
|||
$kannel_admin_password = ('rhizo::kannel_admin_password')
|
||||
$kannel_sendsms_password = hiera('rhizo::kannel_sendsms_password')
|
||||
|
||||
|
||||
include 'ntp'
|
||||
include 'kannel'
|
||||
|
||||
file { '/etc/apt/apt.conf.d/90unsigned':
|
||||
ensure => present,
|
||||
content => 'APT::Get::AllowUnauthenticated "true";',
|
||||
}
|
||||
|
||||
class { 'apt': }
|
||||
|
||||
|
@ -41,10 +45,6 @@ class rhizomatica_base_system {
|
|||
require => File['/etc/apt/apt.conf.d/90unsigned'],
|
||||
}
|
||||
|
||||
file { '/etc/apt/apt.conf.d/90unsigned':
|
||||
ensure => present,
|
||||
content => 'APT::Get::AllowUnauthenticated "true";',
|
||||
}
|
||||
|
||||
# file { '/var/rhizomatica':
|
||||
# ensure => directory,
|
||||
|
@ -71,6 +71,12 @@ class rhizomatica_base_system {
|
|||
ensure => installed,
|
||||
}
|
||||
|
||||
file { '/etc/sv':
|
||||
ensure => directory,
|
||||
source => "puppet:///modules/rhizomatica_base_system/etc/sv",
|
||||
recurse => true,
|
||||
}
|
||||
|
||||
package { 'mosh':
|
||||
ensure => installed,
|
||||
require => Apt::Source['mosh'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue