Hello! I've got a manifest that involves downloading and updating a bunch of different packages using apt, pip, etc. One of my apt-dependencies, dnsmasq<http://www.thekelleys.org.uk/dnsmasq/doc.html>, redirects the machine's DNS. Any modules currently running at that time that use the internet get a temporary name resolution error. Unfortunately, I can't run this class in a different stage, as it creates a dependency cycle with the other things that depend on dnsmasq.
Is there a way to force puppet to run a particular class by itself? There are enough other tasks/jobs/whatever-we-call-them that being explicit about the dependencies isn't really worth it (and it'd have to be kept up to date as my manifest grows). Thank you! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
