similar to: Default Password PuppetShow

Displaying 20 results from an estimated 100000 matches similar to: "Default Password PuppetShow"

2009 May 21
2
PuppetShow undefined methods problems..
I get these stack traces after setting up puppetshow and browsing the gui at http://site:3000/ http://pastebin.com/m459851f6 Any ideas? Im using 0.24.5 with rails 2.0.2 on a debian 5.0.1.. /flash --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to
2009 Jun 22
3
puppetshow
Hi all How do I get the latest version of puppetshow? git clone git://reductivelabs.com/puppetshow is terribly slow if working at all ..... I tried http://github.com/shadoi/puppetshow/tree/master version but I can not make it work When I go to http://localhost:3000 I get: NoMethodError in Hosts#table Showing vendor/plugins/active_scaffold/frontends/default/views/ _list_header.rhtml where
2008 Apr 02
18
Setting up PuppetShow - Puppet's Web Interface
Hello puppeters; I want to set/test the PuppetShow "Puppet''s Web Interface" with Ruby on Rails (ROR). If somebody has setup such show, please share your experiece with EXAMPLES...I''m not the programmer.so please share your STEPS....I have setup the ROR environment, currently learning Rails with different frameworks....HOBO (http://hobocentral.net/) is great for starter
2006 Oct 18
5
What is exactly PuppetShow?
... or better, what is intended to be? I''ve seen references to PuppetShow in IRC, mailing lists and documentation, but still have no clear idea of what it is. Is it just a reporting tool? Will you be able to create manifests or configure nodes from it? Thanks, best regards Jose _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com
2008 Nov 09
3
Default user password
I would like to creating new users on a system and assign them default passwords that are set only upon creation. I can create the users and assign default passwords with the "user" type, but puppet will continue to reset the password back to that default value even after users modify their own. I guess I could handle this with an "exec" that sets passwords only if the user
2007 Sep 10
6
puppetshow setup.pp
Hi guys, I''ve just checkout the puppetshow code, and I was looking for the setup.ppfile, but I cant find it anywhere.... anyone has an idea where should i look for it? (or what needs to be done?) Thanks, Ohad _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2006 Oct 06
0
Reorganizing Puppet Documentation
Greetings, As the first step in a move to better organize the documentation, we''re planning to reorganize it into more specific subsections. The proposed subsections are listed below. If you have any feelings about the reorganization or would like to call attention to a need for documentation in one area of the project or another, please feel free to contribute your views
2012 Nov 26
2
Status of STONITH support in the puppetlabs corosync module?
Greetings - Hoping to hear from hunner or one of the other maintainers of the puppetlabs corosync module - there is a note on the git project page that there is currently no way to configure STONITH. Is this information current? If so, has anybody come up with a simple method of managing STONITH with corosync via puppet? -- You received this message because you are subscribed to the
2012 Feb 07
1
Has anybody tried puppet in combination with NSIS installers?
Hi all! Just wondering if anyone has successfully used puppet in combination with NSIS installers (afaik only msi support is available at the moment - i''m not yet familiar with puppet''s capabilities under windows systems). Thank you very much in advance, Pedro Lafuente -- You received this message because you are subscribed to the Google Groups "Puppet Users"
2009 Oct 28
1
Puppet on RHEL3 - ruby-1.8.6 RPM
Hey folks, I know there''s an old thread about this, and the provided solution to make puppet work on RHEL3 was to recompile a more recent version of ruby. However, I think it would be nice to upgrade ruby from 1.6.8 to 1.8.6 with RPM, so here''s a quick tip for those who have to manage RHEL3 servers and would like to do it with puppet:
2010 May 22
1
Default value for arguments of a definition
For example, I''m trying to define a function to setup the firewall config define fnConfig($pInterface,$pPorts) { file { "/etc/apf/conf.apf": content => template("apf.conf.erb"), notify => Service["apf"], } } However, if I don''t specify anything, I would like it to automatically set $pInterface=''eth0'' and
2011 Dec 28
1
Debian Squeeze puppet 2.7+apache+passenger
Greetings, I am somewhat new to puppet, and have run into problems configuring my debian 6 puppet master running puppet 2.7 with apache and passenger. Most of the documentation I''ve been able to fine regarding how to do this properly seems very outdated. I was wondering if anybody could point me in the direction of some current documentation/tutorial for this? -- You received this
2011 Jun 16
7
Problem with usage of arrays
Hi there, i can''t use array in puppet. Here is my codesnipplet: $callapidata = [ ''wert1'',''wert2''] notice $callapidata[1] A puppetrun results in: Could not retrieve catalog from remote server: Error 400 on SERVER: can''t convert String into Integer at /etc/puppet/myenv/modules/ uc4client/manifests/init.pp:41 on node testnode Thanks for your
2011 Oct 06
2
More changes on yum.puppetlabs.com
Greetings, I''d like to remove the cruft (no longer maintained) areas of yum.puppetlabs.com. I fear they only cause confusion and offer less-than-desirable experience for our users. I''d like to remove /base /prosvc /porsvc.unsigned /SRMS /sources I''d like to do this some time next week. The stuff mostly found in base is available elsewhere and signed properly. The
2010 Jun 29
1
Managing upgrades
Greetings, I''ve deployed a few solutions involving Puppet in my professional past, and always found upgrades to be somewhat non-trivial. Transitioning from 0.24.x to 0.25.x was quite difficult due to some fairly big structural changes. In general upgrading the puppetmaster is easily achieved, being a single central box managed day-to-day by my team, however slinging all of the nodes
2012 Jul 14
1
RHEL group management with AD
Greetings, My question is about using Puppet to manage RHEL6 users'' local group memberships when the users are served from AD using Winbind. I have RHEL6 x86_64 machines joined to a Windows 2003-level domain using Winbind with Kerberos for auth. To add a user-type to a local group, it appears that all groups are evaluated and are subsequently "not found" for the
2012 Apr 26
2
Optional values from Hiera (no default value)
Hello Puppet List, I''m writing a module that should take an optional value and I want to get it (amongst other places) from Hiera. $repository = $::java_repository ? { undef => hiera(''java_repository'') default => $::java_repository, } But this fails because Hiera raises an error if it can''t find a value. I later want to do something like this:
2009 Dec 14
4
Provider Augeas not functional on Sles10?
Hi, I have a problem with augeas, puppet and Suse 10 SP2. Augeas works when I use the augtool to edit files. But I would like to use it in combination with puppet. My class looks something like this: augeas {"sysctl.conf": provider => "augeas", context => "/files/etc/sysctl.conf", changes => [ "set
2013 Jun 13
2
Introducing Pysa - Reverse your servers’ configurations!
Greetings all, I’m leaving this message about the development of a new configuration reverse engineering tool: Pysa. Pysa aims to help anyone who wants to replicate an existing configuration and not simply clone the entire machine. It can be use to migrate configurations from one computer to another (as physical machines to virtual clouds), backup existing configurations, or any other migration
2010 Jan 28
3
Problem in Setting User Password
hi, all Its a very common use-case to set common password for user/s on all nodes, i like to know if there is any Type or Function or Recipe available in puppet which support this case? I have tried following approach but it didn''t worked; I am reading the password (md5 hash) stored in a file called "/myuserpwd.file" Approach 1: ----------------- $password =