Hello all,
I apologize if this turns out to be a very silly (and already asked )
question. I want to install a few packages on my debian system in a
particular order. Right now, I am doing the following.
Say pack1, pack2 and pack3 are the three packages that I am trying to
install. Then my puppet manifest looks like this.
Package {ensure => installed}
package { "pack1": }
package { "pack2": require => Package["pack1"] }
package { "pack3": require => Package["pack2"] }
Is this the right way to do it? Or is there a better way?
Any guidance would be appreciated.
Thank you very much!
--
Regards,
Swati
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---