puppet 0.24.7 → 0.24.8
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of puppet might be problematic. Click here for more details.
- data/CHANGELOG +72 -0
- data/README.rst +38 -0
- data/Rakefile +3 -1
- data/bin/filebucket +0 -0
- data/bin/puppet +0 -0
- data/bin/puppetca +0 -0
- data/bin/puppetd +0 -0
- data/bin/puppetdoc +0 -0
- data/bin/puppetmasterd +0 -0
- data/bin/puppetrun +0 -0
- data/bin/ralsh +4 -0
- data/conf/gentoo/init.d/puppetmaster +0 -0
- data/conf/osx/createpackage.sh +0 -0
- data/conf/osx/preflight +0 -0
- data/conf/redhat/puppet.spec +20 -3
- data/conf/solaris/smf/svc-puppetd +0 -0
- data/conf/solaris/smf/svc-puppetmasterd +0 -0
- data/examples/etc/init.d/sleeper +0 -0
- data/examples/mac_dscl.pp +0 -0
- data/examples/mac_dscl_revert.pp +0 -0
- data/examples/mac_netinfo.pp +0 -0
- data/examples/mac_pkgdmg.pp +0 -0
- data/ext/bin/sleeper +0 -0
- data/ext/dbfix.sql +132 -0
- data/ext/logcheck/puppet +2 -1
- data/ext/module_puppet +0 -0
- data/ext/nagios/check_puppet.rb +0 -0
- data/ext/puppet-test +0 -0
- data/ext/puppetlast +0 -0
- data/ext/vim/syntax/puppet.vim +2 -1
- data/install.rb +2 -2
- data/lib/puppet.rb +1 -1
- data/lib/puppet/daemon.rb +0 -0
- data/lib/puppet/defaults.rb +9 -0
- data/lib/puppet/executables/client/certhandler.rb +6 -1
- data/lib/puppet/external/base64.rb +0 -0
- data/lib/puppet/external/nagios.rb +0 -0
- data/lib/puppet/external/nagios/base.rb +0 -0
- data/lib/puppet/external/nagios/parser.rb +39 -57
- data/lib/puppet/file_collection.rb +30 -0
- data/lib/puppet/file_collection/lookup.rb +20 -0
- data/lib/puppet/indirector/facts/facter.rb +6 -2
- data/lib/puppet/indirector/node/ldap.rb +75 -39
- data/lib/puppet/network/authstore.rb +0 -0
- data/lib/puppet/network/handler/filebucket.rb +0 -0
- data/lib/puppet/network/handler/fileserver.rb +0 -0
- data/lib/puppet/network/handler/report.rb +0 -0
- data/lib/puppet/network/handler/resource.rb +0 -0
- data/lib/puppet/network/handler/runner.rb +0 -0
- data/lib/puppet/network/rights.rb +0 -0
- data/lib/puppet/network/xmlrpc/client.rb +113 -53
- data/lib/puppet/node/facts.rb +0 -0
- data/lib/puppet/parser/ast.rb +4 -3
- data/lib/puppet/parser/ast/astarray.rb +2 -1
- data/lib/puppet/parser/ast/leaf.rb +1 -1
- data/lib/puppet/parser/ast/resource.rb +20 -20
- data/lib/puppet/parser/ast/resource_override.rb +2 -2
- data/lib/puppet/parser/collector.rb +1 -2
- data/lib/puppet/parser/functions/realize.rb +1 -1
- data/lib/puppet/parser/functions/regsubst.rb +93 -0
- data/lib/puppet/parser/functions/sprintf.rb +17 -0
- data/lib/puppet/parser/functions/versioncmp.rb +10 -0
- data/lib/puppet/parser/resource.rb +10 -6
- data/lib/puppet/parser/resource/param.rb +17 -14
- data/lib/puppet/parser/resource/reference.rb +2 -0
- data/lib/puppet/parser/scope.rb +3 -3
- data/lib/puppet/property/list.rb +5 -1
- data/lib/puppet/provider/augeas/augeas.rb +146 -44
- data/lib/puppet/provider/cron/crontab.rb +0 -0
- data/lib/puppet/provider/mailalias/aliases.rb +0 -0
- data/lib/puppet/provider/maillist/mailman.rb +0 -0
- data/lib/puppet/provider/mount/parsed.rb +0 -0
- data/lib/puppet/provider/naginator.rb +7 -2
- data/lib/puppet/provider/nameservice/directoryservice.rb +128 -44
- data/lib/puppet/provider/package/apple.rb +0 -0
- data/lib/puppet/provider/package/apt.rb +0 -0
- data/lib/puppet/provider/package/aptitude.rb +0 -0
- data/lib/puppet/provider/package/blastwave.rb +0 -0
- data/lib/puppet/provider/package/darwinport.rb +0 -0
- data/lib/puppet/provider/package/dpkg.rb +0 -0
- data/lib/puppet/provider/package/fink.rb +0 -0
- data/lib/puppet/provider/package/freebsd.rb +0 -0
- data/lib/puppet/provider/package/gem.rb +0 -0
- data/lib/puppet/provider/package/openbsd.rb +0 -0
- data/lib/puppet/provider/package/ports.rb +0 -0
- data/lib/puppet/provider/package/rpm.rb +0 -0
- data/lib/puppet/provider/package/sun.rb +0 -0
- data/lib/puppet/provider/package/sunfreeware.rb +0 -0
- data/lib/puppet/provider/package/up2date.rb +4 -2
- data/lib/puppet/provider/package/yum.rb +0 -0
- data/lib/puppet/provider/parsedfile.rb +47 -22
- data/lib/puppet/provider/port/parsed.rb +0 -0
- data/lib/puppet/provider/service/base.rb +0 -0
- data/lib/puppet/provider/service/debian.rb +0 -0
- data/lib/puppet/provider/service/gentoo.rb +1 -1
- data/lib/puppet/provider/service/init.rb +0 -0
- data/lib/puppet/provider/service/launchd.rb +13 -4
- data/lib/puppet/provider/service/redhat.rb +5 -5
- data/lib/puppet/provider/service/smf.rb +0 -0
- data/lib/puppet/provider/ssh_authorized_key/parsed.rb +43 -16
- data/lib/puppet/provider/sshkey/parsed.rb +0 -0
- data/lib/puppet/provider/user/useradd.rb +1 -1
- data/lib/puppet/rails/database/003_add_environment_to_host.rb +6 -2
- data/lib/puppet/rails/host.rb +70 -19
- data/lib/puppet/rails/param_value.rb +31 -12
- data/lib/puppet/rails/resource.rb +36 -9
- data/lib/puppet/rails/resource_tag.rb +18 -0
- data/lib/puppet/reference/report.rb +1 -0
- data/lib/puppet/reports.rb +0 -0
- data/lib/puppet/sslcertificates.rb +0 -0
- data/lib/puppet/transaction.rb +1 -1
- data/lib/puppet/type.rb +2 -6
- data/lib/puppet/type/augeas.rb +23 -15
- data/lib/puppet/type/cron.rb +0 -0
- data/lib/puppet/type/exec.rb +0 -0
- data/lib/puppet/type/file/checksum.rb +7 -35
- data/lib/puppet/type/file/content.rb +11 -8
- data/lib/puppet/type/file/ensure.rb +0 -0
- data/lib/puppet/type/file/group.rb +0 -0
- data/lib/puppet/type/file/mode.rb +0 -0
- data/lib/puppet/type/file/owner.rb +0 -0
- data/lib/puppet/type/file/selcontext.rb +8 -0
- data/lib/puppet/type/file/source.rb +0 -0
- data/lib/puppet/type/file/type.rb +0 -0
- data/lib/puppet/type/filebucket.rb +0 -0
- data/lib/puppet/type/group.rb +0 -0
- data/lib/puppet/type/host.rb +0 -0
- data/lib/puppet/type/mailalias.rb +0 -0
- data/lib/puppet/type/maillist.rb +0 -0
- data/lib/puppet/type/mount.rb +0 -0
- data/lib/puppet/type/port.rb +0 -0
- data/lib/puppet/type/schedule.rb +0 -0
- data/lib/puppet/type/ssh_authorized_key.rb +14 -0
- data/lib/puppet/type/sshkey.rb +0 -0
- data/lib/puppet/type/tidy.rb +0 -0
- data/lib/puppet/type/user.rb +6 -0
- data/lib/puppet/type/yumrepo.rb +4 -1
- data/lib/puppet/type/zfs.rb +0 -0
- data/lib/puppet/type/zpool.rb +0 -0
- data/lib/puppet/util/autoload.rb +2 -2
- data/lib/puppet/util/filetype.rb +7 -96
- data/lib/puppet/util/inifile.rb +1 -0
- data/lib/puppet/util/instance_loader.rb +0 -0
- data/lib/puppet/util/loadedfile.rb +0 -0
- data/lib/puppet/util/nagios_maker.rb +4 -0
- data/lib/puppet/util/package.rb +2 -0
- data/lib/puppet/util/posix.rb +0 -0
- data/lib/puppet/util/rails/reference_serializer.rb +18 -0
- data/lib/puppet/util/selinux.rb +3 -1
- data/spec/integration/checksum.rb +1 -0
- data/spec/integration/defaults.rb +9 -0
- data/spec/integration/file_serving/configuration.rb +0 -0
- data/spec/integration/file_serving/content.rb +0 -0
- data/spec/integration/file_serving/metadata.rb +0 -0
- data/spec/integration/indirector/direct_file_server.rb +0 -0
- data/spec/integration/indirector/file_content/file_server.rb +0 -0
- data/spec/integration/indirector/file_metadata/file_server.rb +0 -0
- data/spec/integration/indirector/module_files.rb +0 -0
- data/spec/integration/indirector/node/ldap.rb +0 -0
- data/spec/integration/indirector/rest.rb +0 -0
- data/spec/integration/network/server/mongrel.rb +0 -0
- data/spec/integration/network/server/webrick.rb +0 -0
- data/spec/integration/node.rb +0 -0
- data/spec/integration/node/catalog.rb +0 -0
- data/spec/integration/node/facts.rb +0 -0
- data/spec/integration/provider/package.rb +0 -0
- data/spec/integration/provider/service/init.rb +0 -0
- data/spec/integration/reference/providers.rb +0 -0
- data/spec/integration/reports.rb +4 -0
- data/spec/integration/transaction/report.rb +7 -1
- data/spec/integration/type/package.rb +5 -2
- data/spec/integration/util/file_locking.rb +0 -0
- data/spec/unit/executables/client/certhandler.rb +13 -0
- data/spec/unit/file_collection.rb +53 -0
- data/spec/unit/file_collection/lookup.rb +46 -0
- data/spec/unit/file_serving/configuration.rb +0 -0
- data/spec/unit/file_serving/configuration/parser.rb +0 -0
- data/spec/unit/file_serving/content.rb +0 -0
- data/spec/unit/file_serving/file_base.rb +0 -0
- data/spec/unit/file_serving/fileset.rb +0 -0
- data/spec/unit/file_serving/indirection_hooks.rb +0 -0
- data/spec/unit/file_serving/metadata.rb +0 -0
- data/spec/unit/file_serving/mount.rb +0 -0
- data/spec/unit/file_serving/terminus_helper.rb +0 -0
- data/spec/unit/indirector.rb +0 -0
- data/spec/unit/indirector/catalog/compiler.rb +0 -0
- data/spec/unit/indirector/catalog/yaml.rb +0 -0
- data/spec/unit/indirector/checksum/file.rb +0 -0
- data/spec/unit/indirector/code.rb +0 -0
- data/spec/unit/indirector/direct_file_server.rb +0 -0
- data/spec/unit/indirector/envelope.rb +0 -0
- data/spec/unit/indirector/exec.rb +0 -0
- data/spec/unit/indirector/facts/facter.rb +27 -2
- data/spec/unit/indirector/facts/yaml.rb +0 -0
- data/spec/unit/indirector/file.rb +0 -0
- data/spec/unit/indirector/file_content/file.rb +0 -0
- data/spec/unit/indirector/file_content/file_server.rb +0 -0
- data/spec/unit/indirector/file_content/modules.rb +0 -0
- data/spec/unit/indirector/file_content/rest.rb +0 -0
- data/spec/unit/indirector/file_metadata/file.rb +0 -0
- data/spec/unit/indirector/file_metadata/file_server.rb +0 -0
- data/spec/unit/indirector/file_metadata/modules.rb +0 -0
- data/spec/unit/indirector/file_metadata/rest.rb +0 -0
- data/spec/unit/indirector/file_server.rb +0 -0
- data/spec/unit/indirector/indirection.rb +0 -0
- data/spec/unit/indirector/ldap.rb +0 -0
- data/spec/unit/indirector/memory.rb +0 -0
- data/spec/unit/indirector/module_files.rb +0 -0
- data/spec/unit/indirector/node/exec.rb +0 -0
- data/spec/unit/indirector/node/ldap.rb +20 -0
- data/spec/unit/indirector/node/memory.rb +0 -0
- data/spec/unit/indirector/node/plain.rb +0 -0
- data/spec/unit/indirector/node/rest.rb +0 -0
- data/spec/unit/indirector/node/yaml.rb +0 -0
- data/spec/unit/indirector/plain.rb +0 -0
- data/spec/unit/indirector/report/processor.rb +0 -0
- data/spec/unit/indirector/request.rb +0 -0
- data/spec/unit/indirector/rest.rb +0 -0
- data/spec/unit/indirector/ssl_rsa/file.rb +5 -0
- data/spec/unit/indirector/terminus.rb +0 -0
- data/spec/unit/indirector/yaml.rb +0 -0
- data/spec/unit/module.rb +0 -0
- data/spec/unit/network/client.rb +0 -0
- data/spec/unit/network/client/master.rb +0 -0
- data/spec/unit/network/http.rb +0 -0
- data/spec/unit/network/http/mongrel.rb +0 -0
- data/spec/unit/network/http/mongrel/rest.rb +0 -0
- data/spec/unit/network/http/mongrel/xmlrpc.rb +0 -0
- data/spec/unit/network/http/webrick.rb +0 -0
- data/spec/unit/network/http/webrick/rest.rb +0 -0
- data/spec/unit/network/http/webrick/xmlrpc.rb +0 -0
- data/spec/unit/network/http_pool.rb +0 -0
- data/spec/unit/network/server.rb +0 -0
- data/spec/unit/network/xmlrpc/client.rb +165 -7
- data/spec/unit/node.rb +0 -0
- data/spec/unit/node/catalog.rb +1 -0
- data/spec/unit/node/environment.rb +0 -0
- data/spec/unit/node/facts.rb +0 -0
- data/spec/unit/other/checksum.rb +0 -0
- data/spec/unit/other/pgraph.rb +0 -0
- data/spec/unit/other/transbucket.rb +4 -4
- data/spec/unit/other/transobject.rb +0 -0
- data/spec/unit/parameter.rb +0 -0
- data/spec/unit/parser/ast.rb +5 -1
- data/spec/unit/parser/ast/arithmetic_operator.rb +0 -0
- data/spec/unit/parser/ast/astarray.rb +2 -2
- data/spec/unit/parser/ast/boolean_operator.rb +0 -0
- data/spec/unit/parser/ast/collexpr.rb +0 -0
- data/spec/unit/parser/ast/comparison_operator.rb +0 -0
- data/spec/unit/parser/ast/definition.rb +0 -0
- data/spec/unit/parser/ast/hostclass.rb +0 -0
- data/spec/unit/parser/ast/minus.rb +0 -0
- data/spec/unit/parser/ast/node.rb +0 -0
- data/spec/unit/parser/ast/nop.rb +0 -0
- data/spec/unit/parser/ast/not.rb +0 -0
- data/spec/unit/parser/ast/resource.rb +103 -0
- data/spec/unit/parser/ast/resource_override.rb +0 -0
- data/spec/unit/parser/ast/resource_reference.rb +0 -0
- data/spec/unit/parser/ast/vardef.rb +0 -0
- data/spec/unit/parser/collector.rb +4 -4
- data/spec/unit/parser/compiler.rb +0 -0
- data/spec/unit/parser/functions/realize.rb +51 -0
- data/spec/unit/parser/functions/regsubst.rb +88 -0
- data/spec/unit/parser/functions/sprintf.rb +42 -0
- data/spec/unit/parser/functions/versioncmp.rb +29 -0
- data/spec/unit/parser/interpreter.rb +0 -0
- data/spec/unit/parser/lexer.rb +0 -0
- data/spec/unit/parser/parser.rb +0 -0
- data/spec/unit/parser/resource.rb +4 -0
- data/spec/unit/parser/resource/reference.rb +4 -0
- data/spec/unit/parser/scope.rb +14 -0
- data/spec/unit/parser/templatewrapper.rb +0 -0
- data/spec/unit/property.rb +0 -0
- data/spec/unit/property/list.rb +4 -0
- data/spec/unit/provider/augeas/augeas.rb +219 -92
- data/spec/unit/provider/confine.rb +0 -0
- data/spec/unit/provider/confine/exists.rb +0 -0
- data/spec/unit/provider/confine/false.rb +0 -0
- data/spec/unit/provider/confine/feature.rb +0 -0
- data/spec/unit/provider/confine/true.rb +0 -0
- data/spec/unit/provider/confine/variable.rb +0 -0
- data/spec/unit/provider/confine_collection.rb +0 -0
- data/spec/unit/provider/confiner.rb +0 -0
- data/spec/unit/provider/group/groupadd.rb +0 -0
- data/spec/unit/provider/group/ldap.rb +0 -0
- data/spec/unit/provider/ldap.rb +0 -0
- data/spec/unit/provider/macauthorization.rb +0 -0
- data/spec/unit/provider/mcx/mcxcontent.rb +0 -0
- data/spec/unit/provider/mount.rb +0 -0
- data/spec/unit/provider/mount/parsed.rb +1 -0
- data/spec/unit/provider/naginator.rb +58 -0
- data/spec/unit/provider/package/apt.rb +0 -0
- data/spec/unit/provider/package/dpkg.rb +0 -0
- data/spec/unit/provider/parsedfile.rb +95 -0
- data/spec/unit/provider/selboolean.rb +0 -0
- data/spec/unit/provider/selmodule.rb +0 -0
- data/spec/unit/provider/service/launchd.rb +9 -1
- data/spec/unit/provider/ssh_authorized_key/parsed.rb +63 -19
- data/spec/unit/provider/user/hpux.rb +0 -0
- data/spec/unit/provider/user/ldap.rb +0 -0
- data/spec/unit/provider/user/useradd.rb +0 -0
- data/spec/unit/provider/zfs/solaris.rb +0 -0
- data/spec/unit/provider/zone/solaris.rb +0 -0
- data/spec/unit/provider/zpool/solaris.rb +0 -0
- data/spec/unit/rails.rb +1 -0
- data/spec/unit/relationship.rb +0 -0
- data/spec/unit/reports.rb +0 -0
- data/spec/unit/resource_reference.rb +0 -0
- data/spec/unit/simple_graph.rb +0 -0
- data/spec/unit/{other/transaction.rb → transaction.rb} +16 -1
- data/spec/unit/transaction/change.rb +0 -0
- data/spec/unit/transaction/event.rb +0 -0
- data/spec/unit/transaction/report.rb +0 -0
- data/spec/unit/type.rb +0 -0
- data/spec/unit/type/computer.rb +0 -0
- data/spec/unit/type/exec.rb +0 -0
- data/spec/unit/type/file.rb +2 -0
- data/spec/unit/type/file/content.rb +30 -0
- data/spec/unit/type/file/ensure.rb +0 -0
- data/spec/unit/type/file/group.rb +0 -0
- data/spec/unit/type/file/owner.rb +0 -0
- data/spec/unit/type/file/selinux.rb +6 -0
- data/spec/unit/type/group.rb +3 -0
- data/spec/unit/type/macauthorization.rb +0 -0
- data/spec/unit/type/mcx.rb +0 -0
- data/spec/unit/type/mount.rb +0 -0
- data/spec/unit/type/nagios.rb +0 -0
- data/spec/unit/type/noop_metaparam.rb +1 -0
- data/spec/unit/type/package.rb +0 -0
- data/spec/unit/type/schedule.rb +0 -0
- data/spec/unit/type/selboolean.rb +0 -0
- data/spec/unit/type/selmodule.rb +0 -0
- data/spec/unit/type/service.rb +0 -0
- data/spec/unit/type/ssh_authorized_key.rb +31 -8
- data/spec/unit/type/tidy.rb +4 -0
- data/spec/unit/type/user.rb +17 -0
- data/spec/unit/type/zfs.rb +0 -0
- data/spec/unit/type/zone.rb +0 -0
- data/spec/unit/type/zpool.rb +0 -0
- data/spec/unit/util/autoload.rb +39 -0
- data/spec/unit/util/checksums.rb +0 -0
- data/spec/unit/util/constant_inflector.rb +0 -0
- data/spec/unit/util/file_locking.rb +0 -0
- data/spec/unit/util/filetype.rb +110 -0
- data/spec/unit/util/ldap/connection.rb +0 -0
- data/spec/unit/util/ldap/generator.rb +0 -0
- data/spec/unit/util/ldap/manager.rb +0 -0
- data/spec/unit/util/loadedfile.rb +0 -0
- data/spec/unit/util/log.rb +0 -0
- data/spec/unit/util/metric.rb +0 -0
- data/spec/unit/util/nagios_maker.rb +32 -34
- data/spec/unit/util/package.rb +21 -0
- data/spec/unit/util/posix.rb +0 -0
- data/spec/unit/util/resource_template.rb +0 -0
- data/spec/unit/util/settings.rb +0 -0
- data/spec/unit/util/storage.rb +0 -0
- data/spec/unit/util/tagging.rb +0 -0
- data/spec/unit/util/uri_helper.rb +0 -0
- data/spec/unit/util/warnings.rb +0 -0
- data/test/certmgr/ca.rb +0 -0
- data/test/certmgr/certmgr.rb +0 -0
- data/test/certmgr/inventory.rb +0 -0
- data/test/certmgr/support.rb +0 -0
- data/test/data/snippets/subclass_name_duplication.pp +0 -0
- data/test/executables/filebucket.rb +6 -3
- data/test/executables/puppetbin.rb +1 -1
- data/test/executables/puppetca.rb +0 -0
- data/test/executables/puppetd.rb +0 -0
- data/test/executables/puppetmasterd.rb +0 -0
- data/test/executables/puppetmodule.rb +0 -0
- data/test/language/ast.rb +0 -0
- data/test/language/ast/casestatement.rb +0 -0
- data/test/language/ast/resource.rb +0 -0
- data/test/language/ast/resource_reference.rb +0 -0
- data/test/language/ast/selector.rb +0 -0
- data/test/language/ast/variable.rb +0 -0
- data/test/language/functions.rb +0 -0
- data/test/language/parser.rb +0 -0
- data/test/language/resource.rb +0 -40
- data/test/language/scope.rb +0 -0
- data/test/language/snippets.rb +0 -0
- data/test/language/transportable.rb +0 -0
- data/test/lib/puppettest.rb +3 -0
- data/test/lib/puppettest/support/resources.rb +0 -0
- data/test/network/authconfig.rb +0 -0
- data/test/network/authorization.rb +0 -0
- data/test/network/authstore.rb +0 -0
- data/test/network/client/ca.rb +0 -0
- data/test/network/client/client.rb +0 -0
- data/test/network/client/dipper.rb +0 -0
- data/test/network/client/master.rb +0 -0
- data/test/network/client/resource.rb +0 -0
- data/test/network/client_request.rb +0 -0
- data/test/network/daemon.rb +0 -0
- data/test/network/handler/bucket.rb +0 -0
- data/test/network/handler/ca.rb +0 -0
- data/test/network/handler/fileserver.rb +0 -0
- data/test/network/handler/handler.rb +0 -0
- data/test/network/handler/master.rb +0 -0
- data/test/network/handler/report.rb +0 -0
- data/test/network/handler/resource.rb +0 -0
- data/test/network/handler/runner.rb +0 -0
- data/test/network/rights.rb +0 -0
- data/test/network/server/mongrel_test.rb +0 -0
- data/test/network/server/webrick.rb +0 -0
- data/test/network/xmlrpc/client.rb +0 -0
- data/test/network/xmlrpc/processor.rb +0 -0
- data/test/network/xmlrpc/server.rb +0 -0
- data/test/network/xmlrpc/webrick_servlet.rb +0 -0
- data/test/other/dsl.rb +0 -0
- data/test/other/events.rb +0 -0
- data/test/other/overrides.rb +0 -0
- data/test/other/provider.rb +0 -0
- data/test/other/puppet.rb +0 -0
- data/test/other/relationships.rb +0 -0
- data/test/other/report.rb +0 -0
- data/test/other/transactions.rb +0 -0
- data/test/puppet/conffiles.rb +0 -0
- data/test/puppet/defaults.rb +0 -0
- data/test/puppet/errortest.rb +0 -0
- data/test/puppet/tc_suidmanager.rb +0 -0
- data/test/rails/ast.rb +0 -0
- data/test/rails/configuration.rb +0 -0
- data/test/rails/host.rb +0 -0
- data/test/rails/rails.rb +0 -0
- data/test/rails/railsparameter.rb +0 -0
- data/test/rails/railsresource.rb +0 -0
- data/test/ral/manager/attributes.rb +0 -0
- data/test/ral/manager/instances.rb +0 -0
- data/test/ral/manager/manager.rb +0 -0
- data/test/ral/manager/provider.rb +0 -0
- data/test/ral/manager/type.rb +0 -3
- data/test/ral/providers/cron/crontab.rb +0 -0
- data/test/ral/providers/group.rb +0 -0
- data/test/ral/providers/host/netinfo.rb +0 -0
- data/test/ral/providers/host/parsed.rb +0 -0
- data/test/ral/providers/mailalias/aliases.rb +0 -0
- data/test/ral/providers/mount/netinfo.rb +0 -0
- data/test/ral/providers/nameservice.rb +0 -0
- data/test/ral/providers/package.rb +0 -0
- data/test/ral/providers/package/aptitude.rb +0 -0
- data/test/ral/providers/package/aptrpm.rb +0 -0
- data/test/ral/providers/parsedfile.rb +0 -0
- data/test/ral/providers/port/parsed.rb +0 -0
- data/test/ral/providers/provider.rb +0 -0
- data/test/ral/providers/service/base.rb +0 -0
- data/test/ral/providers/service/debian.rb +0 -0
- data/test/ral/providers/sshkey/parsed.rb +0 -0
- data/test/ral/providers/user.rb +0 -0
- data/test/ral/providers/user/useradd.rb +0 -0
- data/test/ral/type/basic.rb +0 -0
- data/test/ral/type/cron.rb +0 -0
- data/test/ral/type/exec.rb +0 -0
- data/test/ral/type/file.rb +0 -0
- data/test/ral/type/file/target.rb +0 -0
- data/test/ral/type/filebucket.rb +0 -0
- data/test/ral/type/fileignoresource.rb +0 -0
- data/test/ral/type/filesources.rb +0 -0
- data/test/ral/type/group.rb +0 -0
- data/test/ral/type/host.rb +0 -0
- data/test/ral/type/mailalias.rb +0 -0
- data/test/ral/type/parameter.rb +0 -0
- data/test/ral/type/port.rb +0 -0
- data/test/ral/type/property.rb +0 -0
- data/test/ral/type/resources.rb +0 -0
- data/test/ral/type/service.rb +0 -0
- data/test/ral/type/sshkey.rb +0 -0
- data/test/ral/type/tidy.rb +0 -0
- data/test/ral/type/user.rb +0 -0
- data/test/ral/type/yumrepo.rb +0 -0
- data/test/ral/type/zone.rb +0 -0
- data/test/test +0 -0
- data/test/util/autoload.rb +0 -0
- data/test/util/classgen.rb +0 -0
- data/test/util/execution.rb +0 -0
- data/test/util/features.rb +0 -0
- data/test/util/fileparsing.rb +0 -0
- data/test/util/inifile.rb +0 -0
- data/test/util/instance_loader.rb +0 -0
- data/test/util/log.rb +0 -0
- data/test/util/metrics.rb +0 -0
- data/test/util/package.rb +0 -0
- data/test/util/pidlock.rb +0 -0
- data/test/util/settings.rb +0 -0
- data/test/util/storage.rb +0 -0
- data/test/util/subclass_loader.rb +0 -0
- data/test/util/utiltest.rb +0 -0
- metadata +981 -968
- data/test/util/filetype.rb +0 -137
data/spec/unit/type/group.rb
CHANGED
@@ -4,6 +4,9 @@ require File.dirname(__FILE__) + '/../../spec_helper'
|
|
4
4
|
|
5
5
|
describe Puppet::Type.type(:group) do
|
6
6
|
before do
|
7
|
+
unless ENV["PATH"].split(File::PATH_SEPARATOR).include?("/usr/sbin")
|
8
|
+
ENV["PATH"] += File::PATH_SEPARATOR + "/usr/sbin"
|
9
|
+
end
|
7
10
|
@class = Puppet::Type.type(:group)
|
8
11
|
end
|
9
12
|
|
File without changes
|
data/spec/unit/type/mcx.rb
CHANGED
File without changes
|
data/spec/unit/type/mount.rb
CHANGED
File without changes
|
data/spec/unit/type/nagios.rb
CHANGED
File without changes
|
data/spec/unit/type/package.rb
CHANGED
File without changes
|
data/spec/unit/type/schedule.rb
CHANGED
File without changes
|
File without changes
|
data/spec/unit/type/selmodule.rb
CHANGED
File without changes
|
data/spec/unit/type/service.rb
CHANGED
File without changes
|
@@ -89,14 +89,37 @@ describe ssh_authorized_key do
|
|
89
89
|
@class.attrtype(:target).should == :property
|
90
90
|
end
|
91
91
|
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
92
|
+
describe "when neither user nor target is specified" do
|
93
|
+
it "should raise an error" do
|
94
|
+
proc do
|
95
|
+
@class.create(
|
96
|
+
:name => "Test",
|
97
|
+
:key => "AAA",
|
98
|
+
:type => "ssh-rsa",
|
99
|
+
:ensure => :present)
|
100
|
+
end.should raise_error(Puppet::Error)
|
101
|
+
end
|
102
|
+
end
|
103
|
+
|
104
|
+
describe "when both target and user are specified" do
|
105
|
+
it "should use target" do
|
106
|
+
resource = @class.create(
|
107
|
+
:name => "Test",
|
108
|
+
:user => "root",
|
109
|
+
:target => "/tmp/blah")
|
110
|
+
resource.should(:target).should == "/tmp/blah"
|
111
|
+
end
|
112
|
+
end
|
113
|
+
|
114
|
+
|
115
|
+
describe "when user is specified" do
|
116
|
+
it "should determine target" do
|
117
|
+
resource = @class.create(
|
118
|
+
:name => "Test",
|
119
|
+
:user => "root")
|
120
|
+
target = File.expand_path("~root/.ssh/authorized_keys")
|
121
|
+
resource.should(:target).should == target
|
122
|
+
end
|
100
123
|
end
|
101
124
|
|
102
125
|
after do
|
data/spec/unit/type/tidy.rb
CHANGED
data/spec/unit/type/user.rb
CHANGED
@@ -6,6 +6,9 @@ user = Puppet::Type.type(:user)
|
|
6
6
|
|
7
7
|
describe user do
|
8
8
|
before do
|
9
|
+
unless ENV["PATH"].split(File::PATH_SEPARATOR).include?("/usr/sbin")
|
10
|
+
ENV["PATH"] += File::PATH_SEPARATOR + "/usr/sbin"
|
11
|
+
end
|
9
12
|
@provider = stub 'provider'
|
10
13
|
@resource = stub 'resource', :resource => nil, :provider => @provider, :line => nil, :file => nil
|
11
14
|
end
|
@@ -182,6 +185,12 @@ describe user do
|
|
182
185
|
@gid = user.attrclass(:gid).new(:resource => @resource, :should => %w{foo bar})
|
183
186
|
end
|
184
187
|
|
188
|
+
it "should return true if no 'should' values are set" do
|
189
|
+
@gid = user.attrclass(:gid).new(:resource => @resource)
|
190
|
+
|
191
|
+
@gid.must be_insync(500)
|
192
|
+
end
|
193
|
+
|
185
194
|
it "should return true if any of the specified groups are equal to the current integer" do
|
186
195
|
Puppet::Util.expects(:gid).with("foo").returns 300
|
187
196
|
Puppet::Util.expects(:gid).with("bar").returns 500
|
@@ -225,6 +234,14 @@ describe user do
|
|
225
234
|
it "should not include the password in the change log when changing the password" do
|
226
235
|
@password.change_to_s("other", "mypass").should_not be_include("mypass")
|
227
236
|
end
|
237
|
+
|
238
|
+
it "should fail if a ':' is included in the password" do
|
239
|
+
lambda { @password.should = "some:thing" }.should raise_error(ArgumentError)
|
240
|
+
end
|
241
|
+
|
242
|
+
it "should allow the value to be set to :absent" do
|
243
|
+
lambda { @password.should = :absent }.should_not raise_error
|
244
|
+
end
|
228
245
|
end
|
229
246
|
|
230
247
|
describe "when manages_solaris_rbac is enabled" do
|
data/spec/unit/type/zfs.rb
CHANGED
File without changes
|
data/spec/unit/type/zone.rb
CHANGED
File without changes
|
data/spec/unit/type/zpool.rb
CHANGED
File without changes
|
@@ -0,0 +1,39 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
Dir.chdir(File.dirname(__FILE__)) { (s = lambda { |f| File.exist?(f) ? require(f) : Dir.chdir("..") { s.call(f) } }).call("spec/spec_helper.rb") }
|
4
|
+
|
5
|
+
require 'puppet/util/autoload'
|
6
|
+
|
7
|
+
describe Puppet::Util::Autoload do
|
8
|
+
before do
|
9
|
+
@autoload = Puppet::Util::Autoload.new("foo", "tmp")
|
10
|
+
|
11
|
+
@autoload.stubs(:eachdir).yields "/my/dir"
|
12
|
+
end
|
13
|
+
|
14
|
+
describe "when loading a file" do
|
15
|
+
[RuntimeError, LoadError, SyntaxError].each do |error|
|
16
|
+
it "should not die an if a #{error.to_s} exception is thrown" do
|
17
|
+
FileTest.stubs(:exists?).returns true
|
18
|
+
|
19
|
+
Kernel.expects(:load).raises error
|
20
|
+
|
21
|
+
lambda { @autoload.load("foo") }.should_not raise_error
|
22
|
+
end
|
23
|
+
end
|
24
|
+
end
|
25
|
+
|
26
|
+
describe "when loading all files" do
|
27
|
+
before do
|
28
|
+
Dir.stubs(:glob).returns "file.rb"
|
29
|
+
end
|
30
|
+
|
31
|
+
[RuntimeError, LoadError, SyntaxError].each do |error|
|
32
|
+
it "should not die an if a #{error.to_s} exception is thrown" do
|
33
|
+
Kernel.expects(:require).raises error
|
34
|
+
|
35
|
+
lambda { @autoload.loadall }.should_not raise_error
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
data/spec/unit/util/checksums.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
@@ -0,0 +1,110 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
Dir.chdir(File.dirname(__FILE__)) { (s = lambda { |f| File.exist?(f) ? require(f) : Dir.chdir("..") { s.call(f) } }).call("spec/spec_helper.rb") }
|
4
|
+
|
5
|
+
require 'puppet/util/filetype'
|
6
|
+
|
7
|
+
# XXX Import all of the tests into this file.
|
8
|
+
describe Puppet::Util::FileType do
|
9
|
+
describe "when backing up a file" do
|
10
|
+
before do
|
11
|
+
@file = Puppet::Util::FileType.filetype(:flat).new("/my/file")
|
12
|
+
end
|
13
|
+
|
14
|
+
it "should do nothing if the file does not exist" do
|
15
|
+
File.expects(:exists?).with("/my/file").returns false
|
16
|
+
@file.expects(:bucket).never
|
17
|
+
@file.backup
|
18
|
+
end
|
19
|
+
|
20
|
+
it "should use its filebucket to backup the file if it exists" do
|
21
|
+
File.expects(:exists?).with("/my/file").returns true
|
22
|
+
|
23
|
+
bucket = mock 'bucket'
|
24
|
+
bucket.expects(:backup).with("/my/file")
|
25
|
+
|
26
|
+
@file.expects(:bucket).returns bucket
|
27
|
+
@file.backup
|
28
|
+
end
|
29
|
+
|
30
|
+
it "should use the filebucket named 'puppet' if it finds one" do
|
31
|
+
bucket = mock 'bucket'
|
32
|
+
bucket.expects(:bucket).returns "mybucket"
|
33
|
+
|
34
|
+
Puppet::Type.type(:filebucket).expects(:[]).with("puppet").returns bucket
|
35
|
+
|
36
|
+
@file.bucket.should == "mybucket"
|
37
|
+
end
|
38
|
+
|
39
|
+
it "should use the default filebucket if none named 'puppet' is found" do
|
40
|
+
bucket = mock 'bucket'
|
41
|
+
bucket.expects(:bucket).returns "mybucket"
|
42
|
+
|
43
|
+
Puppet::Type.type(:filebucket).expects(:[]).with("puppet").returns nil
|
44
|
+
Puppet::Type.type(:filebucket).expects(:mkdefaultbucket).returns bucket
|
45
|
+
|
46
|
+
@file.bucket.should == "mybucket"
|
47
|
+
end
|
48
|
+
end
|
49
|
+
|
50
|
+
describe "the flat filetype" do
|
51
|
+
before do
|
52
|
+
@type = Puppet::Util::FileType.filetype(:flat)
|
53
|
+
end
|
54
|
+
it "should exist" do
|
55
|
+
@type.should_not be_nil
|
56
|
+
end
|
57
|
+
|
58
|
+
describe "when the file already exists" do
|
59
|
+
it "should return the file's contents when asked to read it" do
|
60
|
+
file = @type.new("/my/file")
|
61
|
+
File.expects(:exist?).with("/my/file").returns true
|
62
|
+
File.expects(:read).with("/my/file").returns "my text"
|
63
|
+
|
64
|
+
file.read.should == "my text"
|
65
|
+
end
|
66
|
+
|
67
|
+
it "should unlink the file when asked to remove it" do
|
68
|
+
file = @type.new("/my/file")
|
69
|
+
File.expects(:exist?).with("/my/file").returns true
|
70
|
+
File.expects(:unlink).with("/my/file")
|
71
|
+
|
72
|
+
file.remove
|
73
|
+
end
|
74
|
+
end
|
75
|
+
|
76
|
+
describe "when the file does not exist" do
|
77
|
+
it "should return an empty string when asked to read the file" do
|
78
|
+
file = @type.new("/my/file")
|
79
|
+
File.expects(:exist?).with("/my/file").returns false
|
80
|
+
|
81
|
+
file.read.should == ""
|
82
|
+
end
|
83
|
+
end
|
84
|
+
|
85
|
+
describe "when writing the file" do
|
86
|
+
before do
|
87
|
+
@file = @type.new("/my/file")
|
88
|
+
FileUtils.stubs(:cp)
|
89
|
+
|
90
|
+
@tempfile = stub 'tempfile', :print => nil, :close => nil, :flush => nil, :path => "/other/file"
|
91
|
+
Tempfile.stubs(:new).returns @tempfile
|
92
|
+
end
|
93
|
+
|
94
|
+
it "should first create a temp file and copy its contents over to the file location" do
|
95
|
+
Tempfile.expects(:new).with("puppet").returns @tempfile
|
96
|
+
@tempfile.expects(:print).with("my text")
|
97
|
+
@tempfile.expects(:flush)
|
98
|
+
@tempfile.expects(:close)
|
99
|
+
FileUtils.expects(:cp).with(@tempfile.path, "/my/file")
|
100
|
+
|
101
|
+
@file.write "my text"
|
102
|
+
end
|
103
|
+
|
104
|
+
it "should set the selinux default context on the file" do
|
105
|
+
@file.expects(:set_selinux_default_context).with("/my/file")
|
106
|
+
@file.write "eh"
|
107
|
+
end
|
108
|
+
end
|
109
|
+
end
|
110
|
+
end
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/spec/unit/util/log.rb
CHANGED
File without changes
|
data/spec/unit/util/metric.rb
CHANGED
File without changes
|
@@ -13,6 +13,9 @@ describe Puppet::Util::NagiosMaker do
|
|
13
13
|
|
14
14
|
@nagtype = stub 'nagios type', :parameters => [], :namevar => :name
|
15
15
|
Nagios::Base.stubs(:type).with(:test).returns(@nagtype)
|
16
|
+
|
17
|
+
@provider = stub 'provider', :nagios_type => nil
|
18
|
+
@type = stub 'type', :newparam => nil, :newproperty => nil, :provide => @provider, :desc => nil, :ensurable => nil
|
16
19
|
end
|
17
20
|
|
18
21
|
it "should be able to create a new nagios type" do
|
@@ -26,73 +29,59 @@ describe Puppet::Util::NagiosMaker do
|
|
26
29
|
end
|
27
30
|
|
28
31
|
it "should create a new RAL type with the provided name prefixed with 'nagios_'" do
|
29
|
-
|
30
|
-
|
31
|
-
Puppet::Type.expects(:newtype).with(:nagios_test).returns(type)
|
32
|
+
Puppet::Type.expects(:newtype).with(:nagios_test).returns(@type)
|
32
33
|
@module.create_nagios_type(:test)
|
33
34
|
end
|
34
35
|
|
35
36
|
it "should mark the created type as ensurable" do
|
36
|
-
type
|
37
|
+
@type.expects(:ensurable)
|
37
38
|
|
38
|
-
|
39
|
-
|
40
|
-
Puppet::Type.expects(:newtype).with(:nagios_test).returns(type)
|
39
|
+
Puppet::Type.expects(:newtype).with(:nagios_test).returns(@type)
|
41
40
|
@module.create_nagios_type(:test)
|
42
41
|
end
|
43
42
|
|
44
43
|
it "should create a namevar parameter for the nagios type's name parameter" do
|
45
|
-
type
|
46
|
-
|
47
|
-
type.expects(:newparam).with(:name, :namevar => true)
|
44
|
+
@type.expects(:newparam).with(:name, :namevar => true)
|
48
45
|
|
49
|
-
Puppet::Type.expects(:newtype).with(:nagios_test).returns(type)
|
46
|
+
Puppet::Type.expects(:newtype).with(:nagios_test).returns(@type)
|
50
47
|
@module.create_nagios_type(:test)
|
51
48
|
end
|
52
49
|
|
53
50
|
it "should create a property for all non-namevar parameters" do
|
54
|
-
type = stub 'type', :newparam => nil, :ensurable => nil, :provide => nil, :desc => nil
|
55
|
-
|
56
51
|
@nagtype.stubs(:parameters).returns([:one, :two])
|
57
52
|
|
58
|
-
type.expects(:newproperty).with(:one)
|
59
|
-
type.expects(:newproperty).with(:two)
|
60
|
-
type.expects(:newproperty).with(:target)
|
53
|
+
@type.expects(:newproperty).with(:one)
|
54
|
+
@type.expects(:newproperty).with(:two)
|
55
|
+
@type.expects(:newproperty).with(:target)
|
61
56
|
|
62
|
-
Puppet::Type.expects(:newtype).with(:nagios_test).returns(type)
|
57
|
+
Puppet::Type.expects(:newtype).with(:nagios_test).returns(@type)
|
63
58
|
@module.create_nagios_type(:test)
|
64
59
|
end
|
65
60
|
|
66
61
|
it "should skip parameters that start with integers" do
|
67
|
-
type = stub 'type', :newparam => nil, :ensurable => nil, :provide => nil, :desc => nil
|
68
|
-
|
69
62
|
@nagtype.stubs(:parameters).returns(["2dcoords".to_sym, :other])
|
70
63
|
|
71
|
-
type.expects(:newproperty).with(:other)
|
72
|
-
type.expects(:newproperty).with(:target)
|
64
|
+
@type.expects(:newproperty).with(:other)
|
65
|
+
@type.expects(:newproperty).with(:target)
|
73
66
|
|
74
|
-
Puppet::Type.expects(:newtype).with(:nagios_test).returns(type)
|
67
|
+
Puppet::Type.expects(:newtype).with(:nagios_test).returns(@type)
|
75
68
|
@module.create_nagios_type(:test)
|
76
69
|
end
|
77
70
|
|
78
71
|
it "should deduplicate the parameter list" do
|
79
|
-
type = stub 'type', :newparam => nil, :ensurable => nil, :provide => nil, :desc => nil
|
80
|
-
|
81
72
|
@nagtype.stubs(:parameters).returns([:one, :one])
|
82
73
|
|
83
|
-
type.expects(:newproperty).with(:one)
|
84
|
-
type.expects(:newproperty).with(:target)
|
74
|
+
@type.expects(:newproperty).with(:one)
|
75
|
+
@type.expects(:newproperty).with(:target)
|
85
76
|
|
86
|
-
Puppet::Type.expects(:newtype).with(:nagios_test).returns(type)
|
77
|
+
Puppet::Type.expects(:newtype).with(:nagios_test).returns(@type)
|
87
78
|
@module.create_nagios_type(:test)
|
88
79
|
end
|
89
80
|
|
90
81
|
it "should create a target property" do
|
91
|
-
type
|
82
|
+
@type.expects(:newproperty).with(:target)
|
92
83
|
|
93
|
-
|
94
|
-
|
95
|
-
Puppet::Type.expects(:newtype).with(:nagios_test).returns(type)
|
84
|
+
Puppet::Type.expects(:newtype).with(:nagios_test).returns(@type)
|
96
85
|
@module.create_nagios_type(:test)
|
97
86
|
end
|
98
87
|
end
|
@@ -100,6 +89,7 @@ end
|
|
100
89
|
describe Puppet::Util::NagiosMaker, " when creating the naginator provider" do
|
101
90
|
before do
|
102
91
|
@module = Puppet::Util::NagiosMaker
|
92
|
+
@provider = stub 'provider', :nagios_type => nil
|
103
93
|
|
104
94
|
@nagtype = stub 'nagios type', :parameters => [], :namevar => :name
|
105
95
|
Nagios::Base.stubs(:type).with(:test).returns(@nagtype)
|
@@ -109,19 +99,27 @@ describe Puppet::Util::NagiosMaker, " when creating the naginator provider" do
|
|
109
99
|
end
|
110
100
|
|
111
101
|
it "should add a naginator provider" do
|
112
|
-
@type.expects(:provide).with { |name, options| name == :naginator }
|
102
|
+
@type.expects(:provide).with { |name, options| name == :naginator }.returns @provider
|
113
103
|
|
114
104
|
@module.create_nagios_type(:test)
|
115
105
|
end
|
116
106
|
|
117
107
|
it "should set Puppet::Provider::Naginator as the parent class of the provider" do
|
118
|
-
@type.expects(:provide).with { |name, options| options[:parent] == Puppet::Provider::Naginator }
|
108
|
+
@type.expects(:provide).with { |name, options| options[:parent] == Puppet::Provider::Naginator }.returns @provider
|
119
109
|
|
120
110
|
@module.create_nagios_type(:test)
|
121
111
|
end
|
122
112
|
|
123
113
|
it "should use /etc/nagios/$name.cfg as the default target" do
|
124
|
-
@type.expects(:provide).with { |name, options| options[:default_target] == "/etc/nagios/nagios_test.cfg" }
|
114
|
+
@type.expects(:provide).with { |name, options| options[:default_target] == "/etc/nagios/nagios_test.cfg" }.returns @provider
|
115
|
+
|
116
|
+
@module.create_nagios_type(:test)
|
117
|
+
end
|
118
|
+
|
119
|
+
it "should trigger the lookup of the Nagios class" do
|
120
|
+
@type.expects(:provide).returns @provider
|
121
|
+
|
122
|
+
@provider.expects(:nagios_type)
|
125
123
|
|
126
124
|
@module.create_nagios_type(:test)
|
127
125
|
end
|