Questions tagged [template]
69 questions
0
votes
1 answer
Syslog-ng not sending to fifo when template directive is used
Ok, so i need syslog to log to a fifo with a specific template for the log in mind.
So I set my destination as follows...
destination d_pipe { pipe("/var/run/some_pipe.fifo"); };
This works fine and all of the logs come through nicely. However when…

btown
- 1
0
votes
1 answer
Extract custom icons from Word 2000 template
I'm upgrading some custom templates/macros from Word 2000 to Word 2010. There are custom icons that are embedded in the .dot template files. I'd like to use those same icons for my new Ribbon - does anyone know how to extract the icons from the…

Daniel Ahrnsbrak
- 101
- 1
0
votes
2 answers
Can't install Apache::Template on Debian
When I try to install this module via cpan: cpan -i Apache::Template
I get an error "512, won't make". This behavior is the same on Debian Lenny or Squeeze.
Any ideas on how to get it to build?

Bobber
- 1
0
votes
3 answers
My -tpl file won't update!
I am running the site at www.euroworker.no, it's a linux server and the site has a backend editor. It's a smarty/php site, and when I try to update a few of the .tpl's (two or three) they don't update. I have tried uploading through FTP and that…
Kyle Sevenoaks
0
votes
3 answers
templating file with ansible to get different variable parts (through its index) for different hosts
I'm trying to distribute certificates to its corresponding hosts (I'll just give the example for the private key task):
- name: create certificate private key
community.crypto.openssl_privatekey:
path: "/root/client/{{ item }}.key"
type:…

Lethargos
- 455
- 2
- 7
- 19
0
votes
2 answers
Templating firewalld zones with ansible - issue with xml or vars
Templating firewalld zones with ansible - issue with xml manipulation
I am running into a small bit of confusion for the rule family.
whats in my CORRECTED vars file:
firewalld_zones:
- name: public
short: "Public"
description: "Public…

Wipiid
- 1
- 2
0
votes
2 answers
How to apply HTML layout template to email using EXIM?
My goal is to apply a standard, branded layout template to all emails when sending (on the server, not the client). I have been googling this topic and not found any resources specifically addressing this issue. The following is the flow I am…

mike.bronner
- 99
- 3
-1
votes
1 answer
Validate the original certificate template
I need to verify from what template was copied a certificate template y have searched in all the tabs for info but i have found anything about what was the original certificate template.
**the template display name have been changed.

kimo pryvt
- 431
- 5
- 12
- 24
-1
votes
2 answers
Is there something like a VM hardware profile to store VM specifications(vCPU, RAM, Storage) in vCenter?
I am looking for something like a VM hardware specification file in vCenter appliances. A template/file that can be used to deploy VM with the same hardware specifications.

nickage
- 11