diff options
| -rw-r--r-- | puppet/modules/site_shorewall/manifests/eip.pp | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/puppet/modules/site_shorewall/manifests/eip.pp b/puppet/modules/site_shorewall/manifests/eip.pp index 4e5a5d48..d2bf3c4c 100644 --- a/puppet/modules/site_shorewall/manifests/eip.pp +++ b/puppet/modules/site_shorewall/manifests/eip.pp @@ -12,7 +12,8 @@ class site_shorewall::eip {      content => "PARAM   -       -       tcp     1194  PARAM   -       -       udp     1194  ", -    notify  => Service['shorewall'] +    notify  => Service['shorewall'], +    require => Package['shorewall']    } | 
