Revisión 514
Añadido por Antonio J. Abasolo Sierra hace más de 11 años
limitar_https.class | ||
---|---|---|
notify => Exec["configurar-https"]
|
||
}
|
||
|
||
file { "/etc/network/deny_https.ies":
|
||
file { "/etc/squid/acl/deny_https":
|
||
owner => root, group=>root, mode=>644,
|
||
ensure => exists,
|
||
notify => Exec["configurar-https"],
|
||
}
|
||
|
||
file { "/etc/init.d/deny_https":
|
||
file { "/etc/init.d/deny-https":
|
||
owner => root, group=>root, mode=>755,
|
||
source => "puppet:///puppet.educarex.es/files/deny_https",
|
||
source => "puppet:///puppet.educarex.es/files/deny-https",
|
||
notify => Exec["configurar-https"],
|
||
}
|
||
|
||
exec { "configurar-https":
|
||
command => "/usr/sbin/update-rc.d deny_https start 31 2 3 4 5 . stop 01 0 1 6 . ; /etc/init.d/deny_https start",
|
||
require => File["/etc/init.d/deny_https"],
|
||
unless => "/bin/ls /etc/rc2.d/S31deny_https",
|
||
command => "/usr/sbin/update-rc.d deny-https start 31 2 3 4 5 . stop 01 0 1 6 . ; /etc/init.d/deny-https start",
|
||
require => File["/etc/init.d/deny-https"],
|
||
unless => "/bin/ls /etc/rc2.d/S31deny-https",
|
||
refreshonly => true,
|
||
}
|
||
|
Exportar a: Unified diff
limitar-https