Skip to content
#

samba

Here are 268 public repositories matching this topic...

jayhendren
jayhendren commented Mar 19, 2019

Cookbook version

1.2.0

Chef-client version

14.2.0

Platform Details

RHEL 7.6

Scenario:

Steps to Reproduce:

Run the following recipe:

# a wrapper cookbook that installs/configures sssd, firewall, selinux, etc.
include_recipe 'cub_samba::server'

bash 'randomly fail' do
  code 'exit $(($RANDOM % 2))'
end

samba_share 'homes' do
  comment 'Home Dir

Improve this page

Add a description, image, and links to the samba topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the samba topic, visit your repo's landing page and select "manage topics."

Learn more