From 9956b504261f688907a24495b7098a3ca5bcdb8d Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Wed, 23 Sep 2015 10:42:19 +0200 Subject: dependency hell --- global/overlay/etc/puppet/manifests/cosmos-site.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'global/overlay') diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp index 5282e40..41b21ed 100644 --- a/global/overlay/etc/puppet/manifests/cosmos-site.pp +++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp @@ -4,9 +4,6 @@ Exec { path => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", } -include sunet::tools -include sunet::motd -include sunet::ntp include ufw include apt @@ -38,6 +35,9 @@ class nunoc { if $::hostname !~ /random/ { include sunet::simple_entropy } + include sunet::tools + include sunet::motd + include sunet::ntp } class dockerhost { -- cgit v1.1