Hello,
I am using the rabbitmq puppet module from
https://forge.puppet.com/puppetlabs/rabbitmq/readme
I want to enable the ssl configuration for the management port.
So the declaration is like this :
ssl_key=> '/etc/rabbitmq/ssl/key.pem',
ssl_cert=>
Hello,
I found the way to do it with this module :
create a norecommend.erb file in templates folder of apt module and then
add :
apt::setting { "conf-norecommend":
content => template('apt/norecommend.erb'),
ensure => present,
}
regards,
Le jeudi 2 février 20
Hello,
I can, but in this case if there is a new release for the pluggins I'll
have to change the code again.
It is better to have this option built-in.
Le jeudi 2 février 2017 09:20:09 UTC+1, R.I. Pienaar a écrit :
>
>
>
> On Thu, Feb 2, 2017, at 09:13, Romgo
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
that trailing slash after binary is mandatory for apt.
I think I lost myself during some test !
thanks again.
Hugo
Le lundi 30 janvier 2017 15:19:14 UTC+1, Lowe Schmidt a écrit :
>
> What happens if you have repos empty?
>
> repos => ''
>
> --
> Lowe Schmidt |
Hello,
I'm trying to use this module to configure my debian server.
I have one issue with the jenkins repository,
I use the following configuration :
deb http://pkg.jenkins.io/debian-stable binary/
So I declare on my node :
apt::source { "jenkins-${lsbdistcodename}":
location => 'http://pk
Hello,
I am running puppet server version 0.25.4-2, and since Debian squeeze
is the new stable release I would like to adapt some of my modules.
I have a syslog-ng module, I would like to specify another template
for my squeeze server.
I changed my init.pp as follow :
if ($operatingsystemrelea