----- Original Message -----
> From: "Mark" <
ma...@omzig.co.nz>
> To:
puppet...@googlegroups.com
> 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.