| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Thom May <thom@chef.io>
|
|
|
|
| |
Signed-off-by: Thom May <thom@chef.io>
|
|
|
|
| |
Signed-off-by: Thom May <thom@chef.io>
|
| |
|
| |
|
|\
| |
| | |
Simplify powershell_out calls in powershell_package
|
| |
| |
| |
| | |
Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
|
| |
| |
| |
| | |
Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
|
| | |
|
|\ \
| | |
| | | |
Don't rely on the Passwd Ohai plugin in resources
|
| | |
| | |
| | |
| | | |
Signed-off-by: Thom May <thom@chef.io>
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Link to the knife docs when the knife config file is missing
|
| | |
| | |
| | |
| | |
| | |
| | | |
This is a pretty common first error message to experience with Chef. Let's point the users to a helpful location so they can quickly get up and running. Add some YARD comments while I was in the config class
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\ \ \
| | | |
| | | | |
Grammar fixes in windows_task
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Tor Magnus Rakvåg tm@intility.no
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Tor Magnus Rakvåg tm@intility.no
|
| | |/
| |/|
| | |
| | | |
Signed-off-by: Tor Magnus Rakvåg <tm@intility.no>
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Two improvements:
- Compare frequency to :idle_time instead of comparing to an incomplete list of other frequencies
- Keep all the validation logic in the function instead of splitting it between the function and where the function is called
Added some specs tests too
Signed-off-by: Alan Gauthier <algaut35@gmail.com>
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
- If the user has already set some options, trust that they know what
they're doing
- Bonus fixup of the apt_package provider tests.
Signed-off-by: Thom May <thom@chef.io>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Update /etc/fstab on FreeBSD #4959
|
| | |
| | |
| | |
| | | |
Signed-off-by: Chibuikem Amaechi <cramaechi@me.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Chibuikem Amaechi <cramaechi@me.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
/etc/fstab contains: /source /destination nullfs defaults 0 0
This does not mount after reboot. It should be:
/source /destination nullfs rw 0 0
So "defaults" does not work on FreeBSD and must be replaced.
Signed-off-by: Chibuikem Amaechi <cramaechi@me.com>
|
|/ / |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Ensure package (un)locking is idempotent
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Due to the nature of the comparison done, the `package_locked` methods
will always return false as they presume the package name is a string,
when it is in fact always coerced into an array.
Additionally in situations where the package_name is set rather than
being inherited from the package resource's name, it will always return
false.
Resolves #6361
Resolves #6493
Signed-off-by: Andy Wagner <andy@andywagner.ca>
|
| | | |
|
|\ \ \
| | | |
| | | | |
use a stricter comparison so knife ssh only fails if --exit-on-error
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Sarkis Varozian <svarozian@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Sarkis Varozian <svarozian@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
--exit-on-error
Signed-off-by: Sarkis Varozian <svarozian@gmail.com>
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Update error handling for "knife status" #3287
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Chibuikem Amaechi <cramaechi@me.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
If a node object's ohai_time value is "nil" then the calculated
time-since-last-run value is incorrect because the "nil" gets converted
to integer "0".
"knife status" should signal an error when a node's ohai_time value
is nil.
Signed-off-by: Chibuikem Amaechi <cramaechi@me.com>
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
jasonwbarnett/feature/add-create-delete-and-configure-actions-to-windows_service
Add create, delete and configure actions to windows_service
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Developer's Certificate of Origin 1.1
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or
(b) The contribution is based upon previous work that, to the
best of my knowledge, is covered under an appropriate open
source license and I have the right under that license to
submit that work with modifications, whether created in whole
or in part by me, under the same open source license (unless
I am permitted to submit under a different license), as
Indicated in the file; or
(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.
(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including
all personal information I submit with it, including my
sign-off) is maintained indefinitely and may be redistributed
consistent with this project or the open source license(s)
involved.
Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
|