Displaying 1 result from an estimated 1 matches for "si7b98".
Did you mean:
i798
2007 Mar 30
2
Installing packages
Hi,
I am new with Puppet and I am very glad using it, but I have a basic
doubt, when I use puppet to install packages to a debian machine with:
debian:/etc/puppet# cat manifests/packages/lm-sensors
package { lm-sensors:
ensure => installed
}
Does it run apt-get update before installing the package? If not how is
the best way to do it?
How Puppet deals with packages installations that