From 13203a28257422df18f5d96ad4897e27d32cbdd4 Mon Sep 17 00:00:00 2001 From: drebs Date: Sat, 19 Mar 2011 12:27:05 -0300 Subject: grouping classes in one dir --- manifests/host-stage1.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifests/host-stage1.pp') diff --git a/manifests/host-stage1.pp b/manifests/host-stage1.pp index e026255..9feed97 100644 --- a/manifests/host-stage1.pp +++ b/manifests/host-stage1.pp @@ -1,8 +1,8 @@ import "config.pp" import "nodo" -import "admin_node.pp" -import "firewall.pp" -import "users.pp" +import "classes/admin_node.pp" +import "classes/firewall.pp" +import "classes/users.pp" include nodo::server -- cgit v1.2.3