Re: [Puppet Users] Puppet Learning VM - Resource Ordering Quest - Task 6/6

2015-06-05 Thread Luke Anderson
Yes that was the case originally. To test again I uninstalled openssh-server and ensured that /etc/ssh/sshd_config file was removed, then ran puppet again. All worked as expected, package was installed, /etc/ssh/sshd file created and service running, however the quest tasks was not marked as

Re: [Puppet Users] Puppet Learning VM - Resource Ordering Quest - Task 6/6

2015-06-04 Thread Dan White
OK. Here are the significant bits: Debug: importing '/etc/puppetlabs/puppet/environments/production/modules/sshd/manifests/init.pp' in environment production Debug: Automatically imported sshd from sshd into production Debug: /Stage[main]/Sshd/Package[openssh-server]/before: requires

Re: [Puppet Users] Puppet Learning VM - Resource Ordering Quest - Task 6/6

2015-06-04 Thread Luke Anderson
Hi, Output of puppet apply 'sshd/tests/init.pp' --debug is below: [0;36mDebug: Runtime environment: puppet_version=3.7.3 (Puppet Enterprise 3.7.1), ruby_version=1.9.3, run_mode=user, default_encoding=UTF-8 [0m [0;36mDebug: Loading external facts from /var/opt/lib/pe-puppet/facts.d [0m

[Puppet Users] Puppet Learning VM - Resource Ordering Quest - Task 6/6

2015-06-02 Thread Luke Anderson
Hi, Firstly, apologies if i have started a duplicate topic, this is my first post I couldn't find a topic that matches my question... I ran into a problem when working on the Ordering quest in the Puppet Learning VM. It is when managing the sshd service, during the final task number 6 the

Re: [Puppet Users] Puppet Learning VM - Resource Ordering Quest - Task 6/6

2015-06-02 Thread Edouard Fazenda
Hi Luke, This is also my first post :) But maybe I can help you. So I have created the same class 'sshd' as you. Here the structure : [vagrant@vm01 modules]$ pwd /etc/puppet/modules [vagrant@vm01 modules]$ tree . └── sshd ├── files │ └── sshd_config ├── manifests │ └──

Re: [Puppet Users] Puppet Learning VM - Resource Ordering Quest - Task 6/6

2015-06-02 Thread Dan White
Add the debug flag (--debug) and see what you get. Also, put a dummy notify resource in your module file to get an indication that it is being processed. Like this :                     notify {'here I am': } “Sometimes I think the surest sign that intelligent life exists elsewhere in the

[Puppet Users] Puppet learning VM commands not working

2015-05-11 Thread Gus Ko
After successfully launching the CentOS VM and logging in, I got to the # prompt. But when I type 'puppet resource service' or just the word puppet I get a command not found. If I type whereis puppet I get puppet: -- You received this message because you are subscribed to the Google Groups

[Puppet Users] Puppet Learning VM?

2015-02-09 Thread Brad Knowles
Folks, I tried posting a message to this effect from my Google Groups account, but it doesn’t seem to have gone through. I’ll try to post it again via e-mail to the Google Groups address. Anyway, I’m wondering if anyone has managed to actually use the latest version of the Puppet Learning