[Puppet Users] Dashboard can't find classes

2014-07-30 Thread Stella
I followed this document to install and configure Puppet 3.6.2 and Dashboard 1.2.23 on Red Hat Linux 6.5, both using Apache as web server. http://docs.puppetlabs.com/guides/install_puppet/pre_install.html http://docs.puppetlabs.com/guides/install_puppet/install_el.html http://docs.puppetlabs.com/

[Puppet Users] Re: Dashboard can't find classes

2014-07-31 Thread Stella
Management", but I don't see it in this open source puppet and dashboard. What is the alternative then? And will this function be available in the new dashboard? Thanks a lot! Stella On Thursday, July 31, 2014 1:55:32 AM UTC-4, Stefan Heijmans wrote: > > Hi, > > >

[Puppet Users] Puppet Dashboard

2014-07-31 Thread Stella
Hi, I am trying to configure Puppet (3.6.2) Dashboard (1.2.23) with HTTP Basic Authentication. I followed this document's "Security" section: http://docs.puppetlabs.com/dashboard/manual/1.2/configuring.html Basically, in Dashboard’s vhost configuration, I added those lines: Order allow,deny

[Puppet Users] Puppet Dashboard HTTP Basic Authentication Issues

2014-07-31 Thread Stella
Hi, I am trying to configure Puppet (3.6.2) Dashboard (1.2.23) with HTTP Basic Authentication. I followed this document's "Security" section: http://docs.puppetlabs.com/dashboard/manual/1.2/configuring.html Basically, in Dashboard’s vhost configuration, I added those lines: Order allow,deny

[Puppet Users] Re: Puppet Dashboard HTTP Basic Authentication Issues

2014-07-31 Thread Stella
aster will be using to submit reports. > > On Thursday, July 31, 2014 9:28:20 AM UTC-7, Stella wrote: >> >> Hi, I am trying to configure Puppet (3.6.2) Dashboard (1.2.23) with HTTP >> Basic Authentication. I followed this document's "Security" section: >>

[Puppet Users] Re: Puppet Dashboard HTTP Basic Authentication Issues

2014-07-31 Thread Stella
se two lines, puppet master access is allowed and you don't need to apply those two patches. Thanks! On Thursday, July 31, 2014 1:43:35 PM UTC-4, Stella wrote: > Hi Ellison, > > Thanks for the reply. > > Yes, I replaced that IP address with my Puppet Master. > > So yo

[Puppet Users] Re: Dashboard can't find classes

2014-08-04 Thread Stella
Stefan, thank you again for the reply. Now I know where to go ahead. I will give the Mcollective command line and webgui a try. Will let you know how it works. Thanks! On Friday, August 1, 2014 5:42:53 PM UTC-4, Stefan Heijmans wrote: > > Hi Stella, > > 1. No, I don't think so

[Puppet Users] Where can I download Puppet Dashboard 2.0?

2014-08-05 Thread Stella
I am now using Puppet Dashboard 1.2.23. Where can I download Puppet Dashboard 2.0? I searched around, but can't find it :( Thanks a lot!!! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails

[Puppet Users] How to parameterize ntp service_ensure on puppet dashboard

2014-08-05 Thread Stella
Hi, I am trying to pass parameter from Dashboard to modules. For my own testing modules "createfile", it works fine: I can pass file_name variable value from Dashboard to it. class createfile ($file_name=$::file_name) { file {"/tmp/${file_name}": ensure => present, mode =>

[Puppet Users] Re: How to parameterize ntp service_ensure on puppet dashboard

2014-08-05 Thread Stella
l continue debugging why it works on one agent but not on the other... On Tuesday, August 5, 2014 2:27:36 PM UTC-4, Stella wrote: > > Hi, I am trying to pass parameter from Dashboard to modules. For my own > testing modules "createfile", it works fine: I can pass file_name

[Puppet Users] Re: How to parameterize ntp service_ensure on puppet dashboard

2014-08-05 Thread Stella
5, 2014 4:08:09 PM UTC-4, Stella wrote: > Actually I installed another puppet agent and it works on this new > agent...still not on the old agent...very interesting... > > I leave init.pp and service.pp untouched, only modify params.pp > > from > $service_ensure

Re: [Puppet Users] Where can I download Puppet Dashboard 2.0?

2014-08-06 Thread Stella
Thanks a lot, Martin! I have downloaded and will give it a try. On Wednesday, August 6, 2014 4:16:03 AM UTC-4, Martin Alfke wrote: > > Hi Stella, > > you can find the Puppet open source dashboard on github: > https://github.com/sodabrew/puppet-dashboard/tree/master > > Ver

[Puppet Users] Install MCollective -- What are the basic components?

2014-08-07 Thread Stella
I am trying to install MCollective to my Puppet 3.6.2 with Dashboard 1.2.23. I searched online and found that there are so many components related with MCollective such as Agent(different agents), Client, Common, etc. http://yum.puppetlabs.com/el/6.5/products/x86_64/ If I only want to have the

Re: [Puppet Users] Install MCollective -- What are the basic components?

2014-08-07 Thread Stella
:51:51 AM UTC-4, Johan De Wit wrote: > > On 07/08/14 16:39, Stella wrote: > > I am trying to install MCollective to my Puppet 3.6.2 with Dashboard > 1.2.23. > > I searched online and found that there are so many components related with > MCollective such as Agent

Re: [Puppet Users] Install MCollective -- What are the basic components?

2014-08-07 Thread Stella
he > puppet module along with the docs, plus with the module it's a reasonably > easy install. > > https://forge.puppetlabs.com/puppetlabs/mcollective > > > > On Thu, Aug 07, 2014 at 08:31:41AM -0700, Stella wrote: > >Hi Johan, > > > >Th

Re: [Puppet Users] Install MCollective -- What are the basic components?

2014-08-07 Thread Stella
rpm.puppetlabs.com/apt.puppetlabs.com, others are obtainable > from git. I have some installed from each. You will probably want some > plugins so that you can do more than "mco ping". > > On Thu, Aug 07, 2014 at 09:09:26AM -0700, Stella wrote: > >Wow, this google puppe

Re: [Puppet Users] Install MCollective -- What are the basic components?

2014-08-07 Thread Stella
write the default value of true. Please correct me if I am wrong. Also can I installed both middleware and client on one machine, which is my puppet master machine? Thanks!! On Thursday, August 7, 2014 1:32:32 PM UTC-4, Stella wrote: > > Thank a lot Chris! > > I think I got the

Re: [Puppet Users] Install MCollective -- What are the basic components?

2014-08-07 Thread Stella
rom > the host you want to do the controlling from (e.g. your puppetmaster to > request puppet runs from your nodes) and the middleware can be anywhere. I > usually just leave it on the same host as the client, but if you have a > bigger load to manage, it can be separated. > &g

Re: [Puppet Users] Install MCollective -- What are the basic components?

2014-08-07 Thread Stella
ective-nettest-agent yum install mcollective-package-agent yum install mcollective-service-agent On Thursday, August 7, 2014 3:24:52 PM UTC-4, Christopher Wood wrote: > > (inline) > > On Thu, Aug 07, 2014 at 12:03:59PM -0700, Stella wrote: > >Quick question: > >

[Puppet Users] Any Web Gui for MCollective ?

2014-08-07 Thread Stella
As we know, live management is not available in open source dashboard. So I installed MCollective command line to achieve most of the same things. Also I heard that there are a few Web Gui out there for MCollective. I googled and found two: KERMIT http://www.kermit.fr mcomaster http://beingas

Re: [Puppet Users] Install MCollective -- What are the basic components?

2014-08-08 Thread Stella
;s recommended to use SSL for authentication to enhance security. ( > in fact not using it is very insecure) > > Regards, > El 07/08/2014 22:22, "Stella" > > escribió: > > It works as a charm!!! Many thanks to everyone! > > Here is a summary of all the

[Puppet Users] MCollective Puppet Agent Not Working?

2014-08-08 Thread Stella
Hi all, I installed and configured MCollective 2.5.3 yesterday. Also I have installed several agent plugin: yum install mcollective-filemgr-agent yum install mcollective-nettest-agent yum install mcollective-package-agent yum install mcollective-service-agent yum install mcollective-puppet-agent

Re: [Puppet Users] MCollective Puppet Agent Not Working?

2014-08-08 Thread Stella
mcollective-puppet-client on the client, "mco puppet" works! Thank you very much, Chris MCollecctive (that's how I remember you, haha!) Stella On Friday, August 8, 2014 9:33:14 AM UTC-4, Christopher Wood wrote: > > Things to check: > > Have you installed the mcollective-

Re: [Puppet Users] MCollective Puppet Agent Not Working?

2014-08-08 Thread Stella
> http://shop.oreilly.com/product/0636920032472.do > > Learning MCollective - Parallel Server Management in Puppet and Chef > > > > > On 08/08/14 15:56, Stella wrote: > > Hi Chris, > > Yes, I have installed the mcollective-puppet-agent package on the se

[Puppet Users] What is the best way to have puppet send email notification?

2014-08-08 Thread Stella
definite answer. People are using different methods. Is there any "official" way? I do notice there is a "Notify" type in puppet. Thanks, Stella -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from

Re: [Puppet Users] What is the best way to have puppet send email notification?

2014-08-08 Thread Stella
gt; https://docs.puppetlabs.com/puppet/latest/reference/config_file_tagmail.html > > Hth, > El 08/08/2014 21:59, "Stella" > > escribió: > >> Hi guys, >> >> I am now having a working Puppet 3.6.2 environment with Dashboard and >> MCollective. >&

[Puppet Users] My Puppet Dashboard Can't Start After Machine Reboot

2014-08-26 Thread Stella
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' from /usr/share/puppet-dashboard/script/server:3 Any clue? Do I miss any component that should be started on boot? Thanks a lot Stella -- You received this message because you are subscribed to the Google

Re: [Puppet Users] My Puppet Dashboard Can't Start After Machine Reboot

2014-08-27 Thread Stella
error: Unable to start the Phusion Passenger watchdog (/usr/lib/ruby/g ems/1.8/gems/passenger-4.0.46/buildout/agents/PassengerWatchdog): Permission denied (errno=13) On Tuesday, August 26, 2014 5:57:24 PM UTC-4, Felix.Frank wrote: > > On 08/26/2014 10:15 PM, Stella wrote: > >

[Puppet Users] Re: Any Web Gui for MCollective ?

2014-08-27 Thread Stella
Nobody has used any Web Gui for MCollective? Guess I have to try it out all by myself :) On Thursday, August 7, 2014 4:39:31 PM UTC-4, Stella wrote: > > As we know, live management is not available in open source dashboard. > So I installed MCollective command line to achieve most of

[Puppet Users] How to use Puppet Dashboard Group in MCollective?

2014-09-05 Thread Stella
bout using dashboard group as filter. thanks, Stella -- 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 v

[Puppet Users] MCollective puppet runonce and puppet agent daemon conflict?

2014-09-05 Thread Stella
d I use? Hope I make myself understood :) Thanks a lot, Stella -- 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...

Re: [Puppet Users] MCollective puppet runonce and puppet agent daemon conflict?

2014-09-05 Thread Stella
g report to puppet master? thanks, Stella On Friday, September 5, 2014 2:53:06 PM UTC-4, Jose Luis Ledesma wrote: > > Forgot about last question,you can specify more than one -I in each command > El 05/09/2014 20:46, "Stella" > > escribió: > >> Hi, >> >

[Puppet Users] Re: How to use Puppet Dashboard Group in MCollective?

2014-09-05 Thread Stella
Hi Stefan, Great! I will give your basic version a try and let you know how it works! thanks, Stella On Friday, September 5, 2014 3:29:06 PM UTC-4, Stefan Heijmans wrote: > > Hi Stella, > > Out of the box there is no support for this. > You can write your own MCollective disc

Re: [Puppet Users] MCollective puppet runonce and puppet agent daemon conflict?

2014-09-05 Thread Stella
No, I didn't try with filtering. I tried Jose's suggestion: mco puppet runall 10 and yours: mco puppet runonce -F hostname=puppetmaster_name Both work fine. So I will forget --server option :) thanks a lot Stella On Friday, September 5, 2014 3:41:16 PM UTC-4, Christopher Wood wro

[Puppet Users] How to check if file exists on client without using exec command?

2014-10-10 Thread Stella
Hi all, I am using Puppet 3.6.2. I am trying to write a puppet module, which will replace a file with source template ONLY IF this file already exists. If this file doesn't exist, don't do anything. I have got it to work with the "exec" command, but that requires to use some command/script ou

[Puppet Users] certificate verify failed: [unable to get local issuer certificate

2014-10-17 Thread Stella
Hi all, When I run "puppet agent --test", I got this error: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to submit 'replace facts' command for example.com to PuppetDB at example.com:8081: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B

[Puppet Users] Re: certificate verify failed: [unable to get local issuer certificate

2014-10-17 Thread Stella
for Firefox - probably just need to go into Firefox preferences and > delete the certificate that you stored already but it does seem strange > that you have 2 certificates with the same serial # > > On Friday, October 17, 2014 10:28:39 AM UTC-7, Stella wrote: >> >> Hi all, &

[Puppet Users] Table 'puppet.schema_migrations' doesn't exist

2014-10-18 Thread Stella
Hi guys, I am using Puppet 3.6.2 Dashboard with MySqL. Today during debug, I accidentally removed my dashboard board tables(?) from MySQL. Then I tried to prepare the tables schema for Dashboard database, got this error: # rake RAILS_ENV=production db:migrate rake aborted! ActiveRec

[Puppet Users] Re: Table 'puppet.schema_migrations' doesn't exist

2014-10-18 Thread Stella
I recreated puppet database in mysql and now it works fine. Thanks On Saturday, October 18, 2014 11:15:18 AM UTC-4, Stella wrote: > > Hi guys, > > I am using Puppet 3.6.2 Dashboard with MySqL. > Today during debug, I accidentally removed my dashboard board tables(?) > from

[Puppet Users] Puppet -- Problem accessing /v3/commands

2014-10-18 Thread Stella
Hi guys, I am us puppet 3.6.2 and dashboard. When I run "puppet agent --test", got this error: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to submit 'replace facts' command for example.com to PuppetDB at example.com:8081: [404 Not Found] Error 404 HTTP ER

[Puppet Users] PuppetDB not send fact to Dashboard - state=SSLv3 read server session ticket A: tlsv1 alert unknown ca

2014-10-18 Thread Stella
Hi guys, I got so many problems this weekend for my puppet 3.6.2 with dashboard and puppetdb! On PuppetDashboard, I want to check facts for a host, but errro: Inventory Could not retrieve facts from inventory service: SSL_connect returned=1 errno=0 state=SSLv3 read server session ticket A: tl

Re: [Puppet Users] PuppetDB not send fact to Dashboard - state=SSLv3 read server session ticket A: tlsv1 alert unknown ca

2014-10-20 Thread Stella
> > [1] - > https://docs.puppetlabs.com/puppetdb/2.2/api/query/curl.html#using-curl-from-remote-hosts-sslhttps > > -Ryan > > On Sat, Oct 18, 2014 at 3:35 PM, Stella > wrote: > >> Hi guys, >> >> I got so many problems this weekend for my puppet 3.6.2 with dashboard >>

[Puppet Users] How can Puppet query from Sybase - Facter or Hiera?

2014-10-20 Thread Stella
example to share? Thanks! Stella -- 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

Re: [Puppet Users] How can Puppet query from Sybase - Facter or Hiera?

2014-10-21 Thread Stella
ind out what is the best approach. Will let you know. Thanks, Stella On Monday, October 20, 2014 5:36:50 PM UTC-4, Johan De Wit wrote: > > Hi Stella, > > my first thought goes to implement a ENC script. Since you are already > keeping inventory data in a database, you could k

Re: [Puppet Users] How can Puppet query from Sybase - Facter or Hiera?

2014-10-21 Thread Stella
SELECT workgroup FROM workgroups WHERE hostname = > ‘#{args[0]}’”) > result[‘workgroup’] > end > end > > Totally full of pseudo code, but that hopefully makes sense. > > — cwebber > > On Oct 21, 2014, at 7:20 AM, Stella > > wrote: > > Hi Johan, >

[Puppet Users] How to use mcollective::plugin defined type to install different agents and client?

2014-11-18 Thread Stella
have plugin.pp. Should I include the class mcollective::plugin in init.pp? How to specify a list of "mcollective-${name}-${type}" Anyone knows the detail or examples? Thanks a lot! Stella -- You received this message because you are subscribed to the Google Groups "Puppet U