Hello,

This is a n00b question :)  I am trying to use the puppet-yum module from 
the forge (https://forge.puppet.com/puppet/yum) and have added the 
following to my yaml file:

--
classes:
  - yum

yum::group:
  'GNOME Desktop':
    ensure: present
    timeoute: 600
--

However, now when I do a puppet agent run I get the following error:

--
# puppet agent -t --noop
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Loading facts
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: 
Syntax error at 'Boolean'; expected ')' at 
/etc/puppet/environments/production/modules/yum/manifests/init.pp:99 on 
node node1
Warning: Not using cache on failed catalog
Error: Could not retrieve catalog; skipping run
--

What am I missing here?  

Thanks!

-- 
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/2b5b82d6-af57-4607-9af4-7d613e405f10%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to