Decommission rusca (RT#7949)
[mirror/dsa-puppet.git] / modules / ipsec / manifests / init.pp
index 5464f78..d20860c 100644 (file)
@@ -63,5 +63,5 @@ class ipsec {
 
   # Since we disable module loading after boot, we want to load them all at boot time
   $modules = split('af_alg af_key ah4 algif_skcipher ansi_cprng authenc drbg echainiv esp4 ipcomp macvlan macvtap tunnel4 vhost vhost_net xfrm4_mode_tunnel xfrm4_tunnel xfrm6_mode_tunnel xfrm_algo xfrm_ipcomp xfrm_user', ' ') # lint:ignore:140chars
-  site::linux_module { $modules: }
+  base::linux_module { $modules: }
 }