Hi,

I am having an issue when i try to move a package from non-root directory 
to root-directory...

What i Did is:
1. create a directory with non-root user as the owner
2. copied a package from server using 'file' parameter as shown below:
            
       file { "/usr/local/packages/java.tar.gz":
                source  => "puppet:///haproxy/files/java.tar.gz",
                alias   => "java-package",
                require => File["package-directory"],
        }

3. Then, when i tried to move this tar file to some directory owned by root 
user, it gives me error

********************************************************************************************************************************************************************************************************************
File[/usr/local/packages/java.tar.gz]/ensure: change from absent to file 
failed: failed to chgrp /usr/local/packages/java.tar.gz to 0: Operation not 
permitted - /usr/local/packages/java.tar.gz

********************************************************************************************************************************************************************************************************************

My puppet version is '0.25.5'

my puppet-server is running via root-user , while my puppet client is 
running via a non-root user.

Please provide some solution for this issue.

Thanks
Saurabh

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/6jtciYtLSPoJ.
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