On Thu, Feb 2, 2017, at 09:13, Romgo wrote: > Hello, > > > I would like to use the apt module, but I can't set this preference (If I > am not wrong) : > > /etc/apt.conf.d/01norecommend > > > > # apt : FILE MANAGED BY PUPPET > > > > APT::Install-Recommends "0"; > > > > APT::Install-Suggests "0"; > > > > Does anyone have an idea on how to implement this via this plugin ? > > Best regards,
why don't you just use a file resource? It's not required for every possible feature ever to exist in every module, you can easily augment them. -- R.I.Pienaar / www.devco.net / @ripienaar -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/1486023600.1488019.867723928.1022ACAD%40webmail.messagingengine.com. For more options, visit https://groups.google.com/d/optout.
