Questions tagged [otter]

Otter is an Infrastructure as Code tool created by Inedo.

Otter is an Infrastructure as Code tool created by Inedo.

The tag should be used when referring to usage, setup, or administration of the Otter software. If a particular question makes use of OtterScript, the tag should be used as well.

1 questions
2
votes
1 answer

How do I get an IIS application pool to not start when it is created by Otter?

Note: I'm very new to Otter script so if this is simple then I apologize in advance! Here is the main nugget of the script I've got now: IIS::Ensure-AppPool( Name: LonTest, Credentials: SVC_LonTest1, AutoStart: false, QueueLength:…