Revision df647203522e97e1483b93c3bd0140fd23ee282d authored by Alexandros Kosiaris on 02 June 2017, 11:13:39 UTC, committed by Alexandros Kosiaris on 07 June 2017, 13:15:38 UTC
Change the way the facts are exported on every puppetmaster by ignoring
any yaml fact file older than 7 days.  While at it, stop pushing the
node objects as they are not really useful, it's just the facts we
care for, not the node objects. Gather all the facts from all the
puppetmasters in a single place and then copy them to the destination

Drop the call to sudo in rsync and chown and force the entire script to
run under root, since this script anyway requires root privileges to run
for multiple reasons

Fix some indentations issues as well

Change-Id: Ie95b96345294330fa7b8fb4926e26e7088c38877
1 parent c471d88
History
File Mode Size
conftool-data
doc
files
hieradata
manifests
modules
utils
.ctags -rw-r--r-- 323 bytes
.gitignore -rw-r--r-- 499 bytes
.gitmodules -rw-r--r-- 717 bytes
.gitreview -rw-r--r-- 101 bytes
.mailmap -rw-r--r-- 9.5 KB
.puppet-lint.rc -rw-r--r-- 239 bytes
.rubocop.yml -rw-r--r-- 848 bytes
.rubocop_todo.yml -rw-r--r-- 11.6 KB
.ruby-version -rw-r--r-- 4 bytes
Gemfile -rw-r--r-- 434 bytes
README -rw-r--r-- 783 bytes
Rakefile -rw-r--r-- 6.0 KB
tox.ini -rw-r--r-- 1.0 KB
typos -rw-r--r-- 400 bytes

README

back to top