search for: rivard

Displaying 2 results from an estimated 2 matches for "rivard".

Did you mean: ripard
2013 Aug 28
3
[Bug 2146] New: Add ability to have a ~/.ssh/config.d directory with smaller configs
https://bugzilla.mindrot.org/show_bug.cgi?id=2146 Bug ID: 2146 Summary: Add ability to have a ~/.ssh/config.d directory with smaller configs Product: Portable OpenSSH Version: 6.2p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component:
2012 Feb 22
4
Custom function issue
Hi, I needed a function to check if a file is existing on the Debian box I am configuring. So I used this one module Puppet::Parser::Functions newfunction(:file_exists, :type => :rvalue) do |args| if File.exists?(args[0]) return 1 else return 0 end end end It work greats for some service where apache2 doesn''t work for me. I am using it this way