]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Avoid import keyword
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 9 Aug 2014 13:53:53 +0000 (10:53 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 9 Aug 2014 13:53:53 +0000 (10:53 -0300)
README
manifests/init.pp

diff --git a/README b/README
index fe399970d3d2aa3a13b7a9a9903d869f62c2cf09..d6dc1dd781d05a582c27342e5fb18da527cefcc9 100644 (file)
--- a/README
+++ b/README
@@ -3,8 +3,7 @@ Puppet Nodo Module
 
 This is a very specific puppet module that defines custom node configurations.
 
-It heavily depends on other puppet modules available on http://git.sarava.org.
-Check the code for the full dependency list.
+It heavily depends on all puppet modules available on http://git.sarava.org.
 
 While this custom configuration might be useful for others, you might be
 probably looking for the other modules we use or just small parts of this
index 5e344133306827a827605a41dc89cc72fc454f99..262f8f3c0879a7386558c463723e1a2bb31db538 100644 (file)
@@ -14,85 +14,6 @@ File { backup => server }
 $role     = hiera('nodo::role',     'default')
 $location = hiera('nodo::location', 'default')
 
-# Import required modules
-import "common"
-import "sshd"
-import "puppet"
-import "backupninja"
-import "nginx"
-import "git"
-import "syslog-ng"
-import "backup"
-import "apt"
-import "inetd"
-import "exim"
-import "user"
-import "ntp"
-import "apache"
-import "munin"
-import "virtual"
-import "monkeysphere"
-import "pear"
-import "drupal"
-import "resolvconf"
-import "websvn"
-import "ikiwiki"
-import "moin"
-import "mysql"
-import "trac"
-import "apcupsd"
-import "cron"
-import "smartmontools"
-import "smartmonster"
-import "pmwiki"
-import "php"
-import "tor"
-import "postfix"
-import "reprepro"
-import "ssl"
-import "autossh"
-import "nagios"
-import "mail"
-import "shorewall"
-import "ekeyd"
-import "lsb"
-import "viewvc"
-import "dhcp"
-import "bind"
-import "wordpress"
-import "etherpad"
-import "qwebirc"
-import "hotglue"
-import "ejabberd"
-import "mumble"
-import "mpd"
-import "bitcoind"
-import "rsync"
-import "runit"
-import "autofs"
-import "concat"
-import "supervisor"
-import "supybot"
-import "lighttpd"
-import "minidlna"
-import "samba"
-import "tftp"
-import "nfs"
-import "pureftpd"
-import "avahi"
-import "daap_server"
-import "infinoted"
-import "database"
-import "domain_check"
-import "firewall"
-import "schroot"
-import "onion"
-import "tunnel"
-import "pyroscope"
-import "websites"
-import "dyndns"
-import "apparmor"
-
 # Nodo class
 import "nodo.pp"