From b10065a9a9c2994f0ca87455b6bf9cdc39797f99 Mon Sep 17 00:00:00 2001 From: Florian Haas Date: Fri, 12 Jul 2013 15:58:16 +0000 Subject: [PATCH] Import facts on all nodes --- manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/init.pp b/manifests/init.pp index ff95d85..a6e9521 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -59,4 +59,6 @@ class kickstack ( include exportfact include openstack::repo include kickstack::nameresolution + + ::exportfact::import { $fact_category: } }