From 207218cee80ae99845cb567737f14a5eaafc136d Mon Sep 17 00:00:00 2001 From: varac Date: Tue, 26 Jan 2016 15:18:22 +0100 Subject: [refactor] Get rid of the disable_update parameter The `disable_update` parameter has been removed. The main apt class defaults to *not* run an `apt-get update` on every run anyway so this parameter seems useless. You can include the `apt::update` class if you want it to be run every time. --- manifests/init.pp | 1 - 1 file changed, 1 deletion(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index d6e75cc..85f44f0 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -18,7 +18,6 @@ class apt( $repos = $apt::params::repos, $custom_preferences = $apt::params::custom_preferences, $custom_sources_list = '', - $disable_update = $apt::params::disable_update, $custom_key_dir = $apt::params::custom_key_dir ) inherits apt::params { case $::operatingsystem { -- cgit v1.2.3