-
When the chef-rundeck gem is installed, it pulls in the chef gem as a dependency, causing Chef to be installed into the system Ruby and installed into /usr/local/bin. This pathing causes it to be the …
-
I get the following error when using the chef-rundeck recipe.
The error seems to be a call to `run_restart` inside the `runit_service` lwrp. Looking at the runit docs, I can not find anything mentio…
X0nic updated
6 years ago
-
If so, does the chef_rundeck_url need to be 'http://localhost:9980'?
-
this code is duplicated everywhere, it would be nice to move it out to a method provided by a module in a library.
```ruby
if node['rundeck']['secret_file'].nil?
rundeck_secure = data_bag_item(…
-
@pcross616 @jmickle @ev0ldave - I see you have pushed tags to https://supermarket.chef.io/cookbooks/rundeck in the past. Since Ive received permissions to write to this github repository, I was hoping…
-
When I execute the command in my ktichen machine:
`# /opt/chef/embedded/bin/ruby /opt/chef/embedded/bin/chef-rundeck -c /etc/chef/rundeck.rb -f /etc/chef/chef-rundeck.json -w https://chefserver.syste…
-
Rundeck repo is 172MB with ~9500 commits. I'm guessing it's the history from prior to the split from the monolithic cookbook repo and/or the binary files.
```
$ curl --silent https://api.github.co…
-
https://supermarket.chef.io/cookbooks/rundeck
-
I'm trying to install rundeck-2.4.2-1-GA.deb. I override the override['rundeck']['deb']['package'] = 'rundeck-2.4.2-1-GA.deb' & override['rundeck']['checksum'] = 'd2038440542b64921449e4ea0d7899f723bb2…
-
I had to perform a couple of additional actions to get rundeck up and running in Vagrant ubuntu 12.04 box. Looks like the cookbook needs to be adjusted so user doesn't need to run those manually.
1) …