From 7613ddde674f4688c99bc26502d12007b933f061 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Sun, 17 Oct 2010 01:12:19 +0200 Subject: Rename $apt_use_volatile to $apt_volatile_enabled. This will help merging with Nadir's changes. --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index dc581f5..85cab9f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -11,9 +11,9 @@ class apt { default => $apt_clean, } - $use_volatile = $apt_use_volatile ? { + $use_volatile = $apt_volatile_enabled ? { '' => false, - default => $apt_use_volatile, + default => $apt_volatile_enabled, } $include_src = $apt_include_src ? { -- cgit v1.2.3