Don't apt-get update on every run
This commit is contained in:
parent
44925b2c11
commit
077ff4ffeb
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class rhizo_base::apt {
|
|||
class rhizo_base::apt::common {
|
||||
|
||||
class { '::apt':
|
||||
always_apt_update => true,
|
||||
always_apt_update => false,
|
||||
}
|
||||
|
||||
file { '/etc/apt/apt.conf.d/90unsigned':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue