Andrei-Florian Staicu
unread,Oct 16, 2012, 3:52:57 AM10/16/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
Hi all,
I'm trying to build a motd template for all my linux machines.
This should contain two type of variables:
- client side (from facter), like operatingsystem and architecture
- supplied by the master, after parsing a text file (or querying a
mysql db), like description and location.
So. Where are the template variables evaluated? On the client or on the master?
Any hints on how I can do this?
Thanks.