Hi, I'm having some issues with it doing an apt-get update before installing packages. In my Apt modules I have
Exec["apt-update"] -> Package <| |> and in the run itself I see debug: /Stage[main]/Apt/Exec[apt-update]/before: requires Package[libmysqlclient-dev] debug: /Stage[main]/Apt/Exec[apt-update]/before: requires Package[mysql-server] but then it does the following without the update debug: Puppet::Type::Package::ProviderApt: Executing '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold --force-yes install libmysqlclient-dev=5.1.*' Not sure if this correct but it definitely doesn't appear to be doing the update Any help most appreciated, Will -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
