Hello, 

Would anyone know what the error message "Could not set present on ensure: 
Function not implemented" means.  It is appearing in Puppet 2.7.13 on a 
File resource type.  The --debug flag does not give any hints.  

The complete manifest triggering this error is located here:

http://jaroker.org/technical_notes/issues/software/puppet/start

The full error message is:

err: /Stage[main]//Node[bose]/Openvz::Bindmount[apps07]/File[Bind Mount 
Config for apps07 on bose]/ensure: change from absent to present failed: 
Could not set 'present on ensure: Function not implemented - 
/etc/vz/conf/1107.mount20140128-9690-11oic7u-0 at 
/etc/puppet/modules/common/openvz/manifests/bindmount.pp:47

The resource being managed (where the problem is occurring) is:

        file { "Bind Mount Config for ${container} on ${host}":
            ensure  => present,
            path    => $bind_conf,
            content => 
template('openvz/mount.conf.erb','common/header.sh.erb'),
            mode    => 740, #(Proxmox file system unable to chmod)
        }


Any suggestions on how to troubleshoot this?

Thank you,
Jon

-- 
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/4459553d-128f-4345-a4b7-6d1873d3dc7b%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to