Joseph Anthony Pasquale Holsten
Joseph Anthony Pasquale Holsten
Also relevant: https://github.com/11ty/eleventy/issues/413
:wave: so here's my opinion (summarizing my comments at https://github.com/nodeca/js-yaml/issues/477#issuecomment-1262991684 & https://github.com/ruby/psych/issues/262#issuecomment-1263004633) These other tickets are dealing with two cases: - In https://github.com/nodeca/js-yaml/issues/477, one parser accepts `2019-03-13 20:18:42 +0000` while...
FYI: @bscott is back at https://github.com/oswaldlabs/chef-rundeck/issues/71
Alternative impls: Chef's `apt_repository`: https://github.com/chef/chef/blob/master/lib/chef/provider/apt_repository.rb Puppet's `apt::source`: https://github.com/puppetlabs/puppetlabs-apt/blob/master/manifests/source.pp Puppet's `apt::key`: https://github.com/puppetlabs/puppetlabs-apt/blob/master/manifests/key.pp Puppet's `apt::ppa`: https://github.com/puppetlabs/puppetlabs-apt/blob/master/manifests/ppa.pp
Is a simple `make` supposed to generate the compiled `cfg-agent`? I'm seeing a `bin/cfg-agent.lua`, but not the compiled form.
Hmm, where's the best place to document that for regular users? A `README`? The [download page](https://github.com/Configi/Configi.github.io/blob/master/download/index.html)?
awesome, on to the next! so I thought I'd see what happened when I ran the example policy on my ubuntu box: ```lua file.directory"/tmp/dir"{ comment = "Create directory if running...
ah, `$ cfg-agent -F -f policy.lua`!
one thing I'm noticing: occasionally I get what appear to be complete hangs. With `-v`, I get as far as `Applying policy: cfg/policy.lua` and then nothing. Not seeing any logging...