diff --git a/modules/ocf_filehost/manifests/init.pp b/modules/ocf_filehost/manifests/init.pp index 145ba7e06..3b85bbd2c 100644 --- a/modules/ocf_filehost/manifests/init.pp +++ b/modules/ocf_filehost/manifests/init.pp @@ -12,7 +12,13 @@ # We don't root_squash admin, ssh, or apphost because they need to access # /services/crontabs/$server/ as root. options => ['rw', 'fsid=0', 'no_subtree_check', 'no_root_squash'], - hosts => concat(['admin', 'www', 'dev-www', 'ssh', 'dev-ssh', 'apphost', 'dev-apphost'], lookup('kubernetes::worker_nodes')); + hosts => concat( + ['sunny', 'bolt', 'pickles', 'socks', 'misty', 'lexy', 'callie', 'shadow', + 'pumpkin', 'smokey', 'snowball', 'spots', 'gabriel', 'breezy', 'gozer', + 'pepper', 'spud', 'tabitha', 'marshmallow', 'bandit', 'fred', 'patches'], + ['admin', 'www', 'dev-www', 'ssh', 'dev-ssh', 'apphost', 'dev-apphost'], + lookup('kubernetes::worker_nodes') + ); } file {