Displaying 4 results from an estimated 4 matches for "vijayarajkumar".
2013 Nov 20
4
puppet testing
Hi There,
I am kind of lost, understood something wrong. I have written a module.
Now how can I test this module? Do I need to copy it to agent or server? Is
it possible to test it as a standalone module where I have a machine with
puppet agent or server installed? It is a simple module I dont want
complicate things with cucumber or some rspec etc.
How can I test it with puppet apply
2013 Nov 28
2
File handling
Hi There,
I am trying to do the following using puppet
1. Create a dir call mydir
2. Download a file from internet using Exec
3. Change the mode of the file
3. Install it and ensure running and service is enabled.
4. Delete it the installer file.
When I do this until 3 rd step I am fine. But when I create the file
resource again for deleting the installer files, it says it is already
2013 Nov 16
0
connection error in console UI
When I click Add Class, I am seeing
We found these classes on your system [image: Notice]
[image: Failed]Connection error. We could not find classes on your master.
Does your puppet master allow querying resource types?
Don''t see a class? [image: Notice]
Type in a class to add
What should I fix?
--
You received this message because you are subscribed to the Google Groups "Puppet
2013 Nov 27
1
Duplicate declaration
I have module, for which if I add the class in the UI and run the agent
with --test it fails with the following error. But If I just add the
include <classname> in the init class and run, it works. Any idea?
Error: Could not retrieve catalog from remote server: Error 400 on SERVER:
Duplicate declaration: Class[classname] is already declared; cannot
redeclare on node nfaxen-ubu1.fqdn