search for: ortman

Displaying 7 results from an estimated 7 matches for "ortman".

Did you mean: oatman
2006 Oct 26
3
New Syntax Error after upgrading to 0.20
...resource specifications require names in file /etc/puppet/manifests/modules/ssh_keys.pp at line 24 * Failed to start puppetmaster So, looking at the file in question shows the following code (in condensed form): 1 class ssh_keys { 2 # Commemnts : ... [snip] 19 20 sshkey { name => "portman-linux.goshen.edu", 21 alias => [ "portman-linux", "199.8.232.46" ], 22 type => ssh-rsa, 23 ensure => present, 24 key => "AAAAB3NzaC1yc2EAAAABIwAAAQEAszWe7LXOZ59ZMxgXJEl1... " } Now, this was a valid working conf file, and I can...
2006 Oct 13
10
Services on Gentoo Client Systems
...------------------ # Description : All of our hosts should be running NTP so we''re all # refering to the same time. Here we ensure that NTP # is installed on all the machines and that they all # have a sane configuration file. # Author : Paul Ortman # Date : October 2006 #----------------------------------------------------------------- # First things first, make sure we have ntp installed by the # OS/vendor packaging system. package { "ntp" : ensure => latest } # This is the standard configuration file,...
2006 Nov 01
1
Constant regeneration of /etc/ssh/ssh_known_hosts
...t the file really should not change if its actual contents aren''t changing? Obviously I can teach OSSEC HIDS to ignore ssh_host_keys as it is already managed by Puppet, but for whatever reason that doesn''t seem like the "right" solution to me. Maybe it is... - -- Paul Ortman PGP Key: 55602C81 - -- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFFR/ZDfw8KGlVgLIERAtfVAKCGZZfFoADRmCVqw/YBFj3r1lwAtwCfXkHW CaaVBERC+Zvp7LBY4r2Dk+g= =Xbl8 -----END PGP SIGNATURE-----
2008 Jul 02
1
Non-clean Rsync 3.0.3 exit on OSX
...ake method (no patches). The resulting binary has then been moved to /usr/local/bin/rsync3 and copied to a OSX 10.5.4 Intel client machine as rsync3. I then run the following command: rsync3 -vvv -e ssh -avAX --progress --delete - --rsync-path='/usr/local/bin/rsync3' root@xserver:/Users/portman/Sites/index.html /Volumes/MacHardDisk/Users/portman/Sites/index.html Which results in the following attached log. The entire transfer of data seems to proceed just fine, but it hangs and exits uncleanly at the end. Any ideas? - -- Paul Ortman PGP Key: 55602C81 - -- -----BEGIN PGP SIGNATURE----...
2007 Feb 15
4
Component/type defaults for 0.22.x
Has the component/type defaults syntax changed for 0.22.x? I have a component: <snip> define remotefile($owner=root, $group=root, $mode, $source, $backup=false, $recurse=false, $groupname="default") { file { $name: mode => $mode, owner => $owner, group => $group, backup => $backup,
2007 Oct 30
1
Rsync 3.0.0pre4 errors with ACLs and Xattrs between OSX and Linux
...nc error: some files could not be transferred (code 23) at main.c(1053) [sender=3.0.0pre4] The files seem to be sent just fine, but I can't tell that the xattrs have been transfered at all. The test files as they appear on OS X are available as a xar archive at: http://www.goshen.edu/~portman/OSX/rsync_test.xar Is this a bug, or isn't this supposed to work? Thanks for all your help in advance. - -- Paul Ortman PGP Key: 55602C81 - -- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHJ7M8fw8KGlVgLIERAsWrAJwPJQ4voHhp1pPBQbXS5p+jRt6UQgCfd1YB jh509+/+O8CsdOip...
2006 Oct 11
5
Built In Puppet Variables Documentation
...e a way to programatically expose them (like iterate over some built-in array and print it out using a template)? I''m not at all a Ruby guy, so don''t assume I know much about specifics of the language -- specifics and directions targeted for 4 yr olds much appreciated. - -- Paul Ortman PGP Key: 55602C81 - -- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFFLRQVfw8KGlVgLIERAuv/AJ9WAq48T4W+1UsAnWR8EactExgd7ACbBqv0 DwcbKvKsGQbzofD8VvIhPb4= =sSsY -----END PGP SIGNATURE-----