Skip to content
Advertisement

Tag: sysadmin

Bash offer numberd results for selection to user

my script takes in a site name from the user. Its then allows the user to checkout, edit, and commit changes to the file, via the script. However, some sites have two to six files. So the script lists them as follows You have more than one Cambridge file. Please pick from the following: cambridge1 cambridge2 cambridge3 user enters the

Puppet referring to a module inside a module

I’m using Puppet 3.5.1 on Linux 6 machine. I have a local module “A” that includes a sub-module “B”. Such that sub-module “B” is located in “/etc/puppet/modules/A/modules/B”. I refer to sub-module “B” in my module “A” classes: (/etc/puppet/modules/A/manifest/init.pp file) B is then not reference any were else. When I start up puppet master and the puppet agent, I get the

Advertisement