I'd check to see if /var/named exists or if /var/named/chroot is a symlink.

On Jul 14, 2010, at 2:24 PM, Christopher Johnston wrote:

> I don't see anything out of the ordinary here, seems like its not honoring 
> the type as a directory but as a file any ideas? 
> 
> err: //bind::slave/File[/var/named/chroot]: Failed to generate additional 
> resources using 'eval_generate': Cannot manage files of type characterSpecial
> 
> file { '/var/named/chroot':
>     ensure    => directory,
>     owner     => named,
>     group     => named,
>     mode      => 0755,
>     require   => Package['bind-chroot'];
> }
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Puppet Users" group.
> To post to this group, send email to puppet-us...@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.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@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