diff options
author | intrigeri <intrigeri@boum.org> | 2010-10-17 01:12:19 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-10-17 01:18:33 +0200 |
commit | 7613ddde674f4688c99bc26502d12007b933f061 (patch) | |
tree | bfc2c6f74a207687400e3927c8488349ce600ed1 /manifests | |
parent | 7ed78d549b27a8ffeb945c76b5a365257e7df788 (diff) |
Rename $apt_use_volatile to $apt_volatile_enabled.
This will help merging with Nadir's changes.
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
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 ? { |