Issue #7908 has been updated by Michael Knox.

This affects 2.7.x as well ...
On a 2.7.9 client (Solaris)

err: Failed to apply catalog: Parameter path failed: File paths must be fully 
qualified, not ''
The section of the manifest is:
    file{'/':
      path   => '/',
      ensure => directory,
      mode   => '0755',
      owner  => '0',
      group  => '0',
      backup => false,
    }
----------------------------------------
Bug #7908: " Parameter path failed: File paths must be fully qualified," for  
file{ "/":
https://projects.puppetlabs.com/issues/7908

Author: Julien R.
Status: Investigating
Priority: Low
Assignee: 
Category: file
Target version: 2.6.x
Affected Puppet version: 
Keywords: 
Branch: 


Here is the code I'm using :

    # FIXME !!! Terrible bug from the agent rpm that owns / and  /opt for some 
reason and mess up the permission (g+w)
    # We shouldn't have to do that
    file{ "/":
      owner   => root,
      group   => root,
      mode    => 0755,
      recurse => false,
    }

On puppet 2.6 :

`Parameter path failed: File paths must be fully qualified,`



On Puppet 0.25.5 :

`notice: //mysqld::agent::package/File[/]/mode: mode changed '775' to '755'`





More context : It really scares me to have to do that to work around a faulty 
rpm... We will switch to an exec based statement,  But I think it still needs 
to be marked as a regression as 2.6 can't manage '/'.



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" 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-bugs?hl=en.

Reply via email to