Questions tagged [templates]
43 questions
2
votes
0 answers
AWS Cloudformation issue installing custom binaries
I'm trying to install a custom compiled package that I have in S3 as a zip file. I added this on my Cloudformation template:
"sources" : {
"/opt" : "https://s3.amazonaws.com/mybucket/installers/myapp-3.2.1.zip"
},
It downloads and unzip it on…

gsantovena
- 316
- 2
- 8
2
votes
1 answer
Iterating over resources in puppet templates
So I've got a puppet manifest, with multiple resources
class foo {
Custom::Resource {'resource1':
attr1 => 'val1',
attr2 => 'val2',
}
Custom::Resource {'resource2':
attr1 => 'val3',
attr2 => 'val4',
}
…

Dave Wongillies
- 462
- 4
- 8
2
votes
1 answer
Cacti eating brackets when importing templates
I am running cacti-0.8.7d on a Fedora 10 host
the php version we're using is
/usr/share/cacti/scripts $php -v
PHP 5.2.6 (cli) (built: May 8 2008 10:23:54)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend…

zuzur
- 103
- 1
- 1
- 5
2
votes
2 answers
Ganeti 'template' based OS, possible?
Just discovering ganeti and playing around; from what I saw it's only possible to create instances by 'de-bootstrapping' a flavour of OS.
I'm wondering if it's possible to have 'ready to go' templates like for example a 'LAMP' template or a 'DNS…

Disco
- 1,421
- 5
- 20
- 34
2
votes
1 answer
Where do I put custom phpldapadmin templates on Ubuntu?
I have a server running Ubuntu 9.10, openLDAP and phpldapadmin. The latter has the ability to use templates to streamline node creation and I want to use a custom template as described here.
My installation (which was done by apt-get) seems to be…

Tom Wright
- 914
- 3
- 12
- 25
2
votes
2 answers
Cannot find Registry Setting for Office Shared Templates
We have our Templates for Office 2003 located in a shared location \servername\Templates$
This is also the location of our Word Startup Folder. Both settings are set in a User Group Policy.
This has been working for Word forever. Now we have a…

Tom OReilly
- 21
- 2
1
vote
1 answer
How do i create multiple persistent VMs in esxi from a non persistent base VM?
We would like to create multiple VMs from the same base VMDK without the need to clone the full vmdk.
Our goal is to have one e.g. 100GB base vmdk and X derived VMs, which only store their changes to the base vmdk, e.g. ~1GB each. We want to save…

Hugie
- 137
- 6
1
vote
1 answer
Cloud Formation Templates
I have an EC2 instance running with security group, IAM, firewall and all needed software running in my production environment. Is there a way for me to generate a template that I can use in Cloud Formation in order to roll out new instances with…

user391302
- 11
- 1
1
vote
2 answers
CMS that supports reusable blocks of text and variable substitution?
I'm looking for a CMS that can do the following two things:
Reusable, named blocks (modules) of text that can be inserted in the content (i.e. articles, posts - the terminology differes between various CMS-es). The obvious example is a…

Marek Jedliński
- 151
- 3
1
vote
1 answer
Automation Methods - Templates or Scripting
Background
We setup very large systems which consist of many different types of servers, switches, and routers. These systems are then shipped out to different locations and are turned on ready to go upon arrival.
We script many different areas…

JMeterX
- 3,387
- 16
- 31
1
vote
1 answer
vCenter 5.1 -- adding v5.0 host doesn't bring in templates
I just set up a vSphere / vCenter 5.1 installation.
I added two older hosts (v5.0) to this installation.
I just noticed that while all VMs have been added to the inventory, none of the templates have.
Is there a reason for this? I can't seem to find…

SeanKilleen
- 1,083
- 8
- 25
- 38
1
vote
3 answers
CentOS Template for Server Builds
I am working on building a new virtual machine with CentOS installed on it. It takes a lot of time to setup and build servers to include all of the hardening steps, service changes, custom monitoring scripts, etc. To this end, I was curious if…

John
- 2,276
- 7
- 44
- 60
1
vote
1 answer
Missing Certificate template From certificate to issue
I have following problem:
Environement:
SERVER 2008 STANDARD EDITION
ACTIVE DOMAIN SERVICIES INSTALLED
ACTICE CERTIFICATE SERVICIES INSTALLED
ENTERPRISE CA INSTALLED
I create a duplicate of certificate Template without problem.
I would like to ad…
Piercarlo
1
vote
1 answer
Would this Sharepoint Services 3.0 Application Template work on Sharepoint Foundation 2010...?
I'm looking to do an install of Sharepoint Foundation 2010 and implement a Help Desk / Issue Tracking system.
This Help Desk Template is for Sharepoint 2007. Could I use it under Foundation 2010...?

Sambo
- 147
- 7
1
vote
1 answer
How to Update ADMX Files - Different Server OS Versions in Domain
My clients domain has various 2012R2, 2016 and 2019 Windows Server versions. Two of the four domain controllers are running Windows 2012R2 and the ADMX files haven't been updated in years. The other two domain controllers are Windows 2019 and they…

jrd1989
- 698
- 15
- 48