Displaying 2 results from an estimated 2 matches for "mygat".
Did you mean:
mydat
2007 Feb 11
2
tighten up class?
The following works fine but is there some way to make it more succinct?
Thanks,
Kent
class obsd_etc_static {
file { "/etc/mygate":
owner => root, group => wheel, mode => 644,
backup => main,
source => "puppet://example.com/obsd_static/mygate"
}
file { "/etc/rc.conf":
owner => root, group => wheel, mode => 644,
backup => mai...
2005 Mar 30
4
ssh and ftp
Hello,
I am not able to use ftp and ssh
on the lan.
Both the port are open.
I have the lines on the rules file :
# Accept SSH connections from the local network for administration
#
ACCEPT loc fw tcp 22
#
# Accept ftp connections from the local network for administration
#
ACCEPT loc fw tcp 21
Thanks in advance
Varun