Install our latest version of osmo-stack

This commit is contained in:
Wile E. Coyote 2017-01-30 14:10:12 +00:00
parent f7eccaae9b
commit af5f716c8d
2 changed files with 11 additions and 4 deletions

View file

@ -17,7 +17,9 @@ class rhizo_base::apt {
class rhizo_base::apt::common {
class { '::apt': }
class { '::apt':
always_apt_update => true,
}
file { '/etc/apt/apt.conf.d/90unsigned':
ensure => present,