RE: [Puppet Users] Puppet and mobile OS

2013-03-13 Thread GRANIER Bernard (MORPHO)
Hi, Thanks for your answer and I hope that I do not " hijacked" a thread. My company sells a product, and a part of this product may be used on mobile and classical computers. We look to use for deployment tool on classical computers, and as usual, it is more simple to use one tool only for de

[Puppet Users] RE: puppet agent and android or IPhone ?

2013-03-12 Thread GRANIER Bernard (MORPHO)
-users@googlegroups.com] On Behalf Of GRANIER Bernard (MORPHO) Sent: Monday, March 11, 2013 3:55 PM To: puppet-users@googlegroups.com Subject: [SUSPECTED SPOOFING] [Puppet Users] puppet agent and android or IPhone ? " Bien que provenant d’une adresse interne au groupe SAFRAN, ce mail a été

[Puppet Users] puppet agent and android or IPhone ?

2013-03-11 Thread GRANIER Bernard (MORPHO)
Hi, Is there a puppet agent available for Android or IPhone ? Sincerly, Bernard Granier CE Plateforme Système bernard.gran...@morpho.com 01 58 11 32 51 # " This e-mail and any attached documents may contain confidential or proprietary information. If you are not the intended recipient, you are

[Puppet Users] display Puppet dashboard reports in Nagios console ?

2013-03-11 Thread GRANIER Bernard (MORPHO)
Hy, Is it possible to display puppet reports and inventories in Nagios console ? Thanks for any information. Cordialement, Bernard Granier CE Plateforme Système bernard.gran...@morpho.com 01 58 11 32 51 # " This e-mail and any attached documents may contain c

RE: [Puppet Users] dependencies between nodes

2013-02-26 Thread GRANIER Bernard (MORPHO)
n nodes On 22 February 2013 06:24, Kyle Sexton mailto:k...@mocker.org>> wrote: "GRANIER Bernard (MORPHO)" mailto:bernard.gran...@morpho.com>> writes: > Hi, > > I need to describe dependencies between nodes, for example, > to be sure that database is deployed

RE: [Puppet Users] dependencies between nodes

2013-02-26 Thread GRANIER Bernard (MORPHO)
ent, Bernard Granier CE Plateforme Système bernard.gran...@morpho.com 01 58 11 32 51 -Original Message- From: GRANIER Bernard (MORPHO) Sent: Tuesday, February 26, 2013 12:09 PM To: puppet-users@googlegroups.com Subject: RE: [Puppet Users] dependencies between nodes Hi, Thank

RE: [Puppet Users] dependencies between nodes

2013-02-26 Thread GRANIER Bernard (MORPHO)
ooglegroups.com [mailto:puppet-users@googlegroups.com] On Behalf Of Kyle Sexton Sent: Thursday, February 21, 2013 9:25 PM To: puppet-users@googlegroups.com Subject: Re: [Puppet Users] dependencies between nodes "GRANIER Bernard (MORPHO)" writes: > Hi, > > I need to describe

[Puppet Users] dependencies between nodes

2013-02-21 Thread GRANIER Bernard (MORPHO)
Hi, I need to describe dependencies between nodes, for example, to be sure that database is deployed on one node before deploying web application on another node. This link http://grokbase.com/t/gg/puppet-users/127svph7e0/how-to-acgieve-inter-node-dependencies-with-puppet explain that MCollec

RE: [Puppet Users] Re: How to call one manifset from another

2013-02-14 Thread GRANIER Bernard (MORPHO)
Ok great, I will test, thanks for the “tip” Cordialement, Bernard Granier CE Plateforme Système bernard.gran...@morpho.com 01 58 11 32 51 From: puppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] On Behalf Of ??? ? Sent: Thursday,

RE: [Puppet Users] Re: How to call one manifset from another

2013-02-14 Thread GRANIER Bernard (MORPHO)
Ah ok, you use an import and not an include. As I understood, this is not exactly the same things. Cordialement, Bernard Granier CE Plateforme Système bernard.gran...@morpho.com 01 58 11 32 51 From: puppet-users@googlegroups.com [mailto:puppet-users@googlegrou

RE: [Puppet Users] Re: How to call one manifset from another

2013-02-14 Thread GRANIER Bernard (MORPHO)
Subdirs ? which one ? Cordialement, Bernard Granier CE Plateforme Système bernard.gran...@morpho.com 01 58 11 32 51 From: puppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] On Behalf Of ??? ? Sent: Thursday, February 14, 2013 9:44

RE: [Puppet Users] Re: How to call one manifset from another

2013-02-14 Thread GRANIER Bernard (MORPHO)
Yes but is it ok to have in directory …/puppet/manifest let’s say three files : file1.pp defining some nodes file2.pp defining some nodes and site.pp with : include file1 include file2 ? Sincerly, Bernard Granier CE Plateforme Système bernard.gran...@morpho.com

[Puppet Users] file and http source

2013-02-11 Thread GRANIER Bernard (MORPHO)
Hi, We would like to use a file resource with a source with an HTTP URL. Feature #5783 describes this need, and if I understood the comments, it is under development. Is it possible to know if this feature is available in a patch or something like that ? Of course, there is the bypass describ

RE: [Puppet Users] Re: service ressource on CentOS 6.3

2013-02-07 Thread GRANIER Bernard (MORPHO)
Hi, Thanks for your anwser, to solve my problem I write an exec resource with a kill ... That should not be puppet spirit, anyway it runs ... Cordialement, Bernard Granier CE Plateforme Système bernard.gran...@morpho.com 01 58 11 32 51 From: puppet-users@goo

[Puppet Users] service ressource on CentOS 6.3

2013-02-07 Thread GRANIER Bernard (MORPHO)
Hi, I have a jboss service running on a Cent0S 6.3 64 bits I use : service{'jboss': ensure => 'stopped', hasstatus => false, } To stop the service, but puppet give the following traces : Error: /Stage[main]/Jbossuninstall/Service[jboss]/ensure: change from running to stopped failed: Coul

RE: [SUSPECTED SPOOFING] [Puppet Users] how to get report or last_run_report

2013-01-31 Thread GRANIER Bernard (MORPHO)
uppetlabs.com/guides/inventory_service.html for more details. - Keith On 31 January 2013 14:33, GRANIER Bernard (MORPHO) mailto:bernard.gran...@morpho.com>> wrote: This post receive no answer, so I imagine that there is no API to know if a node has the state defined by manifest o

RE: [SUSPECTED SPOOFING] [Puppet Users] how to get report or last_run_report

2013-01-31 Thread GRANIER Bernard (MORPHO)
This post receive no answer, so I imagine that there is no API to know if a node has the state defined by manifest or if manifests have been applied without error ... Not so cool ... Cordialement, Bernard Granier CE Plateforme Système bernard.gran...@morpho.com 01 58 11 32 51 Hi, Using a co

[Puppet Users] command "puppet node install"

2013-01-29 Thread GRANIER Bernard (MORPHO)
Hi, If I understood correctly, this command installs puppet on a remote node. Is this command available in enterprise version only or is it possible to use it in community version ? Sincerly, Bernard Granier CE Plateforme Système bernard.gran...@morpho.com 01

[Puppet Users] package installation failure

2013-01-29 Thread GRANIER Bernard (MORPHO)
Hi, On CentOS, I try to install a package, since the yum server is not configured, the installation failed. In dashboard, I have the following message : change from absent to present failed: Execution of '/usr/bin/yum -d 0 -e 0 -y install java-1.6.0-openjdk' returned 1: Error: Nothing to do

RE: [Puppet Users] windows : exec ressources and creates paramater

2013-01-25 Thread GRANIER Bernard (MORPHO)
or that file, and running the command you specified only if it can't find it. It's assumed that your command will create that file and the exec won't run more than once. Hope it's clearer now, regards! Pablo On Thu, Jan 24, 2013 at 1:49 PM, GRANIER Bernard (MORPHO) mailto:b

[Puppet Users] windows : exec ressources and creates paramater

2013-01-24 Thread GRANIER Bernard (MORPHO)
I thought that creates attribute of exec resource creates a file. On windows, I have the following init.pp, jdk is correctly installed but myfile2.txt is not created, did I miss something ? class install_java_win { file {'jdk-6u18-windows-i586.exe': path=> "$c:/tmp/jdk-6u18-windows-i586.ex

RE: [Puppet Users] facter : Bug #10261

2013-01-23 Thread GRANIER Bernard (MORPHO)
: puppet-users@googlegroups.com Subject: Re: [Puppet Users] facter : Bug #10261 Hi Bernard, On Tue, Jan 22, 2013 at 2:27 AM, GRANIER Bernard (MORPHO) wrote: > Hi, > > On a VM Windows 7 32bits, I have the bug describe here : > http://projects.puppetlabs.com/issues/10261 . > > Readi

[Puppet Users] package ressource and yum output

2013-01-22 Thread GRANIER Bernard (MORPHO)
Hi, On CentOS, I perform some tests with package resource, for example to define that a package has to be present but no yum server is defined on the agent. In the dashboard, it is clearly displayed that the manifest failed, but yum output is not displayed. Is there a way to get the yum output

[Puppet Users] facter : Bug #10261

2013-01-22 Thread GRANIER Bernard (MORPHO)
Hi, On a VM Windows 7 32bits, I have the bug describe here : http://projects.puppetlabs.com/issues/10261 . Reading the bug history, I understood that the bug has been accepted, corrected, and merged. Did I miss understand ? I have almost the last version of facter, I installed it middle of De

RE: [Puppet Users] Re: exceptions, error, traces

2013-01-22 Thread GRANIER Bernard (MORPHO)
Hi, A great thanks for your answer and for the apache link. Sincerly, Bernard Granier CE Plateforme Système bernard.gran...@morpho.com 01 58 11 32 51 From: puppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] On Behalf Of Ellison Marks Sent: M

RE: [Puppet Users] puppet configuration and variables ?

2013-01-21 Thread GRANIER Bernard (MORPHO)
Mathis On Mon, Jan 21, 2013 at 11:58 AM, GRANIER Bernard (MORPHO) wrote: > Hi, > > Is there a way to define a variable in puppet.conf file ? > > Something like : > My_var = my_value in puppet.conf > > Then to be able to use it in manifest with something lik

[Puppet Users] puppet configuration and variables ?

2013-01-21 Thread GRANIER Bernard (MORPHO)
Hi, Is there a way to define a variable in puppet.conf file ? Something like : My_var = my_value in puppet.conf Then to be able to use it in manifest with something like : file {custo.txt': path=> $my_value, ensure=> present, mode=> 0640, content=> "this content", } Sincer

RE: [Puppet Users] Re: exceptions, error, traces

2013-01-21 Thread GRANIER Bernard (MORPHO)
Hi, First, thanks for your answer. I am not still aware of a deep understanding of differences between resources and functions, but some tests confirmed what you said. A point, with my tests, notify messages are displayed in the reverse order they are written in manifest ... I understood that

[Puppet Users] exceptions, error, traces

2013-01-18 Thread GRANIER Bernard (MORPHO)
Hi, Is there a tutorial on exceptions and error management in puppet script ? I read the manual and found information which is confusing for me. There is the notify function which seems to be executed on agent. There are functions like notice, alert, fail and so on which are executed on server

[Puppet Users] node definition and variable

2013-01-18 Thread GRANIER Bernard (MORPHO)
Hi, Since no one answered to my previous post, I suppose that it is not possible to do something like that : $machines_DB="\'computerName\'" $machines_serverWeb="\'computerName2\'" node $machines_DB { include deploymenDB } node $machines_serverWeb { include deploymentServerWeb } # "

[Puppet Users] node definition and variables

2013-01-16 Thread GRANIER Bernard (MORPHO)
Hi, Is there a way to do something like : $computers_dbm="'computer1','computer2'" $computers_worklflow="'computer4','computer3'" node $computers_dbm { include dbm_installation } node $computers_worklflow { include dbm_worklflow } The point is not the include, but the fact to use a vari

RE: [Puppet Users] Re: Announce: Puppet Dashboard 1.2.19 Available

2013-01-16 Thread GRANIER Bernard (MORPHO)
Ok thanks for the answer. Cordialement, Bernard Granier CE Plateforme Système bernard.gran...@morpho.com 01 58 11 32 51 From: puppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] On Behalf Of llowder Sent: Wednesday, January 16, 2013 2:27 PM To

RE: [Puppet Users] Re: Announce: Puppet Dashboard 1.2.19 Available

2013-01-16 Thread GRANIER Bernard (MORPHO)
I did not understand : there is a new version of the dashboard ? I thought that the dashboard was deprecated and that Puppet Lab will no work on it anymore ... What is the status please ? Cordialement, Bernard Granier CE Plateforme Système bernard.gran...@morpho.com 01 58 11 32 51 -Origin

[Puppet Users] plugin geppeto and metadata.json

2013-01-15 Thread GRANIER Bernard (MORPHO)
Hi, I try to use Maven to create module packaged in a tar.gz file. But with the geppeto plugin, the file metadata.json is managed automatically, how it is done ? I would like to generate the metadata.json before plugin-assembly execution. Cordialement, Bernard Granier CE Plateforme Système be

[Puppet Users] module documentation

2013-01-15 Thread GRANIER Bernard (MORPHO)
Hi, I see that comments could be written : # my comment Or /* my coment */ But is there something like javadoc comments and tag ? Cordialement, Bernard Granier CE Plateforme Système bernard.gran...@morpho.com 01 58 11 32 51 From: puppet-users@googlegroups.com

RE: [Puppet Users] geppeto packaging

2013-01-14 Thread GRANIER Bernard (MORPHO)
5:38 PM To: puppet-users@googlegroups.com Subject: Re: [Puppet Users] geppeto packaging On 2013-14-01 16:58, GRANIER Bernard (MORPHO) wrote: > Due to internet policy of my company, I can not access to gepetto install > site thru eclipse. > > Is it possible to download gepetto plugin

[Puppet Users] geppeto packaging

2013-01-14 Thread GRANIER Bernard (MORPHO)
Due to internet policy of my company, I can not access to gepetto install site thru eclipse. Is it possible to download gepetto plugin as a zip ? I mean not a full eclipse but just the plugin. Cordialement, Bernard Granier CE Plateforme Système bernard.gran...@morpho.com 01 58 11 32 51 # " T

RE: [Puppet Users] Re: Puppet dashboard not enabling inventory

2013-01-14 Thread GRANIER Bernard (MORPHO)
TJY7HI/dw1NI9OjWwQJ On 14 January 2013 10:14, GRANIER Bernard (MORPHO) mailto:bernard.gran...@morpho.com>> wrote: Hi, A point about dashboard has been said in this post flow: Puppet dashboard may be deprecated ? Could someone of Puppet Lab gives some information about that ? Cordialement, Bernar

RE: [Puppet Users] Re: Puppet dashboard not enabling inventory

2013-01-14 Thread GRANIER Bernard (MORPHO)
Hi, A point about dashboard has been said in this post flow: Puppet dashboard may be deprecated ? Could someone of Puppet Lab gives some information about that ? Cordialement, Bernard Granier CE Plateforme Système bernard.gran...@morpho.com 01 58 11 32 51 Fro

RE: [Puppet Users] Eclipse plugin, Manifest and module

2013-01-11 Thread GRANIER Bernard (MORPHO)
:27 PM To: puppet-users@googlegroups.com Subject: Re: [Puppet Users] Eclipse plugin, Manifest and module http://puppetlabs.com/blog/geppetto-a-puppet-ide/ I'm not sure about maven. On Jan 11, 2013 11:25 AM, "GRANIER Bernard (MORPHO)" mailto:bernard.gran...@morpho.com>> wrot

[Puppet Users] Eclipse plugin, Manifest and module

2013-01-11 Thread GRANIER Bernard (MORPHO)
Hi, Is there an Eclipse plugin and a Maven plugin to develop and package Puppet modules ? Cordialement, Bernard Granier CE Plateforme Système bernard.gran...@morpho.com 01 58 11 32 51 # " This e-mail and any attached documents may contain confidential or proprietary information. If you are no

[Puppet Users] puppet and cryptography

2013-01-11 Thread GRANIER Bernard (MORPHO)
Hi, For export control reasons, I am looking for an information. Puppet is using cryptography and certificates, is it with openssl only ? Cordialement, Bernard Granier CE Plateforme Système bernard.gran...@morpho.com 01 58 11 32 51 # " This e-mail and any attached documents may contain confid

RE: [Puppet Users] WebRick role

2013-01-07 Thread GRANIER Bernard (MORPHO)
Hi, Thanks for your answer, in the same time, I installed puppet dashboard. Now I will try my first deployment test and I will see :) Cordialement, Bernard Granier CE Plateforme Système bernard.gran...@morpho.com 01 58 11 32 51 From: puppet-users@googlegroups