----- Original Message -----
> From: "Mark" <[email protected]>
> To: [email protected]
> Sent: Thursday, July 19, 2012 5:01:21 PM
> Subject: [Puppet Users] Problem with puppet-concat
> 
> Hi
> 
> 
> I am developing a module to create a simple nas for my work and I am
> using the concat module to assemble /etc/exports and
> /etc/samba/smb.conf .
> 
> 
> I developed my module on my puppet development server and concat
> worked like a charm, however when I rolled it out to my live servers
> if kept on failing with the following error:
> 
> 
> 
> err: Failed to apply catalog: Could not find dependent
> Exec[concat_/etc/exports] for
> File[/_etc_exports/fragments/2_exports_ART_DATA] at
> /etc/puppet/environment/testing/modules/concat/manifests/fragment.pp:48
> 

this suggests you're doing a nas::fileshare{..} without doing class{"nas":}.

would need to see the code where you're using the class and define too.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to