[Puppet Users] How to install r10k for puppet 2.7 on RHEL?

2015-10-26 Thread Wei Chen
Hi,

I use RHEL 5.6 PS. I've installed the puppet 2.7 via RedHat Satellite. This 
could be the old bersion. I am not sure if there is r10K for this old 
version. If yes, where to get it and install it?

Sorry for my question. I am new to puppet. 


Wei

-- 
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/ea4e4ce4-34e2-4c4b-b028-1e326bea869d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Puppet Users] Re: How to install r10k for puppet 2.7 on RHEL?

2015-10-26 Thread Wei Chen
I've found out the solution.

-- 
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/c9ae31e2-e843-48f0-b824-81bdc0846455%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Puppet Users] puppetlabs/apache module and changin the default port

2015-10-26 Thread tobias . koeck
 

As far as I have read it's not possible to change the default port for 
Apache

class 
{ 'apache': default => 8080, } 

apache::listen 
{ '8080': } 

will just add the port 8080 but the port 80 is still available.


Is this a bug? If not does somebody know how to do that?

-- 
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/2ee773b0-bcf4-4cd1-8eaa-17bbe1e7317e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Puppet Users] RHEL 7 - Satellite 6.1 - Puppet Locally

2015-10-26 Thread Tom Zurita
We deploy our servers and use Puppet using Satellite 6.1.  I deployed a 
server and am trying to test modules locally and it NEVER works.  

cat /etc/puppet/puppet.conf 


[main]

vardir = /var/lib/puppet

logdir = /var/log/puppet

rundir = /var/run/puppet

ssldir = $vardir/ssl


[agent]

pluginsync  = true

report  = true

ignoreschedules = true

daemon  = false

ca_server   = blah

certname= rhel7-test2.blah.edu

environment = KT_SI_Org_Default_RHEL7_Prod_RHEL7_comp_CV_14

# server  = blah


[root@rhel7-test2 manifests]#  puppet config print modulepath 

/etc/puppet/modules:/usr/share/puppet/modules


[root@rhel7-test2 manifests]# puppet module list

/etc/puppet/modules

├── cis-puppet (???)

├── duritong-sysctl (v0.0.11)

└── puppetlabs-stdlib (v4.9.0)

/usr/share/puppet/modules (no modules installed)


puppet apply --modulepath=/etc/puppet/modules 
/etc/puppet/modules/cis-puppet/manifests/test.pp


I don't get errors just doesn't change a thing, nor does it show it running 
that script.


-- 
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/f7a79794-97d8-49d2-8a03-f64f847fef38%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[Puppet Users] Re: How to install r10k for puppet 2.7 on RHEL?

2015-10-26 Thread Corey Osman
puppet 2.7 was so two years ago.  The cool kids are using 4.x now.

You need to install the puppetlabs yum repo to get the latest.  Should be 
fairly simple on RHEL 5 since we now have the puppet AIO packages (ruby, 
puppet, and other stuff bundled).


Corey

On Monday, October 26, 2015 at 2:57:18 AM UTC-7, Wei Chen wrote:
>
> Hi,
>
> I use RHEL 5.6 PS. I've installed the puppet 2.7 via RedHat Satellite. 
> This could be the old bersion. I am not sure if there is r10K for this old 
> version. If yes, where to get it and install it?
>
> Sorry for my question. I am new to puppet. 
>
>
> Wei
>

-- 
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/e2f38c26-d94f-4dde-8507-65dda5beef38%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.