Displaying 20 results from an estimated 20000 matches similar to: "What do YOU do to catch undefined variables"
2012 Feb 17
8
Puppet syntax check for Komodo Edit
Hi folks,
Recently I''ve been using a MacBook Pro (Lion) as a workstation, I''m
feeling good even if still missing some tool (coming from Ubuntu
environment).
I''d like to have a cross platform IDE with basic Puppet syntax
highlight, so far the one that seems to better fit my needs is Komodo
Edit v7, that is mentioned here:
2013 Oct 30
1
Geppetto with Subversion
I''m trying to use Geppetto 4 to develop puppet modules and check them in
and out of subversion. I''ve got a subversion repositories setup via web
dav. The Cloudsmith FAQ seems a bit vague. I''ve not used Eclipse much at
all and am not sure how the subversion integration works. I saw a really
cool video demo from the PuppetConf youtube channel using the Forge (
2013 Dec 17
1
Geppetto complains about uninitialized variables in reduce function
Hello,
I''m using the following expression to format a list:
$valid_environments = [''env1'', ''env2'', ''env3'']
$env_message = $valid_environments.reduce |$message, $env| {
"${message}, ${env}" }
It works at run-time (Puppet 3.2.4 standalone with "--parser=future").
However in Eclipse (v4.3.1),
2011 Jun 20
3
Geppetto is ready
Geppetto 1.0 is released and ready for download. We want all the
feedback we can get, so try it out and let us know what you think!
Full story at: http://cloudsmith.github.com/geppetto/
If you haven’t been following the project, Geppetto is an integrated
toolset for working with Puppet modules and manifests. It’s built on the
Eclipse platform. If you’re an Eclipse user, you can install it
2013 Feb 26
5
Glassfish automatic installation in Puppet
Hi All,
Can any one help to install my jar file automatically,
When I tried to install /usr/bin/java -Xmx256m -jar
/gx/mnt/software/Vidispine/Components/glassfish-installer-v2.1.1-b31g-linux.jar,its
is asking for confirmation like Accept or Decline? [A,D,a,d]. So how can I
pass answer with command.
Please find my puppet code below
exec { ''glassfishInstaExe'':
2013 Jan 29
10
Puppet service
HI All,
Can any anyone please help me with attached screenshot.
Actually i am not able to lauch puppet dashboard and when i have tried to
running below command ,getting error.
puppet resource service puppet ensure=running enable=true
--
Thanks and Regards,
Mamta Garg
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe
2013 Mar 22
3
Rake tests for hiera
Hi,
I''m having a hard time figuring out how to make rake spec tests work correctly with hiera and puppet 3. Should I just give up for now until the various gems work with puppet 3?
--
maarten
--
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
2011 Sep 19
1
Announcement: Geppetto 2.0.0 released
The 2.0.0 release of Geppetto is available as download and updates from
within Geppetto for all users of 1.0.x.
Please see the FAQ at:
http://cloudsmith.github.com/geppetto/faq.html for information if you
run into problems updating.
Checkout
http://cloudsmith.github.com/geppetto/faq.html#2011/06/28/how-do-i-update if
you need instructions how to run update.
In this release
===============
*
2013 Aug 27
3
puppet for deployment of Java apps
Hello,
Is Puppet a good choice to deploy JAVA applications (Tomcat) where there
exists a cross-system dependency (i.e. the database should be deployed
before the web app)?
If not, any suggestions for alternatives?
--
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
2013 May 16
3
vim-puppet syntax highlight
Hi
I am trying to install vim-puppet for syntax highlight of puppet manifest
file. I first installed vim-puppet and then vim. Then I ran
"vim-addon-manager -w install puppet" I am still unable to see the colours
on site.pp
bala@WheezyMaster:~$ vim-addon-manager
# Name User Status System Status
editexisting removed removed
justify
2013 Aug 12
2
Passenger-Rack error 500: no such file to load -- rack
I have a puppetmaster running within passenger+rack. It has been running
properly for almost a year and decided to stop working on the weekend. Now
I''m getting the Purple "Ruby (Rack) application could not be started"
screen with
Error: no such file to load -- rack
Application: /data1/rack/puppetmaster
The backtrace is uninspiring. Snippets include:
2013 Feb 20
1
Announce: Module puppetlabs/postgresql 2.1.0 Available
A new release of the puppetlabs/postgresql module is now available on the Forge:
https://forge.puppetlabs.com/puppetlabs/postgresql/2.1.0
Changelog
========
This release is primarily a feature release, introducing some new
helpful constructs to the module.
For starters, we''ve added the line `include
''postgresql_conf_extras.conf''` by default so extra parameters not
2013 Apr 13
6
facter doesn't load from /ect/facter/facts.d
I''m trying to load custom facts via /etc/facter/facts.d/* according to
instructions on
http://docs.puppetlabs.com/guides/custom_facts.html#structured-data-facts
I must have missed a setting somewhere because I get nothing. The first
clue may be that /etc/facter didn''t exist. I had to create it manually.
Is there a setting or search path I need to create?
Details:
puppet
2012 Oct 15
3
Change Tab behavior in 3.0+
Hey all,
I have a question regarding the choice to move to spaces (rather than tabs)
in the editor.
May I ask the reasoning behind this?
Furthermore, is there a way to revert to the ''old style'' that used tabs
instead? I prefer this, as it makes the code look cleaner.
--
You received this message because you are subscribed to the Google Groups "Puppet Users"
2012 Jul 09
3
puppet 3.0.0 and hiera
Hi,
If I have understood it correctly, puppet 3.0.0 will include / require
hiera. In order to add support for hiera directly in Geppetto I
downloaded the puppet 3.0.0rc tarball expecting to find the puppet-hiera
functions, but they where not there.
What is the expected packaging going to be when 3.0.0 is released?
Where should I expect the hiera "parser functions" to be located?
2012 Jul 26
2
Please send me your puppet formatting puzzles...
Hi,
I have been working on a new puppet code formatter for Geppetto for some
time, and it is now starting to work quite well. The plan is to release
it in Geppetto 3.0.
If you want to, you can help by sending "formatting puzzles" - i.e.
"given input x, produce formatted result y".
I am esp. looking for code where it is impossible to follow "the style
guide" -
2013 Mar 05
2
Discover SO of my nodes
Hello all!
Using puppet 2.7.9 and Dashboard, I can see the hostname of my nodes.
With some selects against MySQL, I can also discover their IP address.
But that is any way to discover more details, like, with OS is running on
that node?
Thanks a lot!!
Tiago C.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from
2013 Apr 08
4
puppet uninstall package
Hy I m a new user in world puppet
I have installed a packge test on a node "screen" without problem
Now i want to try to uninstall it but without success. This is the file
configuration
this is my file init.pp
package {"screen-4.0.3-16.el6":
ensure=> "absent"
}
#package and purge its config files
package {"screen-4.0.3-16.el6":
ensure =>
2011 Dec 19
7
When the lint accumulates...
So some of you may be aware that Tim Sharpe from GitHub wrote a Puppet
linting tool:
$ gem install puppet-lint
$ puppet-lint mymanifest.pp
Source: https://github.com/rodjek/puppet-lint
The linting tool checks Puppet code for "best practice" based on the
Puppet Labs Style Guide:
http://docs.puppetlabs.com/guides/style_guide.html
A lot of us have been using puppet-lint (and puppet
2013 Apr 03
1
calling_module vs module_name ?
In using Hiera, what is the difference between calling_module
and module_name?
Which is should be used?
:hierarchy:
- %{environment}/%{calling_module}/common
- %{environment}/%{module_name}/common
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