I've introduced the following code into one of my working manifests, and am 
now returning an error that I don't understand at all.  I've searched the 
web for a similar instance of this error but found none that seem relevant. 
 

The code is...

  ## Roll in the entire theme folder.
  file { "${drupal_path}/sites/default/themes/DG" :
    source  => "puppet://modules/digital-grinnell/DG",
    recurse => true,
    recurselimit => 3,
    require => File[ "${drupal_path}/sites/default/themes" ],
  }


The error returned is:  Failed to generate additional resources using 
'eval_generate': getaddrinfo: Name or service not known.

The source resource (a directory) does exist and if I bring it into the 
server via FTP it behaves as expected; however, I can't get Puppet (using 
this with Vagrant) to populate the server directory for me.

I'm going to try bringing in one or two of the individual files to see if 
that works or not, but there are dozens of files involved so I can't 
possibly rely on that approach going forward.  

Thanks in advance for any assist.

-Mark

-- 
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/716d2fa3-4dee-42fd-a49b-0b4c9471582e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to