Re: [Puppet Users] Apt: Execute sources before builddep

2014-07-06 Thread Wolf Noble
Hi David, I've seen a setup that has an exec which fires apt-get update. This exec has refreshonly = true. All Apt::Source resources are instantiated via a profile class kicking off create_resources. All Apt::Source resources notify the apt-get update exec. I think something similar to that

[Puppet Users] Apt: Execute sources before builddep

2014-07-05 Thread David Mohl
Hello, I am scratching my head on this one. For a project, I need to compile a package from source that depends on a apt source package. Since I am managing package sources with puppet, I need apt-get builddep to be executed *after* sources have been added. All my sources are managed inside