[Puppet Users] Re: Error : Could not find default node or by name with 'xxxxx.domain.local, xxxxx.domain, xxxxx' on node xxxxx.domain.local

2016-02-02 Thread Frederik Bjerggaard Nielsen
You need to move/create/copy the manifest file to the correct environment folder when you move a node between environments which it seems that you haven't done Regards, Frederik Den mandag den 1. februar 2016 kl. 17.27.58 UTC+1 skrev Olivier Lemoine: > > Hello, > > I use Puppet for some weeks

Re: [Puppet Users] Error: Could not find class apache

2016-01-27 Thread Frederik Bjerggaard Nielsen
What if you try running: puppet apply C:\Maruti\Puppet\manifests\site.pp --modulepath C:\Maruti\Puppet\modules Den tirsdag den 26. januar 2016 kl. 15.32.07 UTC+1 skrev Maruti Gangumolu: > > Hi Lowe, > > Here are the details > > This is the directory structure for manifests file site.pp and n

[Puppet Users] Use nodes with defined resource in nginx configuration

2016-01-18 Thread Frederik Bjerggaard Nielsen
Hi, I am working on making our puppet infrastructure more dynamic where I can add any number of nodes and these will automatically be applied in another nodes configuration. *An example:* I have X number of hosts running a Java application, which are defined by our *javaapp* module with the fo