Install Jenkins Using Chef on Redhat OS
On the Workstation Step1: Goto the repository location -- /root/chef-repo/cookbook knife cookbook create jenkins The command will create these directories. drwxr-xr-x 10 root root 4096 Dec 2 12:38 . drwxrwxrwx 5 root root 4096 Dec 2 10:58 .. drwxr-xr-x 2 root root 4096 Dec 2 00:16 attributes -rw-r--r-- 1 root root 455 Dec 2 00:16 CHANGELOG.md drwxr-xr-x 2 root root 4096 Dec 2 00:16 definitions drwxr-xr-x 3 root root 4096 Dec 2 00:16 files drwxr-xr-x 2 root root 4096 Dec 2 00:16 libraries -rw-r--r-- 1 root root 309 Dec 2 10:57 metadata.rb drwxr-xr-x 2 root root 4096 Dec 2 00:16 providers -rw-r--r-- 1 root root 1456 Dec 2 00:16 README.md drwxr-xr-x 2 root root 4096 Dec 2 12:33 recipes drwxr-xr-x 2 root root 4096 Dec 2 00:16 resources drwxr-xr-x 3 root root 4096 Dec 2 00:16 templates Step2: Open the defaul...