Skip to content

Commit

Permalink
disabling host firewall for fedora and centos definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Clayton committed May 22, 2013
1 parent 36ac931 commit 70b236f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion definitions/centos-58-x64/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keyboard us
xconfig --card "VMWare" --videoram 16384 --hsync 31.5-37.9 --vsync 50-70 --resolution 800x600 --depth 16
network --device eth0 --bootproto dhcp
rootpw --iscrypted $1$vSG8FjAu$ekQ0grf16hS4G93HTPcco/
firewall --enabled --trust eth0 --ssh
firewall --disabled
selinux --enforcing
authconfig --enableshadow --enablemd5
timezone America/New_York
Expand Down
2 changes: 1 addition & 1 deletion definitions/centos-59-x64-vbox4210-nocm/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keyboard us
xconfig --card "VMWare" --videoram 16384 --hsync 31.5-37.9 --vsync 50-70 --resolution 800x600 --depth 16
network --device eth0 --bootproto dhcp
rootpw --iscrypted $1$vSG8FjAu$ekQ0grf16hS4G93HTPcco/
firewall --enabled --trust eth0 --ssh
firewall --disabled
selinux --enforcing
authconfig --enableshadow --enablemd5
timezone America/New_York
Expand Down
2 changes: 1 addition & 1 deletion definitions/centos-59-x64-vbox4210/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keyboard us
xconfig --card "VMWare" --videoram 16384 --hsync 31.5-37.9 --vsync 50-70 --resolution 800x600 --depth 16
network --device eth0 --bootproto dhcp
rootpw --iscrypted $1$vSG8FjAu$ekQ0grf16hS4G93HTPcco/
firewall --enabled --trust eth0 --ssh
firewall --disabled
selinux --enforcing
authconfig --enableshadow --enablemd5
timezone America/New_York
Expand Down
2 changes: 1 addition & 1 deletion definitions/centos-63-x64/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lang en_US.UTF-8
keyboard us
network --bootproto=dhcp
rootpw --iscrypted $1$damlkd,f$UC/u5pUts5QiU3ow.CSso/
firewall --enabled --service=ssh
firewall --disabled
authconfig --enableshadow --passalgo=sha512
selinux --disabled
timezone UTC
Expand Down
2 changes: 1 addition & 1 deletion definitions/centos-64-x64-fusion503-nocm/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lang en_US.UTF-8
keyboard us
network --bootproto=dhcp
rootpw --iscrypted $1$damlkd,f$UC/u5pUts5QiU3ow.CSso/
firewall --enabled --service=ssh
firewall --disabled
authconfig --enableshadow --passalgo=sha512
selinux --disabled
timezone UTC
Expand Down
2 changes: 1 addition & 1 deletion definitions/centos-64-x64-fusion503/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lang en_US.UTF-8
keyboard us
network --bootproto=dhcp
rootpw --iscrypted $1$damlkd,f$UC/u5pUts5QiU3ow.CSso/
firewall --enabled --service=ssh
firewall --disabled
authconfig --enableshadow --passalgo=sha512
selinux --disabled
timezone UTC
Expand Down
2 changes: 1 addition & 1 deletion definitions/centos-64-x64-vbox4210-nocm/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lang en_US.UTF-8
keyboard us
network --bootproto=dhcp
rootpw --iscrypted $1$damlkd,f$UC/u5pUts5QiU3ow.CSso/
firewall --enabled --service=ssh
firewall --disabled
authconfig --enableshadow --passalgo=sha512
selinux --disabled
timezone UTC
Expand Down
2 changes: 1 addition & 1 deletion definitions/centos-64-x64-vbox4210/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lang en_US.UTF-8
keyboard us
network --bootproto=dhcp
rootpw --iscrypted $1$damlkd,f$UC/u5pUts5QiU3ow.CSso/
firewall --enabled --service=ssh
firewall --disabled
authconfig --enableshadow --passalgo=sha512
selinux --disabled
timezone UTC
Expand Down
2 changes: 1 addition & 1 deletion definitions/fedora-18-x64-vbox4210/ks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ timezone --utc America/New_York
rootpw --iscrypted $6$n/NGsk5H2aiBMXL4$r/oPkJtB5rasvQHPo9AvIJBe6sNVlQbpZxvTRMN7.qZk/Sn9u2qZ0XgNxflUvK20y7OIWdr/vv7MED6gzkBiH0
selinux --enforcing
auth --enableshadow --passalgo=sha512
firewall --service=ssh
firewall --disabled

# Avoiding warning message on Storage device breaking automated generation
zerombr
Expand Down

2 comments on commit 70b236f

@claco
Copy link

@claco claco commented on 70b236f Jul 3, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

@justinclayton
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@claco Detailed in puppetlabs#14

Please sign in to comment.