git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/AzureHelpers/Public/List-AzVms.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'AzureHelpers/Public/List-AzVms.ps1')
0 files changed, 0 insertions, 0 deletions
| | | | | | | | | | | | Prior to this commit, the control-repo was an example of the structure of a control repo but it also included puppet code to help setup code manager and instructions to get that all setup in a very specific way. This was great for users that wanted to follow those instructions exactly but wasn't great for people just looking for an example to start from. After this commit, the control-repo will be just an example once again and a new repo somehwere else will pop up to provide the explicit instructions on how to use the example with code manager. There are links added to puppetlabs/control-repo to a new repo that will have a version of the code that once lived in puppetlabs/control-repo * Disable file bucket to match default PE2015.3 behaviorNick Walker 2015-12-181-15/+4 | * Merge branch 'production' of https://github.com/npwalker/control-repo into ↵Nick Walker 2015-11-241-3/+9 |\ | | | | | | merge_npwalker_control_repo | * fix incorrect curly braceNick Walker 2015-10-221-1/+1 | | | * fix site.pp to not include a role that is emptyNick Walker 2015-10-221-1/+4 | | | * Fix some quoting issues and add role:: to the include in site.ppNick Walker 2015-08-131-1/+1 | | | * Update site.pp to use a trusted fact roleNick Walker 2015-08-031-0/+5 | | | | | | | | | | | | Allow including a role if defined via a trusted fact on the node during provisioning time. This is how I will bootstrap any necessary configuration on the master, or other PE internal nodes. | * Update site.pp to work OOTB