Hey!

I've been learning Puppet from the VM I downloaded yesterday.

Two things I've noticed:

1. If you do not use the full path to a file you are applying, the quest 
doesn't mark it as complete.
Eg.
puppet apply modules1-ntp2.pp
Doesn't get marked as completed.
puppet apply /root/examples/modules1-ntp2.pp
Does get marked as completed.

2. Using the module search command doesn't always work:

[root@learn ~]# puppet module search puppetlabs | grep mysql
puppetlabs-mysql                 Mysql module                               
                                                                            
        @puppetlabs    mysql database percona mariadb centos rhel ubuntu 
debian

This shows the module is definitely on the Forge, but if you search for it 
using the command example in the Quest Guide, you get no result:

[root@learn ~]# puppet module search puppetlabs-mysql
Notice: Searching https://forgeapi.puppetlabs.com ...
No results found for 'puppetlabs-mysql'.
[root@learn ~]# 

-- 
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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/7a69245c-8fce-4bd7-a033-f8fc967320b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to