I am trying to implement stages in 2.6.2 (both client and server)
<====site.pp====>
stage { [baseos, pre, post, brsoft]: }
class runstages { Stage[baseos] -> Stage[pre] -> Stage[main] ->
Stage[post] -> Stage[brsoft] }
node default {
include runstages
include debian::base_packages
}
<====end====>
<====packages.pp====>
class debian::base_packages {
include debian::apt
package { "lsof": ensure => installed }
<SNIP>
}
class {"debian::base_packages": stage => baseos }
<====end====>
But when I run the agent with noop:
notice: /Stage[main]/Debian::Base_packages/Package[lsof]/ensure: is
purged, should be present (noop)
The stage still shows as main.
What am I overlooking?
Thank you.
(sorry if this is a duplicate.)
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to
puppet-users+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/puppet-users?hl=en.
On Nov 8, 2010, at 10:27 AM, chris mague wrote:> I am trying to implement stages in 2.6.2 (both client and server)Chris / kekai? Are you back to doing sysadmin work? Good to see you man. I haven''t made the leap to 2.6 yet so I can''t help with your question but wanted to say hi. (Assuming I haven''t got the wrong guy, sorry if so) -=Eric -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Ack, sorry list. That was obviously meant to be unicast. Reply-To Considered Harmful. http://marc.merlins.org/netrants/reply-to-harmful.html -=Eric -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.