]> gitweb.fluxo.info Git - puppet-apt.git/commit
Avoid variable lookup on apt::unattended_upgrades
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 14 Apr 2013 19:17:39 +0000 (16:17 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 14 Apr 2013 19:17:39 +0000 (16:17 -0300)
commitee15eb570d941ac4113bfad37a539a7e3636f8d2
treeaab424c5399331d6401f0afbf41234a1cb24abeb
parentae6cb44e1ad3498ed7427df3dc46369596faf983
Avoid variable lookup on apt::unattended_upgrades

The current lookup for '::apt::custom_preferences' might lead to a lookup error
like

  (Scope(Class[Apt::Unattended_upgrades])) Could not look up qualified variable
  '::apt::custom_preferences'; class ::apt has not been evaluated at
  /etc/puppet/modules/apt/manifests/unattended_upgrades.pp:17

Since the lookup apparently happens during compilation time, this commits tries
to fix this issue by using a define() function call instead of the lookup.
manifests/unattended_upgrades.pp