Browse Source

Rename s/modules-ldn/internal-modules/

This name was suggested in the r10k FAQ and is indeed much better.
Gabriel Corona 8 years ago
parent
commit
b87d1a0d31

+ 1 - 1
README.md

@@ -12,7 +12,7 @@
   * `modules/ldn` contains the private stuff (ideally it should be hiera files
     only);
 
-* `modules-ldn/` contains some modules local to this repository.
+* `internal-modules/` contains some modules local to this repository.
 
 ## Installation
 

+ 1 - 1
environment.conf

@@ -1,5 +1,5 @@
 # Managed by puppet
 environment_timeout=0
 manifest=manifests/00_site.pp
-modulepath=modules:modules-ldn
+modulepath=modules:internal-modules
 #config_version=/usr/local/bin/get_env_version.sh $environment

modules-ldn/common/README.md → internal-modules/common/README.md


modules-ldn/common/files/cronic → internal-modules/common/files/cronic


modules-ldn/common/manifests/init.pp → internal-modules/common/manifests/init.pp


modules-ldn/common/templates/motd.erb → internal-modules/common/templates/motd.erb


+ 1 - 1
scripts/upload-env

@@ -41,7 +41,7 @@ test "$env" != "production" || die "Please, do not use with the production envir
 
 # ##### Upload the stuff on the server
 
-sources="Gemfile Gemfile.lock modules modules-ldn environment.conf manifests"
+sources="Gemfile Gemfile.lock modules internal-modules environment.conf manifests"
 path=/srv/puppet/$env/
 rsync_opt="-rl --perms --chmod=u+rwX,go+rX --delete --exclude .git*"
 puppet_host=zoidberg.newldn