All,

Trying to use the concat module.... with:


class sysctl::common {

    include concat::setup

    concat {
        '/etc/sysctl.conf':
            owner => 'root',
            group => 'root',
            mode  => '0644';
    }

    concat::fragment {
        '/etc/sysctl.conf':
            target  => '/etc/sysctl.conf',
            content => 'kernel.sem=250 32000 32 2048',
            order   => '99';
   }

}

Getting this error:
Nov  3 14:54:04 dev-c3-app-90 puppet-agent[8143]: Failed to apply
catalog: Parameter path failed: File paths must be fully qualified,
not 'undef' at /etc/puppet/devmp/modules/concat/manifests/setup.pp:37

What am I doing wrong?

Doug.

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

Reply via email to