diff options
author | varac <varacanero@zeromail.org> | 2013-04-23 16:27:43 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-07-09 14:16:59 +0200 |
commit | 997ab7fb2303da86ee27cb781ba6b74d4a2e89a6 (patch) | |
tree | 5bd499d6e2880bfd43fd5b068860a07460f4195d /puppet/manifests | |
parent | d14758f02a6a7d2b8675ea538692bba44b72689d (diff) |
no need to import common anymore
Diffstat (limited to 'puppet/manifests')
-rw-r--r-- | puppet/manifests/site.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/puppet/manifests/site.pp b/puppet/manifests/site.pp index 08cbbb9e..327b6a67 100644 --- a/puppet/manifests/site.pp +++ b/puppet/manifests/site.pp @@ -11,7 +11,6 @@ Package { require => Exec['apt_updated'] } include stdlib -import 'common' include site_config::default include site_config::slow |