Re: [Puppet Users] puppet module repository w/ self signed ssl?

2018-06-06 Thread Thomas Müller


Am Dienstag, 5. Juni 2018 18:05:23 UTC+2 schrieb Josh Cooper:
>
>
>
> On Tue, Jun 5, 2018 at 8:52 AM, Sean > 
> wrote:
>
>> Hello,
>>
>> I'm wanting to use the module_repository setting in puppet.conf on my 
>> puppet5 master.  The local repo mirror we've setup requires SSL, but has a 
>> self-signed cert.  Is there a way to make puppet trust that cert?
>>
>> Mostly, I want to be able to use puppet module search as a convenience 
>> since the environment is not internet connected.  We use control repos and 
>> r10k to deploy from the same repo and it works well.
>>
>> Thanks.
>>
>> -- 
>> 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 puppet-users...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/puppet-users/0e37e66d-469e-4a61-a6da-46e546ec62d9%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> You should be able to follow the workaround in 
> https://tickets.puppetlabs.com/browse/PUP-8889, but longer term we want 
> to make it easier to support third-party CA certs for things like file 
> sources, etc.
>

reading the Ticket, you'll need to:

1) copy your trusted cert to /opt/puppetlabs/puppet/ssl/certs/ 
2) run c_rehash /opt/puppetlabs/puppet/ssl/certs/ to create symlinks 
compatible with OpenSSL


- Thomas

https://www.openssl.org/docs/man1.0.2/apps/c_rehash.html

-- 
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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/34106154-7d03-4766-aedd-e33497d91e61%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Puppet Users] puppet module repository w/ self signed ssl?

2018-06-05 Thread Josh Cooper
On Tue, Jun 5, 2018 at 8:52 AM, Sean  wrote:

> Hello,
>
> I'm wanting to use the module_repository setting in puppet.conf on my
> puppet5 master.  The local repo mirror we've setup requires SSL, but has a
> self-signed cert.  Is there a way to make puppet trust that cert?
>
> Mostly, I want to be able to use puppet module search as a convenience
> since the environment is not internet connected.  We use control repos and
> r10k to deploy from the same repo and it works well.
>
> Thanks.
>
> --
> 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 puppet-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/puppet-users/0e37e66d-469e-4a61-a6da-46e546ec62d9%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

You should be able to follow the workaround in
https://tickets.puppetlabs.com/browse/PUP-8889, but longer term we want to
make it easier to support third-party CA certs for things like file
sources, etc.

Josh

-- 
Josh Cooper | Software Engineer
j...@puppet.com | @coopjn

-- 
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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/CA%2Bu97u%3DKsrD2ZZYU_KU1RpcdccDkGfLt439y01x9UCB1_vFmxA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[Puppet Users] puppet module repository w/ self signed ssl?

2018-06-05 Thread Sean
Hello,

I'm wanting to use the module_repository setting in puppet.conf on my 
puppet5 master.  The local repo mirror we've setup requires SSL, but has a 
self-signed cert.  Is there a way to make puppet trust that cert?

Mostly, I want to be able to use puppet module search as a convenience 
since the environment is not internet connected.  We use control repos and 
r10k to deploy from the same repo and it works well.

Thanks.

-- 
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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/0e37e66d-469e-4a61-a6da-46e546ec62d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Puppet Users] Puppet Module Repository

2010-11-10 Thread Joe McDonagh

On 11/10/2010 01:14 PM, Yushu Yao wrote:

Hi Experts,

I am just wondering is there anything like a "Puppet Module 
Repository" in production yet?


For the "Puppet Module Repository" I am looking for two main features:
1. Versioning control of each individual module
2. automatic dependency resolution, one module will be able to say 
which module (at which version) this module depend on.


Basically, something like python easy_install or ruby gems will be the 
best.


Thanks a lot!

-Yushu

--
You received this message because you are subscribed to the Google 
Groups "Puppet Users" group.

To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

http://forge.puppetlabs.com/

--
Joe McDonagh
AIM: YoosingYoonickz
IRC: joe-mac on freenode
"When the going gets weird, the weird turn pro."

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



[Puppet Users] Puppet Module Repository

2010-11-10 Thread Yushu Yao
Hi Experts,

I am just wondering is there anything like a "Puppet Module Repository" in
production yet?

For the "Puppet Module Repository" I am looking for two main features:
1. Versioning control of each individual module
2. automatic dependency resolution, one module will be able to say which
module (at which version) this module depend on.

Basically, something like python easy_install or ruby gems will be the best.

Thanks a lot!

-Yushu

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.