aboutsummaryrefslogtreecommitdiff
path: root/manifests
AgeCommit message (Collapse)Author
2014-01-03FIX: augeas runtime optimization (~4 sec per augeas resource)Vladislav Nazarenko
2013-03-19Add support for Gentoo OSVladimir Rutsky
2013-03-19Fix interfaces optionsLebedev Vadim
2013-03-19Add implementation join Samba server into Active DirectoryLebedev Vadim
Conflicts: manifests/server/share.pp
2013-03-19Support "read only", "public", "writable", "printable" optionsVladimir Rutsky
2013-02-15Implement osfamily (fixing scientific linux support), and make sure ↵erik-smit
unsupported distros fail predictably
2013-02-15Add support for CentOS 6.3Myles Steinhauser
2013-02-15adds unix_password_sync option to samba::server classMark Phillips
2012-10-25more lint testsAdam Jahn
2012-10-25lint test share fileAdam Jahn
2012-10-25add puppet-lintAdam Jahn
2012-08-24implement global security optionAdam Jahn
2012-08-24interface and bind interface only options, bundled these together cause I ↵Adam Jahn
can't think of a reason you'd set the interfaces without bind interfaces only
2012-08-24alphabatizzzzzzzzzzeAdam Jahn
2012-08-24should quote user inputAdam Jahn
2012-08-24changing global configs shoult notify serviceAdam Jahn
2012-08-24implement server string global config optionAdam Jahn
2012-08-24implement guest account config optionAdam Jahn
2012-08-24implement guest only config optionAdam Jahn
2012-08-24implement force user/group config optionsAdam Jahn
2012-08-24implement force masks config optionsAdam Jahn
2012-08-24fix create mask bugAdam Jahn
2012-08-24implement directory mask config optionAdam Jahn
2012-08-24quote user input so augeas doesn't chokeAdam Jahn
2012-08-24implement copy config optionAdam Jahn
2012-08-24comment is really what it's called, quotestring in case of spacesAdam Jahn
2012-08-24provision create maskAdam Jahn
2012-08-24only allow valid values in boolean optionsAdam Jahn
2012-08-24config option changes should restart serverAdam Jahn
2012-08-24fix indentationAdam Jahn
2012-08-24share is part of the server familyAdam Jahn
2012-08-24resource params should look like samba config optionsAdam Jahn
2012-08-24share config options should be optionalAdam Jahn
2012-08-24removed pcch workgroupMarc
2012-08-24Merge branch 'master' of https://github.com/ajjahn/puppet-sambaMarc
Conflicts: manifests/server.pp
2012-08-24changed workgroup name and added guestok, readonly, and browsable to the ↵Marc
share configuation.
2012-08-24workgroup should be optional and genericAdam Jahn
2012-08-24ensure global section exists in case of empty config fileAdam Jahn
2012-08-24cleanup indentationAdam Jahn
2012-08-24use name instead of share for consistencyAdam Jahn
2012-08-24 var isn't needed in server config, but it's nice to require the config dir, ↵Adam Jahn
and permisions
2012-08-17initial commit current progress creates shares in ensures samba is installed ↵Marc
and daemon is running, can add shares to smb.conf, and can set global variables