Jesse Reynolds
Jesse Reynolds
Hello None of the links in the contents work, they all 404. It looks only the front page is in the git repo. Eg this one 404's: https://github.com/leehambley/capistrano-handbook/blob/master/simple_the_way_it_should_be Otherwise this...
Attempting a memory report on our redis dump files fails as per below ``` $ sudo rdb -c memory dump.rdb.pre-purge > rdb_memory.csv Traceback (most recent call last): File "/usr/local/bin/rdb", line...
When a catalog compilation failure occurs, onceover hits an exception in `gems/logging-2.3.0/lib/logging/appenders/console.rb` while trying to present a friendly error message. The error in full: > Please do not use the...
It looks like we need a way of telling r10k to not look for a global r10k.yaml file. ``` bundle exec onceover run spec r10k: Runtime error: # Error while...
It seems that sometimes onceover is unable to pull the latest tags for a cached module that has a git url in the Puppetfile Today I updated the `vra_puppet_plugin_prep` module...
Steps to reproduce: - have onceover spec tests passing for a role, eg "role::base_linux" - you decide to rename that class, to eg "role::generic_linux" - you do not update spec/onceover.yaml...
Steps to reproduce: - have stdlib as the only module in your Puppetfile and use one of its functions eg fact() - do a `run spec` and witness tests passing...
It'd be able to be able to build a group based on multiple other groups, eg ``` yaml class_groups: windows_roles: - role::something_windows linux_roles: - role::something_linux general_roles: include: 'all_classes' exclude: -...
``` $ visage-app genapache ServerName ip-10-128-16-233.ap-southeast-2.compute.internal ServerAdmin [email protected] DocumentRoot /var/lib/gems/1.8/gems/visage-app-2.1.0/lib/lib/visage-app/public Options FollowSymLinks Indexes AllowOverride None Order allow,deny Allow from all ``` ``` # visage-app genapache > /etc/apache2/sites-available/visage # a2ensite visage...
For some reason visage seems to be treating load as a percentage? Or at least it's cutting off the graph at y=100 