Noel Georgi

Results 47 issues of Noel Georgi

s3_file does not work with public s3 buckets.

``` s3_file '/var/lib/tomcat7/webapps/ROOT.war' do remote_path 'test' bucket 'test' action :create notifies :stop, 'service[tomcat7 stop]', :before end ``` throws whyrun not supported

This tries to reduce the gem dependencies to only what is being used.

``` [technoman@technoman openssl_mod]$ $GOPATH/bin/clairctl analyze --local test Image: /test:latest 6 layers found ➜ Analysis [6abfdb537f90] found 1 vulnerabilities. ➜ Analysis [7474b11b9d82] found 1 vulnerabilities. ➜ Analysis [6648ba9ac357] found 1 vulnerabilities....

Would it be feasible to replace the `byteString` methods with the https://github.com/dustin/go-humanize library

Ref: https://github.com/siderolabs/talos/issues/5195#issuecomment-1090575525=

## Feature Request Currently removing the module section has no effect on the loaded kernel modules. Standard OS support unloading kernel modules. Currently the only way in talos is to...

## Feature Request Support passing in kernel module arguments in talos machine config ### Description Possible syntax: ```yaml modules: - name: nvidia args: - foo=bar ```

Some simple docs on adding different `Serverclasses` to a could be really helpful Scenario: - User has two different serverclasses matching different machine architectures - How do add an extra...

documentation

When booting a bunch of machines with Sidero, for example - Dell Servers - `console=tty0 console=ttyS1,115200n8` - Raspberry Pi - `console=tty0 console=ttyAMA0,115200` - RockPi4 - `console=tty0 console=ttyS2,1500000n8` each of the...

enhancement