I am very new to puppet.
exec {"apt-update": }
exec {"install-local": }
service { "apache2":
require => Exec["apt-update"]
}
when apt repository has network errors, I wanna puppet do "install-local"
instead,
and make service apache2 run as normal, how can i do that?
Thank you in advance.
--
----
孫より
--
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.