This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
inspec
Watch
2
Star
0
Fork
You've already forked inspec
0
mirror of
https://github.com/inspec/inspec
synced
2024-12-25 20:43:13 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
f7d58ad92c
inspec
/
test
/
unit
/
mock
/
profiles
/
inputs
/
global
/
files
/
inputs.yml
4 lines
89 B
YAML
Raw
Normal View
History
Unescape
Escape
Implement InSpec global attributes (#3318) * Add yml attribute option. * Add type matching. * Add testing profile for global attributes testing all types. * Allow attributes to be called within a control block. * Fix attribut test issues and allow value to be set at runtime. * Allow setting attr value after creation. * Move attributes to global namespace. * Move attributes to a singleton object. * Add unit and updated functional testing. * Rename attributes to attributes_test so the testhelper picks it up. * Add attribute object tests and error types. * Update with feedback changes. * Remove extra line. * Move attribute registry class file. * Add documentation for attributes * Rename rspec_extensions. * Add some failing functional tests. * Update docs and fix typos. Signed-off-by: Jared Quick <jquick@chef.io>
2018-09-12 20:42:58 +00:00
val_user_override
:
bob
val_numeric_override
:
9999
Fix `attribute` with empty hash regression (#3454) Signed-off-by: Jerry Aldrich <jerryaldrichiii@gmail.com>
2018-10-03 05:57:25 +00:00
val_with_empty_hash_default
:
'success'
Reference in a new issue
Copy permalink