Hi -
I just upgraded to puppet v2.6 hoping that tags would be available at
the puppet-master side in the yaml files (/var/lib/puppet/yaml/node/*.yaml).
Did I missed something?
Thanks in anticipation for any pointers.
--
Olivier
--
You received this message because you are subscribed to the
Hi -
On 12/12/10 05:01, Ben wrote:
Is there a way when installing a package like this :
package { "rubygems":
ensure => installed,
}
to pass -t parameter to apt-get in order to use a specific apt
source ? EG : apt-get install -t lenny-backports rubygems
Ideally I would not use exec ...
I my