Displaying 2 results from an estimated 2 matches for "server_host_nam".
Did you mean:
server_host_name
2013 Jan 24
1
puppet agent returns zero even when fails to execute a catalog
I am running below command to connect puppet master
puppet agent --certname testcertname --no-daemonize --onetime --server
server_host_name --verbose
it outputs error like:
Error: Execution of ''/usr/bin/yum -d 0 -e 0 -y install dnsmasq'' returned 1:
Error: Cannot find a valid baseurl for repo: base
Could not retrieve mirrorlist
http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os error was
14: PYCUR...
2007 Apr 05
1
Preventing non-root users from transferring root owned files
Hello,
It seems that a non-root user is able to copy root owned files. By that I
mean a file that has "400" permission, for example.
rsync <server_host_name>::base_image/etc/<root_owned_file> .
The "rsyncd.conf" file has "uid=root" and "gid=root".
What options do I need to use so that root can copy root owned files, but
non-root users cannot copy root owned files? That is, how do I get rsync to
honor file perm...