Opscode Chef nginx compile from source issue reports successful run but does nothing
- by v_abhi_v
I am trying to install nginx from source in Opscode Chef and its bit weird, it runs complaining nothing but does not install it either.
This is how my role attributes look like looks like
"nginx":{
"default_site_enabled":false,
"version":"1.2.6",
"init_style":"init",
"install_method":"source",
"configure_flags":[
…