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
@@ -0,0 +1,21 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
require File.dirname(__FILE__) + '/../../spec_helper'
|
4
|
+
|
5
|
+
require 'puppet/util/package'
|
6
|
+
|
7
|
+
describe Puppet::Util::Package, " versioncmp" do
|
8
|
+
|
9
|
+
it "should be able to be used as a module function" do
|
10
|
+
Puppet::Util::Package.should respond_to(:versioncmp)
|
11
|
+
end
|
12
|
+
|
13
|
+
it "should be able to sort a long set of various unordered versions" do
|
14
|
+
ary = %w{ 1.1.6 2.3 1.1a 3.0 1.5 1 2.4 1.1-4 2.3.1 1.2 2.3.0 1.1-3 2.4b 2.4 2.40.2 2.3a.1 3.1 0002 1.1-5 1.1.a 1.06}
|
15
|
+
|
16
|
+
newary = ary.sort { |a, b| Puppet::Util::Package.versioncmp(a,b) }
|
17
|
+
|
18
|
+
newary.should == ["0002", "1", "1.06", "1.1-3", "1.1-4", "1.1-5", "1.1.6", "1.1.a", "1.1a", "1.2", "1.5", "2.3", "2.3.0", "2.3.1", "2.3a.1", "2.4", "2.4", "2.4b", "2.40.2", "3.0", "3.1"]
|
19
|
+
end
|
20
|
+
|
21
|
+
end
|
data/spec/unit/util/posix.rb
CHANGED
File without changes
|
File without changes
|
data/spec/unit/util/settings.rb
CHANGED
File without changes
|
data/spec/unit/util/storage.rb
CHANGED
File without changes
|
data/spec/unit/util/tagging.rb
CHANGED
File without changes
|
File without changes
|
data/spec/unit/util/warnings.rb
CHANGED
File without changes
|
data/test/certmgr/ca.rb
CHANGED
File without changes
|
data/test/certmgr/certmgr.rb
CHANGED
File without changes
|
data/test/certmgr/inventory.rb
CHANGED
File without changes
|
data/test/certmgr/support.rb
CHANGED
File without changes
|
File without changes
|
@@ -12,12 +12,15 @@ class TestFileBucketExe < Test::Unit::TestCase
|
|
12
12
|
include PuppetTest::ExeTest
|
13
13
|
|
14
14
|
def test_local
|
15
|
+
basedir = tempfile()
|
16
|
+
FileUtils.mkdir_p(basedir)
|
17
|
+
|
15
18
|
bucket = tempfile
|
16
19
|
file = tempfile
|
17
20
|
text = "somet ext"
|
18
21
|
md5 = Digest::MD5.hexdigest(text)
|
19
22
|
File.open(file, "w") { |f| f.print text }
|
20
|
-
out = %x{filebucket --bucket #{bucket} backup #{file}}
|
23
|
+
out = %x{filebucket --confdir #{basedir} --vardir #{basedir} --bucket #{bucket} backup #{file}}
|
21
24
|
|
22
25
|
outfile, outmd5 = out.chomp.split(": ")
|
23
26
|
|
@@ -35,12 +38,12 @@ class TestFileBucketExe < Test::Unit::TestCase
|
|
35
38
|
|
36
39
|
assert_equal(text, newtext, "did not get correct file from md5 sum")
|
37
40
|
|
38
|
-
out = %x{filebucket --bucket #{bucket} get #{md5}}
|
41
|
+
out = %x{filebucket --confdir #{basedir} --vardir #{basedir} --bucket #{bucket} get #{md5}}
|
39
42
|
assert_equal(0, $?, "filebucket did not run successfully")
|
40
43
|
assert_equal(text, out, "did not get correct text back from filebucket")
|
41
44
|
|
42
45
|
File.open(file, "w") { |f| f.puts "some other txt" }
|
43
|
-
out = %x{filebucket --bucket #{bucket} restore #{file} #{md5}}
|
46
|
+
out = %x{filebucket --confdir #{basedir} --vardir #{basedir} --bucket #{bucket} restore #{file} #{md5}}
|
44
47
|
assert_equal(0, $?, "filebucket did not run successfully")
|
45
48
|
assert_equal(text, File.read(file), "file was not restored")
|
46
49
|
end
|
File without changes
|
data/test/executables/puppetd.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
data/test/language/ast.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/test/language/functions.rb
CHANGED
File without changes
|
data/test/language/parser.rb
CHANGED
File without changes
|
data/test/language/resource.rb
CHANGED
@@ -254,44 +254,4 @@ class TestResource < PuppetTest::TestCase
|
|
254
254
|
|
255
255
|
assert_nil(hash[:owner], "got a value for an undef parameter")
|
256
256
|
end
|
257
|
-
|
258
|
-
# #643 - Make sure virtual defines result in virtual resources
|
259
|
-
def test_virtual_defines
|
260
|
-
parser = mkparser
|
261
|
-
define = parser.newdefine("yayness",
|
262
|
-
:code => resourcedef("file", varref("name"),
|
263
|
-
"mode" => "644"))
|
264
|
-
|
265
|
-
config = mkcompiler(parser)
|
266
|
-
|
267
|
-
res = mkresource :type => "yayness", :title => "foo", :params => {}, :scope => config.topscope
|
268
|
-
res.virtual = true
|
269
|
-
|
270
|
-
result = nil
|
271
|
-
assert_nothing_raised("Could not evaluate defined resource") do
|
272
|
-
result = res.evaluate
|
273
|
-
end
|
274
|
-
|
275
|
-
scope = res.scope
|
276
|
-
newres = scope.findresource("File[foo]")
|
277
|
-
assert(newres, "Could not find resource")
|
278
|
-
|
279
|
-
assert(newres.virtual?, "Virtual defined resource generated non-virtual resources")
|
280
|
-
|
281
|
-
# Now try it with exported resources
|
282
|
-
res = mkresource :type => "yayness", :title => "bar", :params => {}, :scope => config.topscope
|
283
|
-
res.exported = true
|
284
|
-
|
285
|
-
result = nil
|
286
|
-
assert_nothing_raised("Could not evaluate exported resource") do
|
287
|
-
result = res.evaluate
|
288
|
-
end
|
289
|
-
|
290
|
-
scope = res.scope
|
291
|
-
newres = scope.findresource("File[bar]")
|
292
|
-
assert(newres, "Could not find resource")
|
293
|
-
|
294
|
-
assert(newres.exported?, "Exported defined resource generated non-exported resources")
|
295
|
-
assert(newres.virtual?, "Exported defined resource generated non-virtual resources")
|
296
|
-
end
|
297
257
|
end
|
data/test/language/scope.rb
CHANGED
File without changes
|
data/test/language/snippets.rb
CHANGED
File without changes
|
File without changes
|
data/test/lib/puppettest.rb
CHANGED
@@ -166,6 +166,9 @@ module PuppetTest
|
|
166
166
|
end
|
167
167
|
|
168
168
|
def setup
|
169
|
+
unless ENV["PATH"].split(File::PATH_SEPARATOR).include?("/usr/sbin")
|
170
|
+
ENV["PATH"] += File::PATH_SEPARATOR + "/usr/sbin"
|
171
|
+
end
|
169
172
|
@memoryatstart = Puppet::Util.memory
|
170
173
|
if defined? @@testcount
|
171
174
|
@@testcount += 1
|
File without changes
|
data/test/network/authconfig.rb
CHANGED
File without changes
|
File without changes
|
data/test/network/authstore.rb
CHANGED
File without changes
|
data/test/network/client/ca.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/test/network/daemon.rb
CHANGED
File without changes
|
File without changes
|
data/test/network/handler/ca.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/test/network/rights.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/test/other/dsl.rb
CHANGED
File without changes
|
data/test/other/events.rb
CHANGED
File without changes
|
data/test/other/overrides.rb
CHANGED
File without changes
|
data/test/other/provider.rb
CHANGED
File without changes
|
data/test/other/puppet.rb
CHANGED
File without changes
|
data/test/other/relationships.rb
CHANGED
File without changes
|
data/test/other/report.rb
CHANGED
File without changes
|
data/test/other/transactions.rb
CHANGED
File without changes
|
data/test/puppet/conffiles.rb
CHANGED
File without changes
|
data/test/puppet/defaults.rb
CHANGED
File without changes
|
data/test/puppet/errortest.rb
CHANGED
File without changes
|
File without changes
|
data/test/rails/ast.rb
CHANGED
File without changes
|
data/test/rails/configuration.rb
CHANGED
File without changes
|
data/test/rails/host.rb
CHANGED
File without changes
|
data/test/rails/rails.rb
CHANGED
File without changes
|
File without changes
|
data/test/rails/railsresource.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
data/test/ral/manager/manager.rb
CHANGED
File without changes
|
File without changes
|
data/test/ral/manager/type.rb
CHANGED
@@ -736,14 +736,11 @@ class TestType < Test::Unit::TestCase
|
|
736
736
|
end
|
737
737
|
cleanup { Puppet::Type.rmtype(:faketype) }
|
738
738
|
faketype.provide(:fake) do
|
739
|
-
def prefetch
|
740
|
-
end
|
741
739
|
end
|
742
740
|
|
743
741
|
obj = faketype.create :name => "yayness", :provider => :fake
|
744
742
|
assert(obj, "did not create object")
|
745
743
|
|
746
|
-
obj.provider.expects(:prefetch)
|
747
744
|
obj.expects(:retrieve)
|
748
745
|
obj.expects(:propertychanges).returns([])
|
749
746
|
obj.expects(:cache)
|
File without changes
|
data/test/ral/providers/group.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/test/ral/providers/user.rb
CHANGED
File without changes
|
File without changes
|
data/test/ral/type/basic.rb
CHANGED
File without changes
|
data/test/ral/type/cron.rb
CHANGED
File without changes
|
data/test/ral/type/exec.rb
CHANGED
File without changes
|
data/test/ral/type/file.rb
CHANGED
File without changes
|
File without changes
|
data/test/ral/type/filebucket.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
data/test/ral/type/group.rb
CHANGED
File without changes
|
data/test/ral/type/host.rb
CHANGED
File without changes
|
data/test/ral/type/mailalias.rb
CHANGED
File without changes
|
data/test/ral/type/parameter.rb
CHANGED
File without changes
|
data/test/ral/type/port.rb
CHANGED
File without changes
|
data/test/ral/type/property.rb
CHANGED
File without changes
|
data/test/ral/type/resources.rb
CHANGED
File without changes
|
data/test/ral/type/service.rb
CHANGED
File without changes
|
data/test/ral/type/sshkey.rb
CHANGED
File without changes
|
data/test/ral/type/tidy.rb
CHANGED
File without changes
|
data/test/ral/type/user.rb
CHANGED
File without changes
|
data/test/ral/type/yumrepo.rb
CHANGED
File without changes
|
data/test/ral/type/zone.rb
CHANGED
File without changes
|
data/test/test
CHANGED
File without changes
|
data/test/util/autoload.rb
CHANGED
File without changes
|
data/test/util/classgen.rb
CHANGED
File without changes
|
data/test/util/execution.rb
CHANGED
File without changes
|
data/test/util/features.rb
CHANGED
File without changes
|
data/test/util/fileparsing.rb
CHANGED
File without changes
|
data/test/util/inifile.rb
CHANGED
File without changes
|
File without changes
|
data/test/util/log.rb
CHANGED
File without changes
|
data/test/util/metrics.rb
CHANGED
File without changes
|
data/test/util/package.rb
CHANGED
File without changes
|
data/test/util/pidlock.rb
CHANGED
File without changes
|
data/test/util/settings.rb
CHANGED
File without changes
|
data/test/util/storage.rb
CHANGED
File without changes
|
File without changes
|
data/test/util/utiltest.rb
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,1189 +1,1202 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
|
+
rubygems_version: 0.9.4
|
3
|
+
specification_version: 1
|
2
4
|
name: puppet
|
3
5
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.24.
|
6
|
+
version: 0.24.8
|
7
|
+
date: 2009-03-23 00:00:00 +00:00
|
8
|
+
summary: System Automation and Configuration Management Software
|
9
|
+
require_paths:
|
10
|
+
- lib
|
11
|
+
email: dev@reductivelabs.com
|
12
|
+
homepage: http://reductivelabs.com/projects/puppet
|
13
|
+
rubyforge_project: puppet
|
14
|
+
description: Puppet is a declarative language for expressing system configuration, a client and server for distributing it, and a library for realizing the configuration.
|
15
|
+
autorequire:
|
16
|
+
default_executable: puppet
|
17
|
+
bindir: bin
|
18
|
+
has_rdoc: true
|
19
|
+
required_ruby_version: !ruby/object:Gem::Version::Requirement
|
20
|
+
requirements:
|
21
|
+
- - ">"
|
22
|
+
- !ruby/object:Gem::Version
|
23
|
+
version: 0.0.0
|
24
|
+
version:
|
5
25
|
platform: ruby
|
26
|
+
signing_key:
|
27
|
+
cert_chain:
|
28
|
+
post_install_message:
|
6
29
|
authors:
|
7
30
|
- Luke Kanies
|
8
|
-
autorequire:
|
9
|
-
bindir: bin
|
10
|
-
cert_chain: []
|
11
|
-
|
12
|
-
date: 2008-12-16 00:00:00 +01:00
|
13
|
-
default_executable: puppet
|
14
|
-
dependencies:
|
15
|
-
- !ruby/object:Gem::Dependency
|
16
|
-
name: facter
|
17
|
-
type: :runtime
|
18
|
-
version_requirement:
|
19
|
-
version_requirements: !ruby/object:Gem::Requirement
|
20
|
-
requirements:
|
21
|
-
- - ">="
|
22
|
-
- !ruby/object:Gem::Version
|
23
|
-
version: 1.1.0
|
24
|
-
version:
|
25
|
-
description: Puppet is a declarative language for expressing system configuration, a client and server for distributing it, and a library for realizing the configuration.
|
26
|
-
email: dev@reductivelabs.com
|
27
|
-
executables:
|
28
|
-
- puppet
|
29
|
-
- puppetd
|
30
|
-
- puppetmasterd
|
31
|
-
- puppetdoc
|
32
|
-
- puppetca
|
33
|
-
- puppetrun
|
34
|
-
- ralsh
|
35
|
-
extensions: []
|
36
|
-
|
37
|
-
extra_rdoc_files: []
|
38
|
-
|
39
31
|
files:
|
40
32
|
- install.rb
|
33
|
+
- README.rst
|
41
34
|
- COPYING
|
42
|
-
-
|
35
|
+
- CHANGELOG
|
43
36
|
- README
|
44
37
|
- LICENSE
|
45
|
-
-
|
38
|
+
- Rakefile
|
46
39
|
- lib/puppet.rb
|
47
|
-
- lib/puppet/
|
40
|
+
- lib/puppet/node/facts.rb
|
41
|
+
- lib/puppet/node/environment.rb
|
42
|
+
- lib/puppet/node/catalog.rb
|
48
43
|
- lib/puppet/property/keyvalue.rb
|
49
44
|
- lib/puppet/property/ordered_list.rb
|
50
45
|
- lib/puppet/property/list.rb
|
51
|
-
- lib/puppet/
|
52
|
-
- lib/puppet/node/catalog.rb
|
53
|
-
- lib/puppet/node/environment.rb
|
54
|
-
- lib/puppet/node/facts.rb
|
55
|
-
- lib/puppet/reports.rb
|
56
|
-
- lib/puppet/type/tidy.rb
|
57
|
-
- lib/puppet/type/selmodule.rb
|
58
|
-
- lib/puppet/type/nagios_servicegroup.rb
|
59
|
-
- lib/puppet/type/zfs.rb
|
60
|
-
- lib/puppet/type/zone.rb
|
61
|
-
- lib/puppet/type/nagios_serviceescalation.rb
|
62
|
-
- lib/puppet/type/computer.rb
|
63
|
-
- lib/puppet/type/group.rb
|
64
|
-
- lib/puppet/type/nagios_service.rb
|
65
|
-
- lib/puppet/type/file.rb
|
66
|
-
- lib/puppet/type/service.rb
|
67
|
-
- lib/puppet/type/k5login.rb
|
68
|
-
- lib/puppet/type/nagios_hostescalation.rb
|
69
|
-
- lib/puppet/type/yumrepo.rb
|
70
|
-
- lib/puppet/type/nagios_command.rb
|
71
|
-
- lib/puppet/type/nagios_hostgroup.rb
|
72
|
-
- lib/puppet/type/resources.rb
|
73
|
-
- lib/puppet/type/host.rb
|
74
|
-
- lib/puppet/type/nagios_timeperiod.rb
|
75
|
-
- lib/puppet/type/nagios_contactgroup.rb
|
76
|
-
- lib/puppet/type/notify.rb
|
77
|
-
- lib/puppet/type/component.rb
|
78
|
-
- lib/puppet/type/user.rb
|
79
|
-
- lib/puppet/type/package.rb
|
80
|
-
- lib/puppet/type/selboolean.rb
|
81
|
-
- lib/puppet/type/schedule.rb
|
82
|
-
- lib/puppet/type/mcx.rb
|
83
|
-
- lib/puppet/type/sshkey.rb
|
84
|
-
- lib/puppet/type/nagios_hostextinfo.rb
|
85
|
-
- lib/puppet/type/nagios_servicedependency.rb
|
86
|
-
- lib/puppet/type/filebucket.rb
|
87
|
-
- lib/puppet/type/file/mode.rb
|
88
|
-
- lib/puppet/type/file/target.rb
|
89
|
-
- lib/puppet/type/file/group.rb
|
90
|
-
- lib/puppet/type/file/ensure.rb
|
91
|
-
- lib/puppet/type/file/checksum.rb
|
92
|
-
- lib/puppet/type/file/type.rb
|
93
|
-
- lib/puppet/type/file/source.rb
|
94
|
-
- lib/puppet/type/file/owner.rb
|
95
|
-
- lib/puppet/type/file/content.rb
|
96
|
-
- lib/puppet/type/file/selcontext.rb
|
97
|
-
- lib/puppet/type/cron.rb
|
98
|
-
- lib/puppet/type/zpool.rb
|
99
|
-
- lib/puppet/type/exec.rb
|
100
|
-
- lib/puppet/type/ssh_authorized_key.rb
|
101
|
-
- lib/puppet/type/mount.rb
|
102
|
-
- lib/puppet/type/nagios_host.rb
|
103
|
-
- lib/puppet/type/mailalias.rb
|
104
|
-
- lib/puppet/type/nagios_hostdependency.rb
|
105
|
-
- lib/puppet/type/augeas.rb
|
106
|
-
- lib/puppet/type/macauthorization.rb
|
107
|
-
- lib/puppet/type/nagios_serviceextinfo.rb
|
108
|
-
- lib/puppet/type/nagios_contact.rb
|
109
|
-
- lib/puppet/type/maillist.rb
|
110
|
-
- lib/puppet/type/port.rb
|
111
|
-
- lib/puppet/node.rb
|
112
|
-
- lib/puppet/reference/function.rb
|
113
|
-
- lib/puppet/reference/network.rb
|
114
|
-
- lib/puppet/reference/providers.rb
|
115
|
-
- lib/puppet/reference/report.rb
|
116
|
-
- lib/puppet/reference/type.rb
|
117
|
-
- lib/puppet/reference/indirection.rb
|
118
|
-
- lib/puppet/reference/configuration.rb
|
119
|
-
- lib/puppet/simple_graph.rb
|
120
|
-
- lib/puppet/external/nagios/base.rb
|
121
|
-
- lib/puppet/external/nagios/parser.rb
|
122
|
-
- lib/puppet/external/lock.rb
|
123
|
-
- lib/puppet/external/event-loop/better-definers.rb
|
124
|
-
- lib/puppet/external/event-loop/event-loop.rb
|
125
|
-
- lib/puppet/external/event-loop/signal-system.rb
|
126
|
-
- lib/puppet/external/dot.rb
|
127
|
-
- lib/puppet/external/base64.rb
|
128
|
-
- lib/puppet/external/nagios.rb
|
129
|
-
- lib/puppet/external/event-loop.rb
|
130
|
-
- lib/puppet/pgraph.rb
|
131
|
-
- lib/puppet/reports/store.rb
|
132
|
-
- lib/puppet/reports/rrdgraph.rb
|
133
|
-
- lib/puppet/reports/log.rb
|
134
|
-
- lib/puppet/reports/tagmail.rb
|
135
|
-
- lib/puppet/module.rb
|
136
|
-
- lib/puppet/feature/base.rb
|
137
|
-
- lib/puppet/feature/rails.rb
|
46
|
+
- lib/puppet/rails.rb
|
138
47
|
- lib/puppet/transportable.rb
|
139
|
-
- lib/puppet/
|
140
|
-
- lib/puppet/
|
141
|
-
- lib/puppet/provider/naginator.rb
|
142
|
-
- lib/puppet/provider/port/parsed.rb
|
143
|
-
- lib/puppet/provider/package/rpm.rb
|
144
|
-
- lib/puppet/provider/package/portage.rb
|
145
|
-
- lib/puppet/provider/package/blastwave.rb
|
146
|
-
- lib/puppet/provider/package/ports.rb
|
147
|
-
- lib/puppet/provider/package/yum.rb
|
148
|
-
- lib/puppet/provider/package/sunfreeware.rb
|
149
|
-
- lib/puppet/provider/package/hpux.rb
|
150
|
-
- lib/puppet/provider/package/pkgdmg.rb
|
151
|
-
- lib/puppet/provider/package/up2date.rb
|
152
|
-
- lib/puppet/provider/package/appdmg.rb
|
153
|
-
- lib/puppet/provider/package/rug.rb
|
154
|
-
- lib/puppet/provider/package/apt.rb
|
155
|
-
- lib/puppet/provider/package/apple.rb
|
156
|
-
- lib/puppet/provider/package/dpkg.rb
|
157
|
-
- lib/puppet/provider/package/aptitude.rb
|
158
|
-
- lib/puppet/provider/package/fink.rb
|
159
|
-
- lib/puppet/provider/package/gem.rb
|
160
|
-
- lib/puppet/provider/package/darwinport.rb
|
161
|
-
- lib/puppet/provider/package/freebsd.rb
|
162
|
-
- lib/puppet/provider/package/urpmi.rb
|
163
|
-
- lib/puppet/provider/package/aptrpm.rb
|
164
|
-
- lib/puppet/provider/package/openbsd.rb
|
165
|
-
- lib/puppet/provider/package/sun.rb
|
166
|
-
- lib/puppet/provider/confine.rb
|
167
|
-
- lib/puppet/provider/host/parsed.rb
|
168
|
-
- lib/puppet/provider/host/netinfo.rb
|
169
|
-
- lib/puppet/provider/sshkey/parsed.rb
|
170
|
-
- lib/puppet/provider/confiner.rb
|
171
|
-
- lib/puppet/provider/ldap.rb
|
172
|
-
- lib/puppet/provider/nameservice.rb
|
173
|
-
- lib/puppet/provider/ssh_authorized_key/parsed.rb
|
174
|
-
- lib/puppet/provider/computer/computer.rb
|
175
|
-
- lib/puppet/provider/package.rb
|
176
|
-
- lib/puppet/provider/confine/feature.rb
|
177
|
-
- lib/puppet/provider/confine/true.rb
|
178
|
-
- lib/puppet/provider/confine/exists.rb
|
179
|
-
- lib/puppet/provider/confine/false.rb
|
180
|
-
- lib/puppet/provider/confine/variable.rb
|
181
|
-
- lib/puppet/provider/service/base.rb
|
182
|
-
- lib/puppet/provider/service/runit.rb
|
183
|
-
- lib/puppet/provider/service/smf.rb
|
184
|
-
- lib/puppet/provider/service/redhat.rb
|
185
|
-
- lib/puppet/provider/service/debian.rb
|
186
|
-
- lib/puppet/provider/service/gentoo.rb
|
187
|
-
- lib/puppet/provider/service/daemontools.rb
|
188
|
-
- lib/puppet/provider/service/freebsd.rb
|
189
|
-
- lib/puppet/provider/service/init.rb
|
190
|
-
- lib/puppet/provider/service/launchd.rb
|
191
|
-
- lib/puppet/provider/selmodule/semodule.rb
|
192
|
-
- lib/puppet/provider/mailalias/aliases.rb
|
193
|
-
- lib/puppet/provider/user/useradd.rb
|
194
|
-
- lib/puppet/provider/user/hpux.rb
|
195
|
-
- lib/puppet/provider/user/user_role_add.rb
|
196
|
-
- lib/puppet/provider/user/ldap.rb
|
197
|
-
- lib/puppet/provider/user/directoryservice.rb
|
198
|
-
- lib/puppet/provider/user/pw.rb
|
199
|
-
- lib/puppet/provider/user/netinfo.rb
|
200
|
-
- lib/puppet/provider/mount/parsed.rb
|
201
|
-
- lib/puppet/provider/mount/netinfo.rb
|
202
|
-
- lib/puppet/provider/zone/solaris.rb
|
203
|
-
- lib/puppet/provider/macauthorization/macauthorization.rb
|
204
|
-
- lib/puppet/provider/group/ldap.rb
|
205
|
-
- lib/puppet/provider/group/groupadd.rb
|
206
|
-
- lib/puppet/provider/group/directoryservice.rb
|
207
|
-
- lib/puppet/provider/group/pw.rb
|
208
|
-
- lib/puppet/provider/group/netinfo.rb
|
209
|
-
- lib/puppet/provider/parsedfile.rb
|
210
|
-
- lib/puppet/provider/selboolean/getsetsebool.rb
|
211
|
-
- lib/puppet/provider/zfs/solaris.rb
|
212
|
-
- lib/puppet/provider/cron/crontab.rb
|
213
|
-
- lib/puppet/provider/mount.rb
|
214
|
-
- lib/puppet/provider/confine_collection.rb
|
215
|
-
- lib/puppet/provider/augeas/augeas.rb
|
216
|
-
- lib/puppet/provider/maillist/mailman.rb
|
217
|
-
- lib/puppet/provider/nameservice/directoryservice.rb
|
218
|
-
- lib/puppet/provider/nameservice/pw.rb
|
219
|
-
- lib/puppet/provider/nameservice/netinfo.rb
|
220
|
-
- lib/puppet/provider/nameservice/objectadd.rb
|
221
|
-
- lib/puppet/util.rb
|
222
|
-
- lib/puppet/network/rest_controller.rb
|
48
|
+
- lib/puppet/error.rb
|
49
|
+
- lib/puppet/network/http_server.rb
|
223
50
|
- lib/puppet/network/http_server/rack.rb
|
224
51
|
- lib/puppet/network/http_server/webrick.rb
|
225
52
|
- lib/puppet/network/http_server/mongrel.rb
|
226
|
-
- lib/puppet/network/handler.rb
|
227
|
-
- lib/puppet/network/client/file.rb
|
228
|
-
- lib/puppet/network/client/master.rb
|
229
|
-
- lib/puppet/network/client/proxy.rb
|
230
53
|
- lib/puppet/network/client/report.rb
|
231
|
-
- lib/puppet/network/client/
|
54
|
+
- lib/puppet/network/client/master.rb
|
232
55
|
- lib/puppet/network/client/resource.rb
|
56
|
+
- lib/puppet/network/client/file.rb
|
57
|
+
- lib/puppet/network/client/dipper.rb
|
58
|
+
- lib/puppet/network/client/proxy.rb
|
233
59
|
- lib/puppet/network/client/ca.rb
|
234
60
|
- lib/puppet/network/client/runner.rb
|
235
61
|
- lib/puppet/network/client/status.rb
|
236
|
-
- lib/puppet/network/
|
237
|
-
- lib/puppet/network/
|
62
|
+
- lib/puppet/network/authstore.rb
|
63
|
+
- lib/puppet/network/http_pool.rb
|
64
|
+
- lib/puppet/network/rights.rb
|
238
65
|
- lib/puppet/network/http/mongrel/rest.rb
|
239
|
-
- lib/puppet/network/http/handler.rb
|
240
66
|
- lib/puppet/network/http/webrick.rb
|
241
|
-
- lib/puppet/network/http/webrick/rest.rb
|
242
67
|
- lib/puppet/network/http/mongrel.rb
|
243
|
-
- lib/puppet/network/http.rb
|
244
|
-
- lib/puppet/network/
|
245
|
-
- lib/puppet/network/authstore.rb
|
246
|
-
- lib/puppet/network/client_request.rb
|
247
|
-
- lib/puppet/network/http_pool.rb
|
68
|
+
- lib/puppet/network/http/webrick/rest.rb
|
69
|
+
- lib/puppet/network/http/handler.rb
|
248
70
|
- lib/puppet/network/server.rb
|
71
|
+
- lib/puppet/network/authorization.rb
|
72
|
+
- lib/puppet/network/rest_controller.rb
|
249
73
|
- lib/puppet/network/client.rb
|
250
|
-
- lib/puppet/network/http_server.rb
|
251
74
|
- lib/puppet/network/xmlrpc/processor.rb
|
252
75
|
- lib/puppet/network/xmlrpc/server.rb
|
253
76
|
- lib/puppet/network/xmlrpc/client.rb
|
254
77
|
- lib/puppet/network/xmlrpc/webrick_servlet.rb
|
255
|
-
- lib/puppet/network/handler
|
78
|
+
- lib/puppet/network/handler.rb
|
79
|
+
- lib/puppet/network/client_request.rb
|
80
|
+
- lib/puppet/network/http.rb
|
81
|
+
- lib/puppet/network/authconfig.rb
|
256
82
|
- lib/puppet/network/handler/report.rb
|
83
|
+
- lib/puppet/network/handler/master.rb
|
257
84
|
- lib/puppet/network/handler/resource.rb
|
85
|
+
- lib/puppet/network/handler/fileserver.rb
|
258
86
|
- lib/puppet/network/handler/ca.rb
|
259
|
-
- lib/puppet/network/handler/runner.rb
|
260
87
|
- lib/puppet/network/handler/filebucket.rb
|
261
|
-
- lib/puppet/network/handler/
|
88
|
+
- lib/puppet/network/handler/runner.rb
|
262
89
|
- lib/puppet/network/handler/status.rb
|
263
|
-
- lib/puppet/
|
264
|
-
- lib/puppet/
|
90
|
+
- lib/puppet/provider/maillist/mailman.rb
|
91
|
+
- lib/puppet/provider/mount.rb
|
92
|
+
- lib/puppet/provider/confine.rb
|
93
|
+
- lib/puppet/provider/user/ldap.rb
|
94
|
+
- lib/puppet/provider/user/hpux.rb
|
95
|
+
- lib/puppet/provider/user/pw.rb
|
96
|
+
- lib/puppet/provider/user/netinfo.rb
|
97
|
+
- lib/puppet/provider/user/useradd.rb
|
98
|
+
- lib/puppet/provider/user/user_role_add.rb
|
99
|
+
- lib/puppet/provider/user/directoryservice.rb
|
100
|
+
- lib/puppet/provider/mount/parsed.rb
|
101
|
+
- lib/puppet/provider/mount/netinfo.rb
|
102
|
+
- lib/puppet/provider/package/freebsd.rb
|
103
|
+
- lib/puppet/provider/package/sun.rb
|
104
|
+
- lib/puppet/provider/package/sunfreeware.rb
|
105
|
+
- lib/puppet/provider/package/ports.rb
|
106
|
+
- lib/puppet/provider/package/darwinport.rb
|
107
|
+
- lib/puppet/provider/package/apt.rb
|
108
|
+
- lib/puppet/provider/package/hpux.rb
|
109
|
+
- lib/puppet/provider/package/blastwave.rb
|
110
|
+
- lib/puppet/provider/package/yum.rb
|
111
|
+
- lib/puppet/provider/package/aptrpm.rb
|
112
|
+
- lib/puppet/provider/package/fink.rb
|
113
|
+
- lib/puppet/provider/package/portage.rb
|
114
|
+
- lib/puppet/provider/package/dpkg.rb
|
115
|
+
- lib/puppet/provider/package/gem.rb
|
116
|
+
- lib/puppet/provider/package/rug.rb
|
117
|
+
- lib/puppet/provider/package/up2date.rb
|
118
|
+
- lib/puppet/provider/package/apple.rb
|
119
|
+
- lib/puppet/provider/package/pkgdmg.rb
|
120
|
+
- lib/puppet/provider/package/rpm.rb
|
121
|
+
- lib/puppet/provider/package/urpmi.rb
|
122
|
+
- lib/puppet/provider/package/openbsd.rb
|
123
|
+
- lib/puppet/provider/package/appdmg.rb
|
124
|
+
- lib/puppet/provider/package/aptitude.rb
|
125
|
+
- lib/puppet/provider/cron/crontab.rb
|
126
|
+
- lib/puppet/provider/confine/exists.rb
|
127
|
+
- lib/puppet/provider/confine/variable.rb
|
128
|
+
- lib/puppet/provider/confine/true.rb
|
129
|
+
- lib/puppet/provider/confine/feature.rb
|
130
|
+
- lib/puppet/provider/confine/false.rb
|
131
|
+
- lib/puppet/provider/ldap.rb
|
132
|
+
- lib/puppet/provider/zfs/solaris.rb
|
133
|
+
- lib/puppet/provider/macauthorization/macauthorization.rb
|
134
|
+
- lib/puppet/provider/confine_collection.rb
|
135
|
+
- lib/puppet/provider/group/ldap.rb
|
136
|
+
- lib/puppet/provider/group/pw.rb
|
137
|
+
- lib/puppet/provider/group/netinfo.rb
|
138
|
+
- lib/puppet/provider/group/groupadd.rb
|
139
|
+
- lib/puppet/provider/group/directoryservice.rb
|
140
|
+
- lib/puppet/provider/port/parsed.rb
|
141
|
+
- lib/puppet/provider/mailalias/aliases.rb
|
142
|
+
- lib/puppet/provider/package.rb
|
143
|
+
- lib/puppet/provider/host/parsed.rb
|
144
|
+
- lib/puppet/provider/host/netinfo.rb
|
145
|
+
- lib/puppet/provider/nameservice.rb
|
146
|
+
- lib/puppet/provider/parsedfile.rb
|
147
|
+
- lib/puppet/provider/selboolean/getsetsebool.rb
|
148
|
+
- lib/puppet/provider/augeas/augeas.rb
|
149
|
+
- lib/puppet/provider/mcx/mcxcontent.rb
|
150
|
+
- lib/puppet/provider/zpool/solaris.rb
|
151
|
+
- lib/puppet/provider/nameservice/objectadd.rb
|
152
|
+
- lib/puppet/provider/nameservice/pw.rb
|
153
|
+
- lib/puppet/provider/nameservice/netinfo.rb
|
154
|
+
- lib/puppet/provider/nameservice/directoryservice.rb
|
155
|
+
- lib/puppet/provider/zone/solaris.rb
|
156
|
+
- lib/puppet/provider/selmodule/semodule.rb
|
157
|
+
- lib/puppet/provider/naginator.rb
|
158
|
+
- lib/puppet/provider/computer/computer.rb
|
159
|
+
- lib/puppet/provider/service/freebsd.rb
|
160
|
+
- lib/puppet/provider/service/redhat.rb
|
161
|
+
- lib/puppet/provider/service/launchd.rb
|
162
|
+
- lib/puppet/provider/service/daemontools.rb
|
163
|
+
- lib/puppet/provider/service/runit.rb
|
164
|
+
- lib/puppet/provider/service/debian.rb
|
165
|
+
- lib/puppet/provider/service/init.rb
|
166
|
+
- lib/puppet/provider/service/smf.rb
|
167
|
+
- lib/puppet/provider/service/gentoo.rb
|
168
|
+
- lib/puppet/provider/service/base.rb
|
169
|
+
- lib/puppet/provider/confiner.rb
|
170
|
+
- lib/puppet/provider/sshkey/parsed.rb
|
171
|
+
- lib/puppet/provider/ssh_authorized_key/parsed.rb
|
172
|
+
- lib/puppet/relationship.rb
|
173
|
+
- lib/puppet/reports/store.rb
|
174
|
+
- lib/puppet/reports/log.rb
|
175
|
+
- lib/puppet/reports/tagmail.rb
|
176
|
+
- lib/puppet/reports/rrdgraph.rb
|
177
|
+
- lib/puppet/type.rb
|
178
|
+
- lib/puppet/parser/scope.rb
|
179
|
+
- lib/puppet/parser/compiler.rb
|
180
|
+
- lib/puppet/parser/resource/param.rb
|
181
|
+
- lib/puppet/parser/resource/reference.rb
|
182
|
+
- lib/puppet/parser/functions.rb
|
183
|
+
- lib/puppet/parser/lexer.rb
|
184
|
+
- lib/puppet/parser/ast/ifstatement.rb
|
185
|
+
- lib/puppet/parser/ast/comparison_operator.rb
|
186
|
+
- lib/puppet/parser/ast/casestatement.rb
|
187
|
+
- lib/puppet/parser/ast/tag.rb
|
188
|
+
- lib/puppet/parser/ast/branch.rb
|
189
|
+
- lib/puppet/parser/ast/else.rb
|
190
|
+
- lib/puppet/parser/ast/selector.rb
|
191
|
+
- lib/puppet/parser/ast/nop.rb
|
192
|
+
- lib/puppet/parser/ast/minus.rb
|
193
|
+
- lib/puppet/parser/ast/resourceparam.rb
|
194
|
+
- lib/puppet/parser/ast/resource.rb
|
195
|
+
- lib/puppet/parser/ast/hostclass.rb
|
196
|
+
- lib/puppet/parser/ast/node.rb
|
197
|
+
- lib/puppet/parser/ast/not.rb
|
198
|
+
- lib/puppet/parser/ast/resource_override.rb
|
199
|
+
- lib/puppet/parser/ast/vardef.rb
|
200
|
+
- lib/puppet/parser/ast/boolean_operator.rb
|
201
|
+
- lib/puppet/parser/ast/collection.rb
|
202
|
+
- lib/puppet/parser/ast/resource_reference.rb
|
203
|
+
- lib/puppet/parser/ast/astarray.rb
|
204
|
+
- lib/puppet/parser/ast/collexpr.rb
|
205
|
+
- lib/puppet/parser/ast/arithmetic_operator.rb
|
206
|
+
- lib/puppet/parser/ast/definition.rb
|
207
|
+
- lib/puppet/parser/ast/leaf.rb
|
208
|
+
- lib/puppet/parser/ast/caseopt.rb
|
209
|
+
- lib/puppet/parser/ast/function.rb
|
210
|
+
- lib/puppet/parser/ast/resource_defaults.rb
|
211
|
+
- lib/puppet/parser/resource.rb
|
212
|
+
- lib/puppet/parser/templatewrapper.rb
|
213
|
+
- lib/puppet/parser/parser.rb
|
214
|
+
- lib/puppet/parser/interpreter.rb
|
215
|
+
- lib/puppet/parser/ast.rb
|
216
|
+
- lib/puppet/parser/functions/defined.rb
|
217
|
+
- lib/puppet/parser/functions/versioncmp.rb
|
218
|
+
- lib/puppet/parser/functions/tag.rb
|
219
|
+
- lib/puppet/parser/functions/fqdn_rand.rb
|
220
|
+
- lib/puppet/parser/functions/file.rb
|
221
|
+
- lib/puppet/parser/functions/generate.rb
|
222
|
+
- lib/puppet/parser/functions/fail.rb
|
223
|
+
- lib/puppet/parser/functions/regsubst.rb
|
224
|
+
- lib/puppet/parser/functions/sprintf.rb
|
225
|
+
- lib/puppet/parser/functions/sha1.rb
|
226
|
+
- lib/puppet/parser/functions/realize.rb
|
227
|
+
- lib/puppet/parser/functions/template.rb
|
228
|
+
- lib/puppet/parser/functions/include.rb
|
229
|
+
- lib/puppet/parser/functions/inline_template.rb
|
230
|
+
- lib/puppet/parser/functions/tagged.rb
|
231
|
+
- lib/puppet/parser/functions/search.rb
|
232
|
+
- lib/puppet/parser/collector.rb
|
233
|
+
- lib/puppet/parser/parser_support.rb
|
234
|
+
- lib/puppet/checksum.rb
|
235
|
+
- lib/puppet/sslcertificates.rb
|
236
|
+
- lib/puppet/parameter.rb
|
237
|
+
- lib/puppet/file_serving.rb
|
238
|
+
- lib/puppet/daemon.rb
|
239
|
+
- lib/puppet/indirector.rb
|
240
|
+
- lib/puppet/metatype/manager.rb
|
241
|
+
- lib/puppet/node.rb
|
242
|
+
- lib/puppet/file_collection.rb
|
243
|
+
- lib/puppet/module.rb
|
244
|
+
- lib/puppet/provider.rb
|
245
|
+
- lib/puppet/sslcertificates/inventory.rb
|
265
246
|
- lib/puppet/sslcertificates/support.rb
|
266
247
|
- lib/puppet/sslcertificates/ca.rb
|
267
|
-
- lib/puppet/sslcertificates/inventory.rb
|
268
248
|
- lib/puppet/sslcertificates/certificate.rb
|
269
|
-
- lib/puppet/
|
270
|
-
- lib/puppet/
|
271
|
-
- lib/puppet/
|
272
|
-
- lib/puppet/
|
273
|
-
- lib/puppet/
|
274
|
-
- lib/puppet/
|
275
|
-
- lib/puppet/
|
276
|
-
- lib/puppet/
|
277
|
-
- lib/puppet/
|
278
|
-
- lib/puppet/
|
279
|
-
- lib/puppet/
|
280
|
-
- lib/puppet/
|
281
|
-
- lib/puppet/
|
282
|
-
- lib/puppet/
|
283
|
-
- lib/puppet/
|
284
|
-
- lib/puppet/
|
285
|
-
- lib/puppet/
|
286
|
-
- lib/puppet/
|
287
|
-
- lib/puppet/
|
288
|
-
- lib/puppet/util/classgen.rb
|
289
|
-
- lib/puppet/util/config_store.rb
|
290
|
-
- lib/puppet/util/errors.rb
|
291
|
-
- lib/puppet/util/fact_store.rb
|
292
|
-
- lib/puppet/util/instance_loader.rb
|
293
|
-
- lib/puppet/util/ldap.rb
|
294
|
-
- lib/puppet/util/log.rb
|
295
|
-
- lib/puppet/util/docs.rb
|
296
|
-
- lib/puppet/util/autoload.rb
|
297
|
-
- lib/puppet/util/warnings.rb
|
298
|
-
- lib/puppet/util/package.rb
|
299
|
-
- lib/puppet/util/selinux.rb
|
300
|
-
- lib/puppet/util/diff.rb
|
301
|
-
- lib/puppet/util/loadedfile.rb
|
302
|
-
- lib/puppet/util/resource_template.rb
|
303
|
-
- lib/puppet/util/subclass_loader.rb
|
304
|
-
- lib/puppet/util/settings.rb
|
305
|
-
- lib/puppet/util/logging.rb
|
306
|
-
- lib/puppet/util/storage.rb
|
307
|
-
- lib/puppet/util/log_paths.rb
|
308
|
-
- lib/puppet/util/ldap/manager.rb
|
309
|
-
- lib/puppet/util/ldap/connection.rb
|
310
|
-
- lib/puppet/util/ldap/generator.rb
|
311
|
-
- lib/puppet/util/nagios_maker.rb
|
312
|
-
- lib/puppet/util/file_locking.rb
|
313
|
-
- lib/puppet/util/metric.rb
|
314
|
-
- lib/puppet/util/fileparsing.rb
|
315
|
-
- lib/puppet/util/rdoc.rb
|
316
|
-
- lib/puppet/util/inifile.rb
|
317
|
-
- lib/puppet/util/suidmanager.rb
|
318
|
-
- lib/puppet/util/checksums.rb
|
319
|
-
- lib/puppet/util/provider_features.rb
|
320
|
-
- lib/puppet/util/uri_helper.rb
|
321
|
-
- lib/puppet/util/rails/collection_merger.rb
|
322
|
-
- lib/puppet/util/user_attr.rb
|
323
|
-
- lib/puppet/util/constant_inflector.rb
|
324
|
-
- lib/puppet/util/tagging.rb
|
325
|
-
- lib/puppet/util/execution.rb
|
326
|
-
- lib/puppet/dsl.rb
|
327
|
-
- lib/puppet/sslcertificates.rb
|
328
|
-
- lib/puppet/indirector/module_files.rb
|
329
|
-
- lib/puppet/indirector/terminus.rb
|
249
|
+
- lib/puppet/sslcertificates/monkey_patch.rb
|
250
|
+
- lib/puppet/file_collection/lookup.rb
|
251
|
+
- lib/puppet/defaults.rb
|
252
|
+
- lib/puppet/external/lock.rb
|
253
|
+
- lib/puppet/external/nagios.rb
|
254
|
+
- lib/puppet/external/event-loop/better-definers.rb
|
255
|
+
- lib/puppet/external/event-loop/event-loop.rb
|
256
|
+
- lib/puppet/external/event-loop/signal-system.rb
|
257
|
+
- lib/puppet/external/event-loop.rb
|
258
|
+
- lib/puppet/external/dot.rb
|
259
|
+
- lib/puppet/external/base64.rb
|
260
|
+
- lib/puppet/external/nagios/parser.rb
|
261
|
+
- lib/puppet/external/nagios/base.rb
|
262
|
+
- lib/puppet/resource_reference.rb
|
263
|
+
- lib/puppet/feature/rails.rb
|
264
|
+
- lib/puppet/feature/base.rb
|
265
|
+
- lib/puppet/network.rb
|
266
|
+
- lib/puppet/simple_graph.rb
|
267
|
+
- lib/puppet/indirector/node/ldap.rb
|
330
268
|
- lib/puppet/indirector/node/rest.rb
|
269
|
+
- lib/puppet/indirector/node/exec.rb
|
270
|
+
- lib/puppet/indirector/node/yaml.rb
|
331
271
|
- lib/puppet/indirector/node/memory.rb
|
332
|
-
- lib/puppet/indirector/node/ldap.rb
|
333
272
|
- lib/puppet/indirector/node/plain.rb
|
334
|
-
- lib/puppet/indirector/node/yaml.rb
|
335
|
-
- lib/puppet/indirector/node/exec.rb
|
336
|
-
- lib/puppet/indirector/rest.rb
|
337
273
|
- lib/puppet/indirector/file_metadata.rb
|
338
|
-
- lib/puppet/indirector/
|
274
|
+
- lib/puppet/indirector/ssl_rsa.rb
|
275
|
+
- lib/puppet/indirector/ldap.rb
|
276
|
+
- lib/puppet/indirector/code.rb
|
277
|
+
- lib/puppet/indirector/rest.rb
|
278
|
+
- lib/puppet/indirector/indirection.rb
|
279
|
+
- lib/puppet/indirector/catalog/compiler.rb
|
280
|
+
- lib/puppet/indirector/catalog/yaml.rb
|
339
281
|
- lib/puppet/indirector/file_content/rest.rb
|
340
282
|
- lib/puppet/indirector/file_content/file.rb
|
341
|
-
- lib/puppet/indirector/file_content/file_server.rb
|
342
283
|
- lib/puppet/indirector/file_content/modules.rb
|
343
|
-
- lib/puppet/indirector/
|
344
|
-
- lib/puppet/indirector/
|
345
|
-
- lib/puppet/indirector/
|
284
|
+
- lib/puppet/indirector/file_content/file_server.rb
|
285
|
+
- lib/puppet/indirector/file.rb
|
286
|
+
- lib/puppet/indirector/file_content.rb
|
287
|
+
- lib/puppet/indirector/exec.rb
|
288
|
+
- lib/puppet/indirector/envelope.rb
|
289
|
+
- lib/puppet/indirector/facts/facter.rb
|
290
|
+
- lib/puppet/indirector/facts/yaml.rb
|
291
|
+
- lib/puppet/indirector/facts/memory.rb
|
292
|
+
- lib/puppet/indirector/module_files.rb
|
346
293
|
- lib/puppet/indirector/checksum/file.rb
|
347
|
-
- lib/puppet/indirector/file_server.rb
|
348
|
-
- lib/puppet/indirector/memory.rb
|
349
294
|
- lib/puppet/indirector/request.rb
|
295
|
+
- lib/puppet/indirector/yaml.rb
|
296
|
+
- lib/puppet/indirector/memory.rb
|
297
|
+
- lib/puppet/indirector/file_server.rb
|
298
|
+
- lib/puppet/indirector/ssl_rsa/file.rb
|
299
|
+
- lib/puppet/indirector/plain.rb
|
300
|
+
- lib/puppet/indirector/terminus.rb
|
301
|
+
- lib/puppet/indirector/direct_file_server.rb
|
302
|
+
- lib/puppet/indirector/report/processor.rb
|
350
303
|
- lib/puppet/indirector/file_metadata/rest.rb
|
351
304
|
- lib/puppet/indirector/file_metadata/file.rb
|
352
|
-
- lib/puppet/indirector/file_metadata/file_server.rb
|
353
305
|
- lib/puppet/indirector/file_metadata/modules.rb
|
354
|
-
- lib/puppet/indirector/
|
355
|
-
- lib/puppet/
|
356
|
-
- lib/puppet/
|
357
|
-
- lib/puppet/
|
358
|
-
- lib/puppet/
|
359
|
-
- lib/puppet/
|
360
|
-
- lib/puppet/
|
361
|
-
- lib/puppet/
|
362
|
-
- lib/puppet/
|
363
|
-
- lib/puppet/
|
364
|
-
- lib/puppet/
|
365
|
-
- lib/puppet/
|
366
|
-
- lib/puppet/
|
367
|
-
- lib/puppet/
|
368
|
-
- lib/puppet/
|
369
|
-
- lib/puppet/
|
306
|
+
- lib/puppet/indirector/file_metadata/file_server.rb
|
307
|
+
- lib/puppet/executables/client/certhandler.rb
|
308
|
+
- lib/puppet/property.rb
|
309
|
+
- lib/puppet/reference/report.rb
|
310
|
+
- lib/puppet/reference/configuration.rb
|
311
|
+
- lib/puppet/reference/type.rb
|
312
|
+
- lib/puppet/reference/indirection.rb
|
313
|
+
- lib/puppet/reference/providers.rb
|
314
|
+
- lib/puppet/reference/network.rb
|
315
|
+
- lib/puppet/reference/function.rb
|
316
|
+
- lib/puppet/transaction/report.rb
|
317
|
+
- lib/puppet/transaction/event.rb
|
318
|
+
- lib/puppet/transaction/change.rb
|
319
|
+
- lib/puppet/type/mount.rb
|
320
|
+
- lib/puppet/type/augeas.rb
|
321
|
+
- lib/puppet/type/nagios_command.rb
|
322
|
+
- lib/puppet/type/service.rb
|
323
|
+
- lib/puppet/type/port.rb
|
324
|
+
- lib/puppet/type/selmodule.rb
|
325
|
+
- lib/puppet/type/zpool.rb
|
326
|
+
- lib/puppet/type/yumrepo.rb
|
327
|
+
- lib/puppet/type/resources.rb
|
328
|
+
- lib/puppet/type/schedule.rb
|
329
|
+
- lib/puppet/type/nagios_timeperiod.rb
|
330
|
+
- lib/puppet/type/nagios_service.rb
|
331
|
+
- lib/puppet/type/notify.rb
|
332
|
+
- lib/puppet/type/nagios_contact.rb
|
333
|
+
- lib/puppet/type/file.rb
|
334
|
+
- lib/puppet/type/nagios_serviceextinfo.rb
|
335
|
+
- lib/puppet/type/nagios_hostgroup.rb
|
336
|
+
- lib/puppet/type/exec.rb
|
337
|
+
- lib/puppet/type/nagios_servicedependency.rb
|
338
|
+
- lib/puppet/type/group.rb
|
339
|
+
- lib/puppet/type/component.rb
|
340
|
+
- lib/puppet/type/sshkey.rb
|
341
|
+
- lib/puppet/type/package.rb
|
342
|
+
- lib/puppet/type/selboolean.rb
|
343
|
+
- lib/puppet/type/k5login.rb
|
344
|
+
- lib/puppet/type/ssh_authorized_key.rb
|
345
|
+
- lib/puppet/type/file/selcontext.rb
|
346
|
+
- lib/puppet/type/file/ensure.rb
|
347
|
+
- lib/puppet/type/file/content.rb
|
348
|
+
- lib/puppet/type/file/type.rb
|
349
|
+
- lib/puppet/type/file/checksum.rb
|
350
|
+
- lib/puppet/type/file/group.rb
|
351
|
+
- lib/puppet/type/file/target.rb
|
352
|
+
- lib/puppet/type/file/mode.rb
|
353
|
+
- lib/puppet/type/file/owner.rb
|
354
|
+
- lib/puppet/type/file/source.rb
|
355
|
+
- lib/puppet/type/zfs.rb
|
356
|
+
- lib/puppet/type/nagios_hostextinfo.rb
|
357
|
+
- lib/puppet/type/filebucket.rb
|
358
|
+
- lib/puppet/type/maillist.rb
|
359
|
+
- lib/puppet/type/nagios_hostdependency.rb
|
360
|
+
- lib/puppet/type/computer.rb
|
361
|
+
- lib/puppet/type/mcx.rb
|
362
|
+
- lib/puppet/type/user.rb
|
363
|
+
- lib/puppet/type/tidy.rb
|
364
|
+
- lib/puppet/type/nagios_contactgroup.rb
|
365
|
+
- lib/puppet/type/nagios_servicegroup.rb
|
366
|
+
- lib/puppet/type/host.rb
|
367
|
+
- lib/puppet/type/nagios_hostescalation.rb
|
368
|
+
- lib/puppet/type/mailalias.rb
|
369
|
+
- lib/puppet/type/zone.rb
|
370
|
+
- lib/puppet/type/nagios_host.rb
|
371
|
+
- lib/puppet/type/nagios_serviceescalation.rb
|
372
|
+
- lib/puppet/type/cron.rb
|
373
|
+
- lib/puppet/type/macauthorization.rb
|
374
|
+
- lib/puppet/util/uri_helper.rb
|
375
|
+
- lib/puppet/util/pidlock.rb
|
376
|
+
- lib/puppet/util/execution.rb
|
377
|
+
- lib/puppet/util/ldap/generator.rb
|
378
|
+
- lib/puppet/util/ldap/connection.rb
|
379
|
+
- lib/puppet/util/ldap/manager.rb
|
380
|
+
- lib/puppet/util/selinux.rb
|
381
|
+
- lib/puppet/util/fileparsing.rb
|
382
|
+
- lib/puppet/util/instance_loader.rb
|
383
|
+
- lib/puppet/util/nagios_maker.rb
|
384
|
+
- lib/puppet/util/ldap.rb
|
385
|
+
- lib/puppet/util/posix.rb
|
386
|
+
- lib/puppet/util/classgen.rb
|
387
|
+
- lib/puppet/util/log.rb
|
388
|
+
- lib/puppet/util/log_paths.rb
|
389
|
+
- lib/puppet/util/inifile.rb
|
390
|
+
- lib/puppet/util/tagging.rb
|
391
|
+
- lib/puppet/util/filetype.rb
|
392
|
+
- lib/puppet/util/warnings.rb
|
393
|
+
- lib/puppet/util/errors.rb
|
394
|
+
- lib/puppet/util/rdoc.rb
|
395
|
+
- lib/puppet/util/package.rb
|
396
|
+
- lib/puppet/util/user_attr.rb
|
397
|
+
- lib/puppet/util/docs.rb
|
398
|
+
- lib/puppet/util/resource_template.rb
|
399
|
+
- lib/puppet/util/storage.rb
|
400
|
+
- lib/puppet/util/provider_features.rb
|
401
|
+
- lib/puppet/util/autoload.rb
|
402
|
+
- lib/puppet/util/metric.rb
|
403
|
+
- lib/puppet/util/graph.rb
|
404
|
+
- lib/puppet/util/rdoc/code_objects.rb
|
405
|
+
- lib/puppet/util/rdoc/parser.rb
|
406
|
+
- lib/puppet/util/rdoc/generators/puppet_generator.rb
|
407
|
+
- lib/puppet/util/rdoc/generators/template/puppet/puppet.rb
|
408
|
+
- lib/puppet/util/feature.rb
|
409
|
+
- lib/puppet/util/suidmanager.rb
|
410
|
+
- lib/puppet/util/methodhelper.rb
|
411
|
+
- lib/puppet/util/subclass_loader.rb
|
412
|
+
- lib/puppet/util/logging.rb
|
413
|
+
- lib/puppet/util/checksums.rb
|
414
|
+
- lib/puppet/util/reference.rb
|
415
|
+
- lib/puppet/util/file_locking.rb
|
416
|
+
- lib/puppet/util/constant_inflector.rb
|
417
|
+
- lib/puppet/util/diff.rb
|
418
|
+
- lib/puppet/util/fact_store.rb
|
419
|
+
- lib/puppet/util/config_store.rb
|
420
|
+
- lib/puppet/util/loadedfile.rb
|
421
|
+
- lib/puppet/util/metaid.rb
|
422
|
+
- lib/puppet/util/rails/reference_serializer.rb
|
423
|
+
- lib/puppet/util/rails/collection_merger.rb
|
424
|
+
- lib/puppet/util/settings.rb
|
370
425
|
- lib/puppet/transaction.rb
|
371
|
-
- lib/puppet/
|
372
|
-
- lib/puppet/
|
373
|
-
- lib/puppet/
|
374
|
-
- lib/puppet/rails/param_value.rb
|
375
|
-
- lib/puppet/rails/puppet_tag.rb
|
376
|
-
- lib/puppet/rails/resource_tag.rb
|
426
|
+
- lib/puppet/dsl.rb
|
427
|
+
- lib/puppet/pgraph.rb
|
428
|
+
- lib/puppet/util.rb
|
377
429
|
- lib/puppet/rails/resource.rb
|
378
|
-
- lib/puppet/rails/database/schema.rb
|
379
|
-
- lib/puppet/rails/database/002_remove_duplicated_index_on_all_tables.rb
|
380
|
-
- lib/puppet/rails/database/001_add_created_at_to_all_tables.rb
|
381
|
-
- lib/puppet/rails/database/003_add_environment_to_host.rb
|
382
430
|
- lib/puppet/rails/fact_name.rb
|
431
|
+
- lib/puppet/rails/puppet_tag.rb
|
383
432
|
- lib/puppet/rails/source_file.rb
|
384
|
-
- lib/puppet/
|
385
|
-
- lib/puppet/
|
386
|
-
- lib/puppet/
|
433
|
+
- lib/puppet/rails/resource_tag.rb
|
434
|
+
- lib/puppet/rails/fact_value.rb
|
435
|
+
- lib/puppet/rails/param_value.rb
|
436
|
+
- lib/puppet/rails/host.rb
|
437
|
+
- lib/puppet/rails/param_name.rb
|
438
|
+
- lib/puppet/rails/database/003_add_environment_to_host.rb
|
439
|
+
- lib/puppet/rails/database/001_add_created_at_to_all_tables.rb
|
440
|
+
- lib/puppet/rails/database/002_remove_duplicated_index_on_all_tables.rb
|
441
|
+
- lib/puppet/rails/database/schema.rb
|
387
442
|
- lib/puppet/file_serving/configuration/parser.rb
|
388
|
-
- lib/puppet/file_serving/configuration.rb
|
389
443
|
- lib/puppet/file_serving/mount.rb
|
390
|
-
- lib/puppet/file_serving/
|
391
|
-
- lib/puppet/file_serving/metadata.rb
|
444
|
+
- lib/puppet/file_serving/configuration.rb
|
392
445
|
- lib/puppet/file_serving/content.rb
|
393
|
-
- lib/puppet/
|
394
|
-
- lib/puppet/
|
395
|
-
- lib/puppet/file_serving.rb
|
396
|
-
- lib/puppet/
|
397
|
-
- lib/puppet/
|
398
|
-
- lib/puppet/
|
399
|
-
- lib/puppet/
|
400
|
-
- lib/puppet/rails.rb
|
401
|
-
- lib/puppet/parser/ast.rb
|
402
|
-
- lib/puppet/parser/interpreter.rb
|
403
|
-
- lib/puppet/parser/lexer.rb
|
404
|
-
- lib/puppet/parser/scope.rb
|
405
|
-
- lib/puppet/parser/functions/generate.rb
|
406
|
-
- lib/puppet/parser/functions/fqdn_rand.rb
|
407
|
-
- lib/puppet/parser/functions/tag.rb
|
408
|
-
- lib/puppet/parser/functions/file.rb
|
409
|
-
- lib/puppet/parser/functions/tagged.rb
|
410
|
-
- lib/puppet/parser/functions/defined.rb
|
411
|
-
- lib/puppet/parser/functions/include.rb
|
412
|
-
- lib/puppet/parser/functions/template.rb
|
413
|
-
- lib/puppet/parser/functions/fail.rb
|
414
|
-
- lib/puppet/parser/functions/search.rb
|
415
|
-
- lib/puppet/parser/functions/inline_template.rb
|
416
|
-
- lib/puppet/parser/functions/sha1.rb
|
417
|
-
- lib/puppet/parser/functions/realize.rb
|
418
|
-
- lib/puppet/parser/parser_support.rb
|
419
|
-
- lib/puppet/parser/parser.rb
|
420
|
-
- lib/puppet/parser/resource/reference.rb
|
421
|
-
- lib/puppet/parser/resource/param.rb
|
422
|
-
- lib/puppet/parser/functions.rb
|
423
|
-
- lib/puppet/parser/templatewrapper.rb
|
424
|
-
- lib/puppet/parser/resource.rb
|
425
|
-
- lib/puppet/parser/ast/function.rb
|
426
|
-
- lib/puppet/parser/ast/definition.rb
|
427
|
-
- lib/puppet/parser/ast/tag.rb
|
428
|
-
- lib/puppet/parser/ast/vardef.rb
|
429
|
-
- lib/puppet/parser/ast/resourceparam.rb
|
430
|
-
- lib/puppet/parser/ast/leaf.rb
|
431
|
-
- lib/puppet/parser/ast/else.rb
|
432
|
-
- lib/puppet/parser/ast/node.rb
|
433
|
-
- lib/puppet/parser/ast/collection.rb
|
434
|
-
- lib/puppet/parser/ast/branch.rb
|
435
|
-
- lib/puppet/parser/ast/ifstatement.rb
|
436
|
-
- lib/puppet/parser/ast/selector.rb
|
437
|
-
- lib/puppet/parser/ast/nop.rb
|
438
|
-
- lib/puppet/parser/ast/comparison_operator.rb
|
439
|
-
- lib/puppet/parser/ast/casestatement.rb
|
440
|
-
- lib/puppet/parser/ast/not.rb
|
441
|
-
- lib/puppet/parser/ast/boolean_operator.rb
|
442
|
-
- lib/puppet/parser/ast/resource.rb
|
443
|
-
- lib/puppet/parser/ast/astarray.rb
|
444
|
-
- lib/puppet/parser/ast/collexpr.rb
|
445
|
-
- lib/puppet/parser/ast/minus.rb
|
446
|
-
- lib/puppet/parser/ast/caseopt.rb
|
447
|
-
- lib/puppet/parser/ast/hostclass.rb
|
448
|
-
- lib/puppet/parser/ast/arithmetic_operator.rb
|
449
|
-
- lib/puppet/parser/ast/resource_defaults.rb
|
450
|
-
- lib/puppet/parser/ast/resource_reference.rb
|
451
|
-
- lib/puppet/parser/ast/resource_override.rb
|
452
|
-
- lib/puppet/parser/collector.rb
|
453
|
-
- lib/puppet/parser/compiler.rb
|
446
|
+
- lib/puppet/file_serving/metadata.rb
|
447
|
+
- lib/puppet/file_serving/terminus_helper.rb
|
448
|
+
- lib/puppet/file_serving/fileset.rb
|
449
|
+
- lib/puppet/file_serving/indirection_hooks.rb
|
450
|
+
- lib/puppet/file_serving/file_base.rb
|
451
|
+
- lib/puppet/reports.rb
|
452
|
+
- lib/puppet/config_stores/rest.rb
|
454
453
|
- lib/puppet/provider/package/yumhelper.py
|
454
|
+
- test/test
|
455
|
+
- test/puppet
|
456
|
+
- test/puppet/errortest.rb
|
457
|
+
- test/puppet/tc_suidmanager.rb
|
458
|
+
- test/puppet/conffiles.rb
|
459
|
+
- test/puppet/defaults.rb
|
460
|
+
- test/network
|
461
|
+
- test/network/client
|
462
|
+
- test/network/client/master.rb
|
463
|
+
- test/network/client/resource.rb
|
464
|
+
- test/network/client/dipper.rb
|
465
|
+
- test/network/client/client.rb
|
466
|
+
- test/network/client/ca.rb
|
467
|
+
- test/network/authstore.rb
|
468
|
+
- test/network/daemon.rb
|
469
|
+
- test/network/rights.rb
|
470
|
+
- test/network/authorization.rb
|
471
|
+
- test/network/server
|
472
|
+
- test/network/server/mongrel_test.rb
|
473
|
+
- test/network/server/webrick.rb
|
474
|
+
- test/network/xmlrpc
|
475
|
+
- test/network/xmlrpc/processor.rb
|
476
|
+
- test/network/xmlrpc/server.rb
|
477
|
+
- test/network/xmlrpc/client.rb
|
478
|
+
- test/network/xmlrpc/webrick_servlet.rb
|
479
|
+
- test/network/client_request.rb
|
480
|
+
- test/network/authconfig.rb
|
481
|
+
- test/network/handler
|
482
|
+
- test/network/handler/report.rb
|
483
|
+
- test/network/handler/bucket.rb
|
484
|
+
- test/network/handler/master.rb
|
485
|
+
- test/network/handler/resource.rb
|
486
|
+
- test/network/handler/fileserver.rb
|
487
|
+
- test/network/handler/ca.rb
|
488
|
+
- test/network/handler/handler.rb
|
489
|
+
- test/network/handler/runner.rb
|
490
|
+
- test/README
|
491
|
+
- test/ral
|
492
|
+
- test/ral/providers
|
493
|
+
- test/ral/providers/user
|
494
|
+
- test/ral/providers/user/useradd.rb
|
495
|
+
- test/ral/providers/mount
|
496
|
+
- test/ral/providers/mount/netinfo.rb
|
497
|
+
- test/ral/providers/package
|
498
|
+
- test/ral/providers/package/aptrpm.rb
|
499
|
+
- test/ral/providers/package/aptitude.rb
|
500
|
+
- test/ral/providers/cron
|
501
|
+
- test/ral/providers/cron/crontab.rb
|
502
|
+
- test/ral/providers/port
|
503
|
+
- test/ral/providers/port/parsed.rb
|
504
|
+
- test/ral/providers/provider.rb
|
505
|
+
- test/ral/providers/group.rb
|
506
|
+
- test/ral/providers/mailalias
|
507
|
+
- test/ral/providers/mailalias/aliases.rb
|
508
|
+
- test/ral/providers/package.rb
|
509
|
+
- test/ral/providers/host
|
510
|
+
- test/ral/providers/host/parsed.rb
|
511
|
+
- test/ral/providers/host/netinfo.rb
|
512
|
+
- test/ral/providers/nameservice.rb
|
513
|
+
- test/ral/providers/parsedfile.rb
|
514
|
+
- test/ral/providers/user.rb
|
515
|
+
- test/ral/providers/service
|
516
|
+
- test/ral/providers/service/debian.rb
|
517
|
+
- test/ral/providers/service/base.rb
|
518
|
+
- test/ral/providers/sshkey
|
519
|
+
- test/ral/providers/sshkey/parsed.rb
|
520
|
+
- test/ral/type
|
521
|
+
- test/ral/type/service.rb
|
522
|
+
- test/ral/type/port.rb
|
523
|
+
- test/ral/type/yumrepo.rb
|
524
|
+
- test/ral/type/resources.rb
|
525
|
+
- test/ral/type/basic.rb
|
526
|
+
- test/ral/type/parameter.rb
|
527
|
+
- test/ral/type/file.rb
|
528
|
+
- test/ral/type/exec.rb
|
529
|
+
- test/ral/type/filesources.rb
|
530
|
+
- test/ral/type/group.rb
|
531
|
+
- test/ral/type/sshkey.rb
|
532
|
+
- test/ral/type/file
|
533
|
+
- test/ral/type/file/target.rb
|
534
|
+
- test/ral/type/filebucket.rb
|
535
|
+
- test/ral/type/property.rb
|
536
|
+
- test/ral/type/user.rb
|
537
|
+
- test/ral/type/tidy.rb
|
538
|
+
- test/ral/type/host.rb
|
539
|
+
- test/ral/type/fileignoresource.rb
|
540
|
+
- test/ral/type/mailalias.rb
|
541
|
+
- test/ral/type/zone.rb
|
542
|
+
- test/ral/type/cron.rb
|
543
|
+
- test/ral/manager
|
544
|
+
- test/ral/manager/instances.rb
|
545
|
+
- test/ral/manager/type.rb
|
546
|
+
- test/ral/manager/provider.rb
|
547
|
+
- test/ral/manager/attributes.rb
|
548
|
+
- test/ral/manager/manager.rb
|
549
|
+
- test/language
|
550
|
+
- test/language/scope.rb
|
551
|
+
- test/language/transportable.rb
|
552
|
+
- test/language/snippets.rb
|
553
|
+
- test/language/functions.rb
|
554
|
+
- test/language/ast
|
555
|
+
- test/language/ast/casestatement.rb
|
556
|
+
- test/language/ast/selector.rb
|
557
|
+
- test/language/ast/resource.rb
|
558
|
+
- test/language/ast/variable.rb
|
559
|
+
- test/language/ast/resource_reference.rb
|
560
|
+
- test/language/resource.rb
|
561
|
+
- test/language/parser.rb
|
562
|
+
- test/language/ast.rb
|
563
|
+
- test/executables
|
564
|
+
- test/executables/puppetmasterd.rb
|
565
|
+
- test/executables/puppetd.rb
|
566
|
+
- test/executables/puppetca.rb
|
567
|
+
- test/executables/filebucket.rb
|
568
|
+
- test/executables/puppetbin.rb
|
569
|
+
- test/executables/puppetmodule.rb
|
570
|
+
- test/lib
|
571
|
+
- test/lib/puppettest
|
572
|
+
- test/lib/puppettest/servertest.rb
|
573
|
+
- test/lib/puppettest/support
|
574
|
+
- test/lib/puppettest/support/resources.rb
|
575
|
+
- test/lib/puppettest/support/assertions.rb
|
576
|
+
- test/lib/puppettest/support/collection.rb
|
577
|
+
- test/lib/puppettest/support/utils.rb
|
578
|
+
- test/lib/puppettest/support/helpers.rb
|
579
|
+
- test/lib/puppettest/fileparsing.rb
|
580
|
+
- test/lib/puppettest/support.rb
|
581
|
+
- test/lib/puppettest/testcase.rb
|
582
|
+
- test/lib/puppettest/resourcetesting.rb
|
583
|
+
- test/lib/puppettest/exetest.rb
|
584
|
+
- test/lib/puppettest/filetesting.rb
|
585
|
+
- test/lib/puppettest/runnable_test.rb
|
586
|
+
- test/lib/puppettest/railstesting.rb
|
587
|
+
- test/lib/puppettest/reporttesting.rb
|
588
|
+
- test/lib/puppettest/certificates.rb
|
589
|
+
- test/lib/puppettest/fakes.rb
|
590
|
+
- test/lib/puppettest/parsertesting.rb
|
591
|
+
- test/lib/puppettest.rb
|
592
|
+
- test/lib/stubba.rb
|
593
|
+
- test/lib/rake
|
594
|
+
- test/lib/rake/puppet_test_loader.rb
|
595
|
+
- test/lib/rake/puppet_testtask.rb
|
596
|
+
- test/lib/mocha_standalone.rb
|
455
597
|
- test/data
|
456
598
|
- test/data/providers
|
457
599
|
- test/data/providers/package
|
458
600
|
- test/data/providers/package/testpackages.yaml
|
459
|
-
- test/data/providers/ssh_authorized_key
|
460
|
-
- test/data/providers/ssh_authorized_key/parsed
|
461
|
-
- test/data/providers/ssh_authorized_key/parsed/authorized_keys
|
462
|
-
- test/data/providers/ssh_authorized_key/parsed/authorized_keys1
|
463
601
|
- test/data/providers/cron
|
464
|
-
- test/data/providers/cron/crontab.envNcomment
|
465
|
-
- test/data/providers/cron/crontab.multirecords
|
466
|
-
- test/data/providers/cron/crontab.envNname
|
467
|
-
- test/data/providers/cron/crontab_sample_records.yaml
|
468
|
-
- test/data/providers/cron/crontab_multiple_with_env.yaml
|
469
|
-
- test/data/providers/cron/crontab_collections.yaml
|
470
602
|
- test/data/providers/cron/examples
|
471
603
|
- test/data/providers/cron/examples/one
|
472
604
|
- test/data/providers/cron/examples/openbsd
|
473
605
|
- test/data/providers/cron/examples/freebsd
|
606
|
+
- test/data/providers/cron/crontab.envNcomment
|
474
607
|
- test/data/providers/cron/crontab.allthree
|
608
|
+
- test/data/providers/cron/crontab_multiple_with_env.yaml
|
609
|
+
- test/data/providers/cron/crontab_sample_records.yaml
|
610
|
+
- test/data/providers/cron/crontab.multirecords
|
611
|
+
- test/data/providers/cron/crontab_collections.yaml
|
612
|
+
- test/data/providers/cron/crontab.envNname
|
613
|
+
- test/data/providers/ssh_authorized_key
|
614
|
+
- test/data/providers/ssh_authorized_key/parsed
|
615
|
+
- test/data/providers/ssh_authorized_key/parsed/authorized_keys
|
616
|
+
- test/data/providers/ssh_authorized_key/parsed/authorized_keys1
|
617
|
+
- test/data/snippets
|
618
|
+
- test/data/snippets/multilinecomments.pp
|
619
|
+
- test/data/snippets/append.pp
|
620
|
+
- test/data/snippets/emptyclass.pp
|
621
|
+
- test/data/snippets/fqparents.pp
|
622
|
+
- test/data/snippets/implicititeration
|
623
|
+
- test/data/snippets/casestatement.pp
|
624
|
+
- test/data/snippets/fqdefinition.pp
|
625
|
+
- test/data/snippets/classincludes.pp
|
626
|
+
- test/data/snippets/emptyexec.pp
|
627
|
+
- test/data/snippets/collection_within_virtual_definitions.pp
|
628
|
+
- test/data/snippets/namevartest
|
629
|
+
- test/data/snippets/singleary.pp
|
630
|
+
- test/data/snippets/componentmetaparams.pp
|
631
|
+
- test/data/snippets/singleselector.pp
|
632
|
+
- test/data/snippets/componentrequire.pp
|
633
|
+
- test/data/snippets/funccomma.pp
|
634
|
+
- test/data/snippets/falsevalues.pp
|
635
|
+
- test/data/snippets/selectorvalues.pp
|
636
|
+
- test/data/snippets/aliastest.pp
|
637
|
+
- test/data/snippets/simpleselector
|
638
|
+
- test/data/snippets/classheirarchy.pp
|
639
|
+
- test/data/snippets/deepclassheirarchy.pp
|
640
|
+
- test/data/snippets/scopetest
|
641
|
+
- test/data/snippets/tag.pp
|
642
|
+
- test/data/snippets/ifexpression.rb
|
643
|
+
- test/data/snippets/arraytrailingcomma.pp
|
644
|
+
- test/data/snippets/singlequote.pp
|
645
|
+
- test/data/snippets/simpledefaults
|
646
|
+
- test/data/snippets/arithmetic_expression.pp
|
647
|
+
- test/data/snippets/defineoverrides.pp
|
648
|
+
- test/data/snippets/tagged.pp
|
649
|
+
- test/data/snippets/filecreate
|
650
|
+
- test/data/snippets/multipleinstances
|
651
|
+
- test/data/snippets/argumentdefaults
|
652
|
+
- test/data/snippets/subclass_name_duplication.pp
|
653
|
+
- test/data/snippets/classpathtest
|
654
|
+
- test/data/snippets/multipleclass.pp
|
655
|
+
- test/data/snippets/emptyifelse.pp
|
656
|
+
- test/data/snippets/multisubs.pp
|
657
|
+
- test/data/snippets/virtualresources.pp
|
658
|
+
- test/data/snippets/collection.pp
|
659
|
+
- test/data/reports
|
660
|
+
- test/data/reports/tagmail_passers.conf
|
661
|
+
- test/data/reports/tagmail_failers.conf
|
662
|
+
- test/data/reports/1.yaml
|
663
|
+
- test/data/reports/2.yaml
|
475
664
|
- test/data/types
|
665
|
+
- test/data/types/mount
|
666
|
+
- test/data/types/mount/freebsd.fstab
|
667
|
+
- test/data/types/mount/linux.fstab
|
668
|
+
- test/data/types/mount/solaris.fstab
|
476
669
|
- test/data/types/hosts
|
477
670
|
- test/data/types/hosts/2
|
478
671
|
- test/data/types/hosts/solaris
|
479
672
|
- test/data/types/hosts/1
|
480
673
|
- test/data/types/port
|
481
|
-
- test/data/types/port/darwin
|
482
674
|
- test/data/types/port/1
|
675
|
+
- test/data/types/port/darwin
|
676
|
+
- test/data/types/mailalias
|
677
|
+
- test/data/types/mailalias/file1
|
678
|
+
- test/data/types/sshkey
|
679
|
+
- test/data/types/sshkey/1
|
483
680
|
- test/data/types/yumrepos
|
484
681
|
- test/data/types/yumrepos/fedora-devel.repo
|
485
682
|
- test/data/types/yumrepos/fedora.repo
|
486
|
-
- test/data/types/sshkey
|
487
|
-
- test/data/types/sshkey/1
|
488
683
|
- test/data/types/ssh_authorized_key
|
489
684
|
- test/data/types/ssh_authorized_key/1
|
490
|
-
- test/data/types/mailalias
|
491
|
-
- test/data/types/mailalias/file1
|
492
|
-
- test/data/types/mount
|
493
|
-
- test/data/types/mount/solaris.fstab
|
494
|
-
- test/data/types/mount/freebsd.fstab
|
495
|
-
- test/data/types/mount/linux.fstab
|
496
|
-
- test/data/reports
|
497
|
-
- test/data/reports/1.yaml
|
498
|
-
- test/data/reports/2.yaml
|
499
|
-
- test/data/reports/tagmail_failers.conf
|
500
|
-
- test/data/reports/tagmail_passers.conf
|
501
685
|
- test/data/failers
|
502
686
|
- test/data/failers/badclassparam
|
503
|
-
- test/data/failers/
|
687
|
+
- test/data/failers/badclassnoparam
|
504
688
|
- test/data/failers/noobjectrvalue
|
505
|
-
- test/data/failers/
|
689
|
+
- test/data/failers/badcompparam
|
506
690
|
- test/data/failers/badtypeparam
|
507
|
-
- test/data/failers/
|
508
|
-
- test/data/snippets
|
509
|
-
- test/data/snippets/ifexpression.rb
|
510
|
-
- test/data/snippets/selectorvalues.pp
|
511
|
-
- test/data/snippets/subclass_name_duplication.pp
|
512
|
-
- test/data/snippets/multilinecomments.pp
|
513
|
-
- test/data/snippets/componentmetaparams.pp
|
514
|
-
- test/data/snippets/casestatement.pp
|
515
|
-
- test/data/snippets/tag.pp
|
516
|
-
- test/data/snippets/multisubs.pp
|
517
|
-
- test/data/snippets/deepclassheirarchy.pp
|
518
|
-
- test/data/snippets/componentrequire.pp
|
519
|
-
- test/data/snippets/filecreate
|
520
|
-
- test/data/snippets/funccomma.pp
|
521
|
-
- test/data/snippets/argumentdefaults
|
522
|
-
- test/data/snippets/singlequote.pp
|
523
|
-
- test/data/snippets/fqdefinition.pp
|
524
|
-
- test/data/snippets/aliastest.pp
|
525
|
-
- test/data/snippets/append.pp
|
526
|
-
- test/data/snippets/singleary.pp
|
527
|
-
- test/data/snippets/emptyifelse.pp
|
528
|
-
- test/data/snippets/multipleclass.pp
|
529
|
-
- test/data/snippets/classpathtest
|
530
|
-
- test/data/snippets/simpleselector
|
531
|
-
- test/data/snippets/fqparents.pp
|
532
|
-
- test/data/snippets/falsevalues.pp
|
533
|
-
- test/data/snippets/emptyclass.pp
|
534
|
-
- test/data/snippets/collection_within_virtual_definitions.pp
|
535
|
-
- test/data/snippets/emptyexec.pp
|
536
|
-
- test/data/snippets/namevartest
|
537
|
-
- test/data/snippets/arithmetic_expression.pp
|
538
|
-
- test/data/snippets/simpledefaults
|
539
|
-
- test/data/snippets/multipleinstances
|
540
|
-
- test/data/snippets/collection.pp
|
541
|
-
- test/data/snippets/scopetest
|
542
|
-
- test/data/snippets/implicititeration
|
543
|
-
- test/data/snippets/virtualresources.pp
|
544
|
-
- test/data/snippets/classheirarchy.pp
|
545
|
-
- test/data/snippets/arraytrailingcomma.pp
|
546
|
-
- test/data/snippets/tagged.pp
|
547
|
-
- test/data/snippets/singleselector.pp
|
548
|
-
- test/data/snippets/defineoverrides.pp
|
549
|
-
- test/data/snippets/classincludes.pp
|
550
|
-
- test/ral
|
551
|
-
- test/ral/providers
|
552
|
-
- test/ral/providers/group.rb
|
553
|
-
- test/ral/providers/port
|
554
|
-
- test/ral/providers/port/parsed.rb
|
555
|
-
- test/ral/providers/package
|
556
|
-
- test/ral/providers/package/aptitude.rb
|
557
|
-
- test/ral/providers/package/aptrpm.rb
|
558
|
-
- test/ral/providers/host
|
559
|
-
- test/ral/providers/host/parsed.rb
|
560
|
-
- test/ral/providers/host/netinfo.rb
|
561
|
-
- test/ral/providers/sshkey
|
562
|
-
- test/ral/providers/sshkey/parsed.rb
|
563
|
-
- test/ral/providers/user.rb
|
564
|
-
- test/ral/providers/nameservice.rb
|
565
|
-
- test/ral/providers/package.rb
|
566
|
-
- test/ral/providers/service
|
567
|
-
- test/ral/providers/service/base.rb
|
568
|
-
- test/ral/providers/service/debian.rb
|
569
|
-
- test/ral/providers/mailalias
|
570
|
-
- test/ral/providers/mailalias/aliases.rb
|
571
|
-
- test/ral/providers/user
|
572
|
-
- test/ral/providers/user/useradd.rb
|
573
|
-
- test/ral/providers/mount
|
574
|
-
- test/ral/providers/mount/netinfo.rb
|
575
|
-
- test/ral/providers/parsedfile.rb
|
576
|
-
- test/ral/providers/cron
|
577
|
-
- test/ral/providers/cron/crontab.rb
|
578
|
-
- test/ral/providers/provider.rb
|
579
|
-
- test/ral/type
|
580
|
-
- test/ral/type/parameter.rb
|
581
|
-
- test/ral/type/tidy.rb
|
582
|
-
- test/ral/type/filesources.rb
|
583
|
-
- test/ral/type/zone.rb
|
584
|
-
- test/ral/type/group.rb
|
585
|
-
- test/ral/type/file.rb
|
586
|
-
- test/ral/type/service.rb
|
587
|
-
- test/ral/type/yumrepo.rb
|
588
|
-
- test/ral/type/resources.rb
|
589
|
-
- test/ral/type/host.rb
|
590
|
-
- test/ral/type/user.rb
|
591
|
-
- test/ral/type/basic.rb
|
592
|
-
- test/ral/type/sshkey.rb
|
593
|
-
- test/ral/type/property.rb
|
594
|
-
- test/ral/type/filebucket.rb
|
595
|
-
- test/ral/type/file
|
596
|
-
- test/ral/type/file/target.rb
|
597
|
-
- test/ral/type/cron.rb
|
598
|
-
- test/ral/type/fileignoresource.rb
|
599
|
-
- test/ral/type/exec.rb
|
600
|
-
- test/ral/type/mailalias.rb
|
601
|
-
- test/ral/type/port.rb
|
602
|
-
- test/ral/manager
|
603
|
-
- test/ral/manager/attributes.rb
|
604
|
-
- test/ral/manager/manager.rb
|
605
|
-
- test/ral/manager/type.rb
|
606
|
-
- test/ral/manager/instances.rb
|
607
|
-
- test/ral/manager/provider.rb
|
608
|
-
- test/test
|
609
|
-
- test/network
|
610
|
-
- test/network/client
|
611
|
-
- test/network/client/master.rb
|
612
|
-
- test/network/client/dipper.rb
|
613
|
-
- test/network/client/resource.rb
|
614
|
-
- test/network/client/ca.rb
|
615
|
-
- test/network/client/client.rb
|
616
|
-
- test/network/authorization.rb
|
617
|
-
- test/network/authconfig.rb
|
618
|
-
- test/network/rights.rb
|
619
|
-
- test/network/authstore.rb
|
620
|
-
- test/network/client_request.rb
|
621
|
-
- test/network/daemon.rb
|
622
|
-
- test/network/server
|
623
|
-
- test/network/server/mongrel_test.rb
|
624
|
-
- test/network/server/webrick.rb
|
625
|
-
- test/network/xmlrpc
|
626
|
-
- test/network/xmlrpc/processor.rb
|
627
|
-
- test/network/xmlrpc/server.rb
|
628
|
-
- test/network/xmlrpc/client.rb
|
629
|
-
- test/network/xmlrpc/webrick_servlet.rb
|
630
|
-
- test/network/handler
|
631
|
-
- test/network/handler/handler.rb
|
632
|
-
- test/network/handler/master.rb
|
633
|
-
- test/network/handler/report.rb
|
634
|
-
- test/network/handler/bucket.rb
|
635
|
-
- test/network/handler/resource.rb
|
636
|
-
- test/network/handler/ca.rb
|
637
|
-
- test/network/handler/runner.rb
|
638
|
-
- test/network/handler/fileserver.rb
|
691
|
+
- test/data/failers/badcompnoparam
|
639
692
|
- test/Rakefile
|
640
|
-
- test/README
|
641
693
|
- test/other
|
642
|
-
- test/other/transactions.rb
|
643
|
-
- test/other/relationships.rb
|
644
|
-
- test/other/events.rb
|
645
694
|
- test/other/report.rb
|
646
|
-
- test/other/dsl.rb
|
647
|
-
- test/other/overrides.rb
|
648
|
-
- test/other/provider.rb
|
649
695
|
- test/other/puppet.rb
|
650
|
-
- test/
|
651
|
-
- test/
|
652
|
-
- test/
|
653
|
-
- test/
|
654
|
-
- test/
|
655
|
-
- test/
|
656
|
-
- test/executables/puppetmodule.rb
|
657
|
-
- test/lib
|
658
|
-
- test/lib/puppettest.rb
|
659
|
-
- test/lib/mocha_standalone.rb
|
660
|
-
- test/lib/stubba.rb
|
661
|
-
- test/lib/puppettest
|
662
|
-
- test/lib/puppettest/testcase.rb
|
663
|
-
- test/lib/puppettest/resourcetesting.rb
|
664
|
-
- test/lib/puppettest/reporttesting.rb
|
665
|
-
- test/lib/puppettest/parsertesting.rb
|
666
|
-
- test/lib/puppettest/railstesting.rb
|
667
|
-
- test/lib/puppettest/fakes.rb
|
668
|
-
- test/lib/puppettest/servertest.rb
|
669
|
-
- test/lib/puppettest/filetesting.rb
|
670
|
-
- test/lib/puppettest/support.rb
|
671
|
-
- test/lib/puppettest/runnable_test.rb
|
672
|
-
- test/lib/puppettest/fileparsing.rb
|
673
|
-
- test/lib/puppettest/support
|
674
|
-
- test/lib/puppettest/support/assertions.rb
|
675
|
-
- test/lib/puppettest/support/collection.rb
|
676
|
-
- test/lib/puppettest/support/resources.rb
|
677
|
-
- test/lib/puppettest/support/helpers.rb
|
678
|
-
- test/lib/puppettest/support/utils.rb
|
679
|
-
- test/lib/puppettest/exetest.rb
|
680
|
-
- test/lib/puppettest/certificates.rb
|
681
|
-
- test/lib/rake
|
682
|
-
- test/lib/rake/puppet_test_loader.rb
|
683
|
-
- test/lib/rake/puppet_testtask.rb
|
696
|
+
- test/other/events.rb
|
697
|
+
- test/other/provider.rb
|
698
|
+
- test/other/overrides.rb
|
699
|
+
- test/other/transactions.rb
|
700
|
+
- test/other/dsl.rb
|
701
|
+
- test/other/relationships.rb
|
684
702
|
- test/util
|
685
703
|
- test/util/pidlock.rb
|
686
|
-
- test/util/
|
687
|
-
- test/util/
|
704
|
+
- test/util/execution.rb
|
705
|
+
- test/util/fileparsing.rb
|
688
706
|
- test/util/instance_loader.rb
|
707
|
+
- test/util/classgen.rb
|
708
|
+
- test/util/metrics.rb
|
689
709
|
- test/util/log.rb
|
690
|
-
- test/util/
|
710
|
+
- test/util/utiltest.rb
|
711
|
+
- test/util/inifile.rb
|
691
712
|
- test/util/package.rb
|
692
|
-
- test/util/subclass_loader.rb
|
693
|
-
- test/util/settings.rb
|
694
713
|
- test/util/storage.rb
|
695
|
-
- test/util/
|
696
|
-
- test/util/fileparsing.rb
|
697
|
-
- test/util/inifile.rb
|
698
|
-
- test/util/utiltest.rb
|
714
|
+
- test/util/autoload.rb
|
699
715
|
- test/util/features.rb
|
700
|
-
- test/util/
|
701
|
-
- test/
|
702
|
-
- test/certmgr/support.rb
|
703
|
-
- test/certmgr/ca.rb
|
704
|
-
- test/certmgr/inventory.rb
|
705
|
-
- test/certmgr/certmgr.rb
|
706
|
-
- test/language
|
707
|
-
- test/language/ast.rb
|
708
|
-
- test/language/scope.rb
|
709
|
-
- test/language/parser.rb
|
710
|
-
- test/language/transportable.rb
|
711
|
-
- test/language/functions.rb
|
712
|
-
- test/language/resource.rb
|
713
|
-
- test/language/snippets.rb
|
714
|
-
- test/language/ast
|
715
|
-
- test/language/ast/selector.rb
|
716
|
-
- test/language/ast/casestatement.rb
|
717
|
-
- test/language/ast/resource.rb
|
718
|
-
- test/language/ast/variable.rb
|
719
|
-
- test/language/ast/resource_reference.rb
|
720
|
-
- test/puppet
|
721
|
-
- test/puppet/conffiles.rb
|
722
|
-
- test/puppet/defaults.rb
|
723
|
-
- test/puppet/errortest.rb
|
724
|
-
- test/puppet/tc_suidmanager.rb
|
716
|
+
- test/util/subclass_loader.rb
|
717
|
+
- test/util/settings.rb
|
725
718
|
- test/rails
|
726
|
-
- test/rails/
|
727
|
-
- test/rails/
|
719
|
+
- test/rails/rails.rb
|
720
|
+
- test/rails/configuration.rb
|
728
721
|
- test/rails/railsresource.rb
|
722
|
+
- test/rails/ast.rb
|
723
|
+
- test/rails/railsparameter.rb
|
729
724
|
- test/rails/host.rb
|
730
|
-
- test/
|
731
|
-
- test/
|
732
|
-
-
|
725
|
+
- test/certmgr
|
726
|
+
- test/certmgr/inventory.rb
|
727
|
+
- test/certmgr/certmgr.rb
|
728
|
+
- test/certmgr/support.rb
|
729
|
+
- test/certmgr/ca.rb
|
733
730
|
- spec/unit
|
734
|
-
- spec/unit/
|
731
|
+
- spec/unit/node
|
732
|
+
- spec/unit/node/facts.rb
|
733
|
+
- spec/unit/node/environment.rb
|
734
|
+
- spec/unit/node/catalog.rb
|
735
735
|
- spec/unit/property
|
736
736
|
- spec/unit/property/keyvalue.rb
|
737
737
|
- spec/unit/property/ordered_list.rb
|
738
738
|
- spec/unit/property/list.rb
|
739
|
-
- spec/unit/
|
740
|
-
- spec/unit/node/catalog.rb
|
741
|
-
- spec/unit/node/environment.rb
|
742
|
-
- spec/unit/node/facts.rb
|
743
|
-
- spec/unit/reports.rb
|
744
|
-
- spec/unit/type
|
745
|
-
- spec/unit/type/tidy.rb
|
746
|
-
- spec/unit/type/selmodule.rb
|
747
|
-
- spec/unit/type/zfs.rb
|
748
|
-
- spec/unit/type/zone.rb
|
749
|
-
- spec/unit/type/computer.rb
|
750
|
-
- spec/unit/type/group.rb
|
751
|
-
- spec/unit/type/file.rb
|
752
|
-
- spec/unit/type/service.rb
|
753
|
-
- spec/unit/type/resources.rb
|
754
|
-
- spec/unit/type/user.rb
|
755
|
-
- spec/unit/type/package.rb
|
756
|
-
- spec/unit/type/selboolean.rb
|
757
|
-
- spec/unit/type/schedule.rb
|
758
|
-
- spec/unit/type/noop_metaparam.rb
|
759
|
-
- spec/unit/type/mcx.rb
|
760
|
-
- spec/unit/type/file
|
761
|
-
- spec/unit/type/file/group.rb
|
762
|
-
- spec/unit/type/file/ensure.rb
|
763
|
-
- spec/unit/type/file/selinux.rb
|
764
|
-
- spec/unit/type/file/owner.rb
|
765
|
-
- spec/unit/type/zpool.rb
|
766
|
-
- spec/unit/type/exec.rb
|
767
|
-
- spec/unit/type/nagios.rb
|
768
|
-
- spec/unit/type/ssh_authorized_key.rb
|
769
|
-
- spec/unit/type/mount.rb
|
770
|
-
- spec/unit/type/augeas.rb
|
771
|
-
- spec/unit/type/macauthorization.rb
|
772
|
-
- spec/unit/node.rb
|
773
|
-
- spec/unit/simple_graph.rb
|
774
|
-
- spec/unit/module.rb
|
775
|
-
- spec/unit/provider
|
776
|
-
- spec/unit/provider/zpool
|
777
|
-
- spec/unit/provider/zpool/solaris.rb
|
778
|
-
- spec/unit/provider/mcx
|
779
|
-
- spec/unit/provider/mcx/mcxcontent.rb
|
780
|
-
- spec/unit/provider/selmodule.rb
|
781
|
-
- spec/unit/provider/package
|
782
|
-
- spec/unit/provider/package/hpux.rb
|
783
|
-
- spec/unit/provider/package/apt.rb
|
784
|
-
- spec/unit/provider/package/dpkg.rb
|
785
|
-
- spec/unit/provider/package/gem.rb
|
786
|
-
- spec/unit/provider/confine.rb
|
787
|
-
- spec/unit/provider/confiner.rb
|
788
|
-
- spec/unit/provider/ldap.rb
|
789
|
-
- spec/unit/provider/ssh_authorized_key
|
790
|
-
- spec/unit/provider/ssh_authorized_key/parsed.rb
|
791
|
-
- spec/unit/provider/selmodule-example.pp
|
792
|
-
- spec/unit/provider/confine
|
793
|
-
- spec/unit/provider/confine/feature.rb
|
794
|
-
- spec/unit/provider/confine/true.rb
|
795
|
-
- spec/unit/provider/confine/exists.rb
|
796
|
-
- spec/unit/provider/confine/false.rb
|
797
|
-
- spec/unit/provider/confine/variable.rb
|
798
|
-
- spec/unit/provider/service
|
799
|
-
- spec/unit/provider/service/runit.rb
|
800
|
-
- spec/unit/provider/service/daemontools.rb
|
801
|
-
- spec/unit/provider/service/launchd.rb
|
802
|
-
- spec/unit/provider/selboolean.rb
|
803
|
-
- spec/unit/provider/user
|
804
|
-
- spec/unit/provider/user/useradd.rb
|
805
|
-
- spec/unit/provider/user/hpux.rb
|
806
|
-
- spec/unit/provider/user/user_role_add.rb
|
807
|
-
- spec/unit/provider/user/ldap.rb
|
808
|
-
- spec/unit/provider/mount
|
809
|
-
- spec/unit/provider/mount/parsed.rb
|
810
|
-
- spec/unit/provider/zone
|
811
|
-
- spec/unit/provider/zone/solaris.rb
|
812
|
-
- spec/unit/provider/group
|
813
|
-
- spec/unit/provider/group/ldap.rb
|
814
|
-
- spec/unit/provider/group/groupadd.rb
|
815
|
-
- spec/unit/provider/zfs
|
816
|
-
- spec/unit/provider/zfs/solaris.rb
|
817
|
-
- spec/unit/provider/mount.rb
|
818
|
-
- spec/unit/provider/confine_collection.rb
|
819
|
-
- spec/unit/provider/augeas
|
820
|
-
- spec/unit/provider/augeas/augeas.rb
|
821
|
-
- spec/unit/provider/macauthorization.rb
|
739
|
+
- spec/unit/rails.rb
|
822
740
|
- spec/unit/network
|
823
741
|
- spec/unit/network/client
|
824
742
|
- spec/unit/network/client/master.rb
|
743
|
+
- spec/unit/network/http_pool.rb
|
825
744
|
- spec/unit/network/http
|
826
745
|
- spec/unit/network/http/mongrel
|
827
746
|
- spec/unit/network/http/mongrel/rest.rb
|
828
747
|
- spec/unit/network/http/mongrel/xmlrpc.rb
|
829
748
|
- spec/unit/network/http/webrick.rb
|
749
|
+
- spec/unit/network/http/mongrel.rb
|
830
750
|
- spec/unit/network/http/webrick
|
831
751
|
- spec/unit/network/http/webrick/rest.rb
|
832
752
|
- spec/unit/network/http/webrick/xmlrpc.rb
|
833
|
-
- spec/unit/network/http/mongrel.rb
|
834
|
-
- spec/unit/network/http.rb
|
835
|
-
- spec/unit/network/http_pool.rb
|
836
753
|
- spec/unit/network/server.rb
|
837
754
|
- spec/unit/network/client.rb
|
838
755
|
- spec/unit/network/xmlrpc
|
839
756
|
- spec/unit/network/xmlrpc/client.rb
|
757
|
+
- spec/unit/network/http.rb
|
840
758
|
- spec/unit/network/handler
|
841
759
|
- spec/unit/network/handler/fileserver.rb
|
842
|
-
- spec/unit/
|
843
|
-
- spec/unit/
|
844
|
-
- spec/unit/
|
845
|
-
- spec/unit/
|
846
|
-
- spec/unit/
|
847
|
-
- spec/unit/
|
848
|
-
- spec/unit/
|
849
|
-
- spec/unit/
|
850
|
-
- spec/unit/
|
851
|
-
- spec/unit/
|
852
|
-
- spec/unit/
|
760
|
+
- spec/unit/provider
|
761
|
+
- spec/unit/provider/mount.rb
|
762
|
+
- spec/unit/provider/confine.rb
|
763
|
+
- spec/unit/provider/user
|
764
|
+
- spec/unit/provider/user/ldap.rb
|
765
|
+
- spec/unit/provider/user/hpux.rb
|
766
|
+
- spec/unit/provider/user/useradd.rb
|
767
|
+
- spec/unit/provider/user/user_role_add.rb
|
768
|
+
- spec/unit/provider/selmodule.rb
|
769
|
+
- spec/unit/provider/mount
|
770
|
+
- spec/unit/provider/mount/parsed.rb
|
771
|
+
- spec/unit/provider/package
|
772
|
+
- spec/unit/provider/package/apt.rb
|
773
|
+
- spec/unit/provider/package/hpux.rb
|
774
|
+
- spec/unit/provider/package/dpkg.rb
|
775
|
+
- spec/unit/provider/package/gem.rb
|
776
|
+
- spec/unit/provider/confine
|
777
|
+
- spec/unit/provider/confine/exists.rb
|
778
|
+
- spec/unit/provider/confine/variable.rb
|
779
|
+
- spec/unit/provider/confine/true.rb
|
780
|
+
- spec/unit/provider/confine/feature.rb
|
781
|
+
- spec/unit/provider/confine/false.rb
|
782
|
+
- spec/unit/provider/ldap.rb
|
783
|
+
- spec/unit/provider/zfs
|
784
|
+
- spec/unit/provider/zfs/solaris.rb
|
785
|
+
- spec/unit/provider/confine_collection.rb
|
786
|
+
- spec/unit/provider/group
|
787
|
+
- spec/unit/provider/group/ldap.rb
|
788
|
+
- spec/unit/provider/group/groupadd.rb
|
789
|
+
- spec/unit/provider/selboolean.rb
|
790
|
+
- spec/unit/provider/parsedfile.rb
|
791
|
+
- spec/unit/provider/selmodule-example.pp
|
792
|
+
- spec/unit/provider/augeas
|
793
|
+
- spec/unit/provider/augeas/augeas.rb
|
794
|
+
- spec/unit/provider/mcx
|
795
|
+
- spec/unit/provider/mcx/mcxcontent.rb
|
796
|
+
- spec/unit/provider/zpool
|
797
|
+
- spec/unit/provider/zpool/solaris.rb
|
798
|
+
- spec/unit/provider/zone
|
799
|
+
- spec/unit/provider/zone/solaris.rb
|
800
|
+
- spec/unit/provider/naginator.rb
|
801
|
+
- spec/unit/provider/service
|
802
|
+
- spec/unit/provider/service/launchd.rb
|
803
|
+
- spec/unit/provider/service/daemontools.rb
|
804
|
+
- spec/unit/provider/service/runit.rb
|
805
|
+
- spec/unit/provider/confiner.rb
|
806
|
+
- spec/unit/provider/macauthorization.rb
|
807
|
+
- spec/unit/provider/ssh_authorized_key
|
808
|
+
- spec/unit/provider/ssh_authorized_key/parsed.rb
|
809
|
+
- spec/unit/relationship.rb
|
853
810
|
- spec/unit/type.rb
|
854
|
-
- spec/unit/
|
855
|
-
- spec/unit/
|
856
|
-
- spec/unit/
|
857
|
-
- spec/unit/
|
858
|
-
- spec/unit/
|
859
|
-
- spec/unit/
|
860
|
-
- spec/unit/
|
861
|
-
- spec/unit/
|
862
|
-
- spec/unit/
|
863
|
-
- spec/unit/
|
864
|
-
- spec/unit/
|
865
|
-
- spec/unit/
|
866
|
-
- spec/unit/
|
867
|
-
- spec/unit/
|
868
|
-
- spec/unit/
|
869
|
-
- spec/unit/
|
870
|
-
- spec/unit/
|
871
|
-
- spec/unit/
|
872
|
-
- spec/unit/
|
873
|
-
- spec/unit/
|
874
|
-
- spec/unit/
|
811
|
+
- spec/unit/parser
|
812
|
+
- spec/unit/parser/scope.rb
|
813
|
+
- spec/unit/parser/compiler.rb
|
814
|
+
- spec/unit/parser/resource
|
815
|
+
- spec/unit/parser/resource/reference.rb
|
816
|
+
- spec/unit/parser/functions.rb
|
817
|
+
- spec/unit/parser/lexer.rb
|
818
|
+
- spec/unit/parser/ast
|
819
|
+
- spec/unit/parser/ast/comparison_operator.rb
|
820
|
+
- spec/unit/parser/ast/nop.rb
|
821
|
+
- spec/unit/parser/ast/minus.rb
|
822
|
+
- spec/unit/parser/ast/resource.rb
|
823
|
+
- spec/unit/parser/ast/hostclass.rb
|
824
|
+
- spec/unit/parser/ast/node.rb
|
825
|
+
- spec/unit/parser/ast/not.rb
|
826
|
+
- spec/unit/parser/ast/resource_override.rb
|
827
|
+
- spec/unit/parser/ast/vardef.rb
|
828
|
+
- spec/unit/parser/ast/boolean_operator.rb
|
829
|
+
- spec/unit/parser/ast/resource_reference.rb
|
830
|
+
- spec/unit/parser/ast/astarray.rb
|
831
|
+
- spec/unit/parser/ast/collexpr.rb
|
832
|
+
- spec/unit/parser/ast/arithmetic_operator.rb
|
833
|
+
- spec/unit/parser/ast/definition.rb
|
834
|
+
- spec/unit/parser/ast/function.rb
|
835
|
+
- spec/unit/parser/resource.rb
|
836
|
+
- spec/unit/parser/templatewrapper.rb
|
837
|
+
- spec/unit/parser/parser.rb
|
838
|
+
- spec/unit/parser/interpreter.rb
|
839
|
+
- spec/unit/parser/ast.rb
|
840
|
+
- spec/unit/parser/functions
|
841
|
+
- spec/unit/parser/functions/versioncmp.rb
|
842
|
+
- spec/unit/parser/functions/regsubst.rb
|
843
|
+
- spec/unit/parser/functions/sprintf.rb
|
844
|
+
- spec/unit/parser/functions/realize.rb
|
845
|
+
- spec/unit/parser/functions/template.rb
|
846
|
+
- spec/unit/parser/functions/inline_template.rb
|
847
|
+
- spec/unit/parser/collector.rb
|
848
|
+
- spec/unit/parameter.rb
|
849
|
+
- spec/unit/indirector.rb
|
850
|
+
- spec/unit/node.rb
|
851
|
+
- spec/unit/file_collection.rb
|
852
|
+
- spec/unit/module.rb
|
853
|
+
- spec/unit/file_collection
|
854
|
+
- spec/unit/file_collection/lookup.rb
|
855
|
+
- spec/unit/resource_reference.rb
|
856
|
+
- spec/unit/simple_graph.rb
|
875
857
|
- spec/unit/indirector
|
876
|
-
- spec/unit/indirector/module_files.rb
|
877
|
-
- spec/unit/indirector/terminus.rb
|
878
858
|
- spec/unit/indirector/node
|
859
|
+
- spec/unit/indirector/node/ldap.rb
|
879
860
|
- spec/unit/indirector/node/rest.rb
|
861
|
+
- spec/unit/indirector/node/exec.rb
|
862
|
+
- spec/unit/indirector/node/yaml.rb
|
880
863
|
- spec/unit/indirector/node/memory.rb
|
881
|
-
- spec/unit/indirector/node/ldap.rb
|
882
864
|
- spec/unit/indirector/node/plain.rb
|
883
|
-
- spec/unit/indirector/
|
884
|
-
- spec/unit/indirector/
|
865
|
+
- spec/unit/indirector/ldap.rb
|
866
|
+
- spec/unit/indirector/code.rb
|
885
867
|
- spec/unit/indirector/rest.rb
|
886
|
-
- spec/unit/indirector/
|
868
|
+
- spec/unit/indirector/indirection.rb
|
869
|
+
- spec/unit/indirector/catalog
|
870
|
+
- spec/unit/indirector/catalog/compiler.rb
|
871
|
+
- spec/unit/indirector/catalog/yaml.rb
|
887
872
|
- spec/unit/indirector/file_content
|
888
873
|
- spec/unit/indirector/file_content/rest.rb
|
889
874
|
- spec/unit/indirector/file_content/file.rb
|
890
|
-
- spec/unit/indirector/file_content/file_server.rb
|
891
875
|
- spec/unit/indirector/file_content/modules.rb
|
892
|
-
- spec/unit/indirector/
|
893
|
-
- spec/unit/indirector/
|
894
|
-
- spec/unit/indirector/
|
876
|
+
- spec/unit/indirector/file_content/file_server.rb
|
877
|
+
- spec/unit/indirector/file.rb
|
878
|
+
- spec/unit/indirector/exec.rb
|
879
|
+
- spec/unit/indirector/envelope.rb
|
880
|
+
- spec/unit/indirector/facts
|
881
|
+
- spec/unit/indirector/facts/facter.rb
|
882
|
+
- spec/unit/indirector/facts/yaml.rb
|
883
|
+
- spec/unit/indirector/module_files.rb
|
895
884
|
- spec/unit/indirector/checksum
|
896
885
|
- spec/unit/indirector/checksum/file.rb
|
897
|
-
- spec/unit/indirector/file_server.rb
|
898
|
-
- spec/unit/indirector/memory.rb
|
899
886
|
- spec/unit/indirector/request.rb
|
887
|
+
- spec/unit/indirector/yaml.rb
|
888
|
+
- spec/unit/indirector/memory.rb
|
889
|
+
- spec/unit/indirector/file_server.rb
|
890
|
+
- spec/unit/indirector/ssl_rsa
|
891
|
+
- spec/unit/indirector/ssl_rsa/file.rb
|
892
|
+
- spec/unit/indirector/plain.rb
|
893
|
+
- spec/unit/indirector/terminus.rb
|
894
|
+
- spec/unit/indirector/direct_file_server.rb
|
895
|
+
- spec/unit/indirector/report
|
896
|
+
- spec/unit/indirector/report/processor.rb
|
900
897
|
- spec/unit/indirector/file_metadata
|
901
898
|
- spec/unit/indirector/file_metadata/rest.rb
|
902
899
|
- spec/unit/indirector/file_metadata/file.rb
|
903
|
-
- spec/unit/indirector/file_metadata/file_server.rb
|
904
900
|
- spec/unit/indirector/file_metadata/modules.rb
|
905
|
-
- spec/unit/indirector/
|
906
|
-
- spec/unit/
|
907
|
-
- spec/unit/
|
908
|
-
- spec/unit/
|
909
|
-
- spec/unit/
|
910
|
-
- spec/unit/
|
911
|
-
- spec/unit/
|
912
|
-
- spec/unit/
|
913
|
-
- spec/unit/
|
914
|
-
- spec/unit/
|
915
|
-
- spec/unit/
|
916
|
-
- spec/unit/
|
917
|
-
- spec/unit/
|
918
|
-
- spec/unit/
|
919
|
-
- spec/unit/
|
901
|
+
- spec/unit/indirector/file_metadata/file_server.rb
|
902
|
+
- spec/unit/executables
|
903
|
+
- spec/unit/executables/client
|
904
|
+
- spec/unit/executables/client/certhandler.rb
|
905
|
+
- spec/unit/property.rb
|
906
|
+
- spec/unit/other
|
907
|
+
- spec/unit/other/checksum.rb
|
908
|
+
- spec/unit/other/transobject.rb
|
909
|
+
- spec/unit/other/transbucket.rb
|
910
|
+
- spec/unit/other/pgraph.rb
|
911
|
+
- spec/unit/transaction
|
912
|
+
- spec/unit/transaction/report.rb
|
913
|
+
- spec/unit/transaction/event.rb
|
914
|
+
- spec/unit/transaction/change.rb
|
915
|
+
- spec/unit/type
|
916
|
+
- spec/unit/type/mount.rb
|
917
|
+
- spec/unit/type/augeas.rb
|
918
|
+
- spec/unit/type/service.rb
|
919
|
+
- spec/unit/type/selmodule.rb
|
920
|
+
- spec/unit/type/zpool.rb
|
921
|
+
- spec/unit/type/resources.rb
|
922
|
+
- spec/unit/type/schedule.rb
|
923
|
+
- spec/unit/type/nagios.rb
|
924
|
+
- spec/unit/type/file.rb
|
925
|
+
- spec/unit/type/exec.rb
|
926
|
+
- spec/unit/type/group.rb
|
927
|
+
- spec/unit/type/package.rb
|
928
|
+
- spec/unit/type/selboolean.rb
|
929
|
+
- spec/unit/type/ssh_authorized_key.rb
|
930
|
+
- spec/unit/type/file
|
931
|
+
- spec/unit/type/file/selinux.rb
|
932
|
+
- spec/unit/type/file/ensure.rb
|
933
|
+
- spec/unit/type/file/content.rb
|
934
|
+
- spec/unit/type/file/group.rb
|
935
|
+
- spec/unit/type/file/owner.rb
|
936
|
+
- spec/unit/type/zfs.rb
|
937
|
+
- spec/unit/type/noop_metaparam.rb
|
938
|
+
- spec/unit/type/computer.rb
|
939
|
+
- spec/unit/type/mcx.rb
|
940
|
+
- spec/unit/type/user.rb
|
941
|
+
- spec/unit/type/tidy.rb
|
942
|
+
- spec/unit/type/zone.rb
|
943
|
+
- spec/unit/type/macauthorization.rb
|
944
|
+
- spec/unit/util
|
945
|
+
- spec/unit/util/uri_helper.rb
|
946
|
+
- spec/unit/util/ldap
|
947
|
+
- spec/unit/util/ldap/generator.rb
|
948
|
+
- spec/unit/util/ldap/connection.rb
|
949
|
+
- spec/unit/util/ldap/manager.rb
|
950
|
+
- spec/unit/util/selinux.rb
|
951
|
+
- spec/unit/util/nagios_maker.rb
|
952
|
+
- spec/unit/util/posix.rb
|
953
|
+
- spec/unit/util/log.rb
|
954
|
+
- spec/unit/util/tagging.rb
|
955
|
+
- spec/unit/util/filetype.rb
|
956
|
+
- spec/unit/util/warnings.rb
|
957
|
+
- spec/unit/util/package.rb
|
958
|
+
- spec/unit/util/user_attr.rb
|
959
|
+
- spec/unit/util/resource_template.rb
|
960
|
+
- spec/unit/util/storage.rb
|
961
|
+
- spec/unit/util/autoload.rb
|
962
|
+
- spec/unit/util/metric.rb
|
963
|
+
- spec/unit/util/checksums.rb
|
964
|
+
- spec/unit/util/file_locking.rb
|
965
|
+
- spec/unit/util/constant_inflector.rb
|
966
|
+
- spec/unit/util/loadedfile.rb
|
967
|
+
- spec/unit/util/settings.rb
|
968
|
+
- spec/unit/transaction.rb
|
920
969
|
- spec/unit/file_serving
|
921
|
-
- spec/unit/file_serving/terminus_helper.rb
|
922
|
-
- spec/unit/file_serving/file_base.rb
|
923
|
-
- spec/unit/file_serving/indirection_hooks.rb
|
924
970
|
- spec/unit/file_serving/configuration
|
925
971
|
- spec/unit/file_serving/configuration/parser.rb
|
926
|
-
- spec/unit/file_serving/configuration.rb
|
927
972
|
- spec/unit/file_serving/mount.rb
|
928
|
-
- spec/unit/file_serving/
|
929
|
-
- spec/unit/file_serving/metadata.rb
|
973
|
+
- spec/unit/file_serving/configuration.rb
|
930
974
|
- spec/unit/file_serving/content.rb
|
931
|
-
- spec/unit/
|
932
|
-
- spec/unit/
|
933
|
-
- spec/unit/
|
934
|
-
- spec/unit/
|
935
|
-
- spec/unit/
|
936
|
-
- spec/unit/
|
937
|
-
- spec/
|
938
|
-
- spec/
|
939
|
-
- spec/
|
940
|
-
- spec/
|
941
|
-
- spec/unit/parser/lexer.rb
|
942
|
-
- spec/unit/parser/scope.rb
|
943
|
-
- spec/unit/parser/functions
|
944
|
-
- spec/unit/parser/functions/template.rb
|
945
|
-
- spec/unit/parser/functions/inline_template.rb
|
946
|
-
- spec/unit/parser/parser.rb
|
947
|
-
- spec/unit/parser/resource
|
948
|
-
- spec/unit/parser/resource/reference.rb
|
949
|
-
- spec/unit/parser/functions.rb
|
950
|
-
- spec/unit/parser/templatewrapper.rb
|
951
|
-
- spec/unit/parser/resource.rb
|
952
|
-
- spec/unit/parser/ast
|
953
|
-
- spec/unit/parser/ast/function.rb
|
954
|
-
- spec/unit/parser/ast/definition.rb
|
955
|
-
- spec/unit/parser/ast/vardef.rb
|
956
|
-
- spec/unit/parser/ast/node.rb
|
957
|
-
- spec/unit/parser/ast/nop.rb
|
958
|
-
- spec/unit/parser/ast/comparison_operator.rb
|
959
|
-
- spec/unit/parser/ast/not.rb
|
960
|
-
- spec/unit/parser/ast/boolean_operator.rb
|
961
|
-
- spec/unit/parser/ast/astarray.rb
|
962
|
-
- spec/unit/parser/ast/collexpr.rb
|
963
|
-
- spec/unit/parser/ast/minus.rb
|
964
|
-
- spec/unit/parser/ast/hostclass.rb
|
965
|
-
- spec/unit/parser/ast/arithmetic_operator.rb
|
966
|
-
- spec/unit/parser/ast/resource_reference.rb
|
967
|
-
- spec/unit/parser/ast/resource_override.rb
|
968
|
-
- spec/unit/parser/collector.rb
|
969
|
-
- spec/unit/parser/compiler.rb
|
970
|
-
- spec/shared_behaviours
|
971
|
-
- spec/shared_behaviours/memory_terminus.rb
|
972
|
-
- spec/shared_behaviours/file_serving.rb
|
973
|
-
- spec/shared_behaviours/file_server_terminus.rb
|
975
|
+
- spec/unit/file_serving/metadata.rb
|
976
|
+
- spec/unit/file_serving/terminus_helper.rb
|
977
|
+
- spec/unit/file_serving/fileset.rb
|
978
|
+
- spec/unit/file_serving/indirection_hooks.rb
|
979
|
+
- spec/unit/file_serving/file_base.rb
|
980
|
+
- spec/unit/reports.rb
|
981
|
+
- spec/monkey_patches
|
982
|
+
- spec/monkey_patches/alias_should_to_must.rb
|
983
|
+
- spec/monkey_patches/add_confine_and_runnable_to_rspec_dsl.rb
|
984
|
+
- spec/spec_helper.rb
|
974
985
|
- spec/integration
|
975
986
|
- spec/integration/node
|
976
|
-
- spec/integration/node/catalog.rb
|
977
987
|
- spec/integration/node/facts.rb
|
978
|
-
- spec/integration/
|
979
|
-
- spec/integration/type
|
980
|
-
- spec/integration/type/package.rb
|
981
|
-
- spec/integration/node.rb
|
982
|
-
- spec/integration/reference
|
983
|
-
- spec/integration/reference/providers.rb
|
984
|
-
- spec/integration/provider
|
985
|
-
- spec/integration/provider/package.rb
|
986
|
-
- spec/integration/provider/service
|
987
|
-
- spec/integration/provider/service/init.rb
|
988
|
+
- spec/integration/node/catalog.rb
|
988
989
|
- spec/integration/network
|
989
990
|
- spec/integration/network/server
|
990
991
|
- spec/integration/network/server/webrick.rb
|
991
992
|
- spec/integration/network/server/mongrel.rb
|
993
|
+
- spec/integration/provider
|
994
|
+
- spec/integration/provider/package.rb
|
995
|
+
- spec/integration/provider/service
|
996
|
+
- spec/integration/provider/service/init.rb
|
997
|
+
- spec/integration/checksum.rb
|
998
|
+
- spec/integration/node.rb
|
992
999
|
- spec/integration/defaults.rb
|
993
|
-
- spec/integration/checksum.rb
|
994
|
-
- spec/integration/util
|
995
|
-
- spec/integration/util/file_locking.rb
|
996
1000
|
- spec/integration/indirector
|
997
|
-
- spec/integration/indirector/module_files.rb
|
998
1001
|
- spec/integration/indirector/node
|
999
1002
|
- spec/integration/indirector/node/ldap.rb
|
1000
1003
|
- spec/integration/indirector/rest.rb
|
1001
1004
|
- spec/integration/indirector/file_content
|
1002
1005
|
- spec/integration/indirector/file_content/file_server.rb
|
1006
|
+
- spec/integration/indirector/module_files.rb
|
1007
|
+
- spec/integration/indirector/direct_file_server.rb
|
1003
1008
|
- spec/integration/indirector/file_metadata
|
1004
1009
|
- spec/integration/indirector/file_metadata/file_server.rb
|
1005
|
-
- spec/integration/
|
1010
|
+
- spec/integration/reference
|
1011
|
+
- spec/integration/reference/providers.rb
|
1012
|
+
- spec/integration/transaction
|
1013
|
+
- spec/integration/transaction/report.rb
|
1014
|
+
- spec/integration/type
|
1015
|
+
- spec/integration/type/package.rb
|
1016
|
+
- spec/integration/util
|
1017
|
+
- spec/integration/util/file_locking.rb
|
1006
1018
|
- spec/integration/file_serving
|
1007
1019
|
- spec/integration/file_serving/configuration.rb
|
1008
|
-
- spec/integration/file_serving/metadata.rb
|
1009
1020
|
- spec/integration/file_serving/content.rb
|
1010
|
-
- spec/integration/
|
1011
|
-
- spec/integration/
|
1012
|
-
- spec/
|
1021
|
+
- spec/integration/file_serving/metadata.rb
|
1022
|
+
- spec/integration/reports.rb
|
1023
|
+
- spec/spec.opts
|
1013
1024
|
- spec/Rakefile
|
1014
|
-
- spec/
|
1015
|
-
- spec/
|
1016
|
-
- spec/
|
1017
|
-
-
|
1018
|
-
- bin/puppetmasterd
|
1025
|
+
- spec/shared_behaviours
|
1026
|
+
- spec/shared_behaviours/file_server_terminus.rb
|
1027
|
+
- spec/shared_behaviours/memory_terminus.rb
|
1028
|
+
- spec/shared_behaviours/file_serving.rb
|
1019
1029
|
- bin/filebucket
|
1030
|
+
- bin/ralsh
|
1020
1031
|
- bin/puppetca
|
1021
1032
|
- bin/puppet
|
1022
|
-
- bin/puppetdoc
|
1023
1033
|
- bin/puppetd
|
1024
|
-
- bin/
|
1025
|
-
-
|
1026
|
-
-
|
1027
|
-
- ext/
|
1028
|
-
- ext/
|
1029
|
-
- ext/
|
1030
|
-
- ext/
|
1031
|
-
- ext/
|
1032
|
-
- ext/nagios/check_puppet.rb
|
1034
|
+
- bin/puppetmasterd
|
1035
|
+
- bin/puppetrun
|
1036
|
+
- bin/puppetdoc
|
1037
|
+
- ext/emacs
|
1038
|
+
- ext/emacs/puppet-mode-init.el
|
1039
|
+
- ext/emacs/puppet-mode.el
|
1040
|
+
- ext/ldap
|
1041
|
+
- ext/ldap/puppet.schema
|
1033
1042
|
- ext/autotest
|
1034
1043
|
- ext/autotest/config
|
1035
1044
|
- ext/autotest/readme.rst
|
1036
1045
|
- ext/autotest/Rakefile
|
1046
|
+
- ext/puppetstoredconfigclean.rb
|
1047
|
+
- ext/bin
|
1048
|
+
- ext/bin/sleeper
|
1049
|
+
- ext/puppet-test
|
1050
|
+
- ext/logcheck
|
1051
|
+
- ext/logcheck/puppet
|
1052
|
+
- ext/dbfix.sql
|
1037
1053
|
- ext/vim
|
1038
|
-
- ext/vim/
|
1039
|
-
- ext/vim/syntax/puppet.vim
|
1054
|
+
- ext/vim/README
|
1040
1055
|
- ext/vim/ftdetect
|
1041
1056
|
- ext/vim/ftdetect/puppet.vim
|
1042
|
-
- ext/vim/
|
1043
|
-
- ext/
|
1057
|
+
- ext/vim/syntax
|
1058
|
+
- ext/vim/syntax/puppet.vim
|
1059
|
+
- ext/nagios
|
1060
|
+
- ext/nagios/check_puppet.rb
|
1044
1061
|
- ext/module_puppet
|
1045
|
-
- ext/
|
1046
|
-
- ext/
|
1047
|
-
- ext/
|
1048
|
-
- ext/
|
1049
|
-
- ext/
|
1050
|
-
-
|
1051
|
-
-
|
1052
|
-
-
|
1053
|
-
- ext/bin/sleeper
|
1062
|
+
- ext/puppetlast
|
1063
|
+
- ext/passenger
|
1064
|
+
- ext/passenger/README
|
1065
|
+
- ext/passenger/apache2.conf
|
1066
|
+
- ext/passenger/config.ru
|
1067
|
+
- examples/mac_netinfo.pp
|
1068
|
+
- examples/one
|
1069
|
+
- examples/execs
|
1054
1070
|
- examples/mac_dscl.pp
|
1071
|
+
- examples/relationships
|
1072
|
+
- examples/etc
|
1073
|
+
- examples/etc/puppet
|
1074
|
+
- examples/etc/puppet/puppet.conf
|
1075
|
+
- examples/etc/puppet/fileserver.conf
|
1076
|
+
- examples/etc/puppet/namespaceauth.conf
|
1077
|
+
- examples/etc/puppet/tagmail.conf
|
1078
|
+
- examples/etc/otherfile
|
1079
|
+
- examples/etc/init.d
|
1080
|
+
- examples/etc/init.d/sleeper
|
1055
1081
|
- examples/mcx_dock_default.pp
|
1082
|
+
- examples/filerecursion
|
1083
|
+
- examples/simpletests
|
1056
1084
|
- examples/mcx_dock_full.pp
|
1057
|
-
- examples/
|
1058
|
-
- examples/nodes
|
1085
|
+
- examples/mcx_notexists_absent.pp
|
1059
1086
|
- examples/file.bl
|
1087
|
+
- examples/mac_automount.pp
|
1088
|
+
- examples/nodes
|
1089
|
+
- examples/selectors
|
1090
|
+
- examples/fileparsing
|
1091
|
+
- examples/mac_pkgdmg.pp
|
1092
|
+
- examples/mac_dscl_revert.pp
|
1093
|
+
- examples/mcx_dock_invalid.pp
|
1094
|
+
- examples/groups
|
1095
|
+
- examples/importing
|
1096
|
+
- examples/mcx_nogroup.pp
|
1097
|
+
- examples/mcx_dock_absent.pp
|
1098
|
+
- examples/head
|
1099
|
+
- examples/filedefaults
|
1100
|
+
- examples/functions
|
1101
|
+
- examples/components
|
1102
|
+
- examples/allatonce
|
1103
|
+
- examples/svncommit
|
1104
|
+
- examples/assignments
|
1060
1105
|
- examples/modules
|
1061
|
-
- examples/modules/sample-module.pp
|
1062
1106
|
- examples/modules/sample-module
|
1063
|
-
- examples/modules/sample-module/README.txt
|
1064
1107
|
- examples/modules/sample-module/templates
|
1065
1108
|
- examples/modules/sample-module/templates/sample.erb
|
1109
|
+
- examples/modules/sample-module/manifests
|
1110
|
+
- examples/modules/sample-module/manifests/init.pp
|
1066
1111
|
- examples/modules/sample-module/lib
|
1067
1112
|
- examples/modules/sample-module/lib/puppet
|
1068
1113
|
- examples/modules/sample-module/lib/puppet/parser
|
1069
1114
|
- examples/modules/sample-module/lib/puppet/parser/functions
|
1070
1115
|
- examples/modules/sample-module/lib/puppet/parser/functions/hostname_to_dn.rb
|
1071
|
-
- examples/modules/sample-module/
|
1072
|
-
- examples/modules/sample-module
|
1073
|
-
-
|
1074
|
-
-
|
1075
|
-
-
|
1076
|
-
-
|
1077
|
-
-
|
1078
|
-
-
|
1079
|
-
-
|
1080
|
-
-
|
1081
|
-
-
|
1082
|
-
-
|
1083
|
-
-
|
1084
|
-
-
|
1085
|
-
- examples/mac_netinfo.pp
|
1086
|
-
- examples/filerecursion
|
1087
|
-
- examples/selectors
|
1088
|
-
- examples/allatonce
|
1089
|
-
- examples/mcx_notexists_absent.pp
|
1090
|
-
- examples/simpletests
|
1091
|
-
- examples/mac_pkgdmg.pp
|
1092
|
-
- examples/head
|
1093
|
-
- examples/mac_dscl_revert.pp
|
1094
|
-
- examples/assignments
|
1095
|
-
- examples/etc
|
1096
|
-
- examples/etc/otherfile
|
1097
|
-
- examples/etc/init.d
|
1098
|
-
- examples/etc/init.d/sleeper
|
1099
|
-
- examples/etc/puppet
|
1100
|
-
- examples/etc/puppet/tagmail.conf
|
1101
|
-
- examples/etc/puppet/namespaceauth.conf
|
1102
|
-
- examples/etc/puppet/puppet.conf
|
1103
|
-
- examples/etc/puppet/fileserver.conf
|
1104
|
-
- examples/mcx_nogroup.pp
|
1105
|
-
- conf/osx
|
1106
|
-
- conf/osx/createpackage.sh
|
1107
|
-
- conf/osx/PackageInfo.plist
|
1108
|
-
- conf/osx/preflight
|
1116
|
+
- examples/modules/sample-module/README.txt
|
1117
|
+
- examples/modules/sample-module.pp
|
1118
|
+
- conf/redhat
|
1119
|
+
- conf/redhat/puppet.conf
|
1120
|
+
- conf/redhat/fileserver.conf
|
1121
|
+
- conf/redhat/logrotate
|
1122
|
+
- conf/redhat/puppet.spec
|
1123
|
+
- conf/redhat/server.init
|
1124
|
+
- conf/redhat/client.init
|
1125
|
+
- conf/redhat/no-chuser-0.15.1.patch
|
1126
|
+
- conf/redhat/no-lockdir.patch
|
1127
|
+
- conf/redhat/server.sysconfig
|
1128
|
+
- conf/redhat/client.sysconfig
|
1129
|
+
- conf/redhat/lsb-config.patch
|
1109
1130
|
- conf/suse
|
1131
|
+
- conf/suse/puppet.spec
|
1110
1132
|
- conf/suse/server.init
|
1111
1133
|
- conf/suse/client.init
|
1112
|
-
- conf/suse/puppet.spec
|
1113
1134
|
- conf/gentoo
|
1135
|
+
- conf/gentoo/puppet
|
1136
|
+
- conf/gentoo/puppet/puppet.conf
|
1137
|
+
- conf/gentoo/puppet/fileserver.conf
|
1114
1138
|
- conf/gentoo/conf.d
|
1115
|
-
- conf/gentoo/conf.d/puppetmaster
|
1116
1139
|
- conf/gentoo/conf.d/puppet
|
1140
|
+
- conf/gentoo/conf.d/puppetmaster
|
1117
1141
|
- conf/gentoo/init.d
|
1118
|
-
- conf/gentoo/init.d/puppetmaster
|
1119
1142
|
- conf/gentoo/init.d/puppet
|
1120
|
-
- conf/gentoo/
|
1121
|
-
- conf/gentoo/puppet/puppet.conf
|
1122
|
-
- conf/gentoo/puppet/fileserver.conf
|
1123
|
-
- conf/redhat
|
1124
|
-
- conf/redhat/client.sysconfig
|
1125
|
-
- conf/redhat/server.init
|
1126
|
-
- conf/redhat/client.init
|
1127
|
-
- conf/redhat/puppet.conf
|
1128
|
-
- conf/redhat/puppet.spec
|
1129
|
-
- conf/redhat/no-lockdir.patch
|
1130
|
-
- conf/redhat/no-chuser-0.15.1.patch
|
1131
|
-
- conf/redhat/lsb-config.patch
|
1132
|
-
- conf/redhat/logrotate
|
1133
|
-
- conf/redhat/server.sysconfig
|
1134
|
-
- conf/redhat/fileserver.conf
|
1143
|
+
- conf/gentoo/init.d/puppetmaster
|
1135
1144
|
- conf/solaris
|
1145
|
+
- conf/solaris/pkginfo
|
1136
1146
|
- conf/solaris/smf
|
1147
|
+
- conf/solaris/smf/svc-puppetd
|
1148
|
+
- conf/solaris/smf/puppetmasterd.xml
|
1137
1149
|
- conf/solaris/smf/svc-puppetmasterd
|
1138
1150
|
- conf/solaris/smf/puppetd.xml
|
1139
|
-
- conf/
|
1140
|
-
- conf/
|
1141
|
-
- conf/
|
1151
|
+
- conf/osx
|
1152
|
+
- conf/osx/createpackage.sh
|
1153
|
+
- conf/osx/PackageInfo.plist
|
1154
|
+
- conf/osx/preflight
|
1142
1155
|
- conf/namespaceauth.conf
|
1143
1156
|
- conf/freebsd
|
1144
|
-
- conf/freebsd/puppetmasterd
|
1145
1157
|
- conf/freebsd/puppetd
|
1158
|
+
- conf/freebsd/puppetmasterd
|
1146
1159
|
- conf/epm.list
|
1147
1160
|
- man/man8
|
1161
|
+
- man/man8/filebucket.8
|
1148
1162
|
- man/man8/ralsh.8
|
1149
|
-
- man/man8/puppetrun.8
|
1150
|
-
- man/man8/puppetmasterd.8
|
1151
|
-
- man/man8/puppetca.8
|
1152
1163
|
- man/man8/puppetdoc.8
|
1164
|
+
- man/man8/puppetmasterd.8
|
1153
1165
|
- man/man8/puppet.conf.8
|
1154
|
-
- man/man8/
|
1166
|
+
- man/man8/puppetrun.8
|
1155
1167
|
- man/man8/puppet.8
|
1168
|
+
- man/man8/puppetca.8
|
1156
1169
|
- man/man8/pi.8
|
1157
|
-
- man/man8/
|
1158
|
-
|
1159
|
-
|
1160
|
-
post_install_message:
|
1170
|
+
- man/man8/puppetd.8
|
1171
|
+
test_files:
|
1172
|
+
- test/Rakefile
|
1161
1173
|
rdoc_options:
|
1162
1174
|
- --title
|
1163
1175
|
- Puppet - Configuration Management
|
1164
1176
|
- --main
|
1165
1177
|
- README
|
1166
1178
|
- --line-numbers
|
1167
|
-
|
1168
|
-
|
1169
|
-
|
1170
|
-
|
1171
|
-
|
1172
|
-
|
1173
|
-
|
1174
|
-
|
1175
|
-
|
1176
|
-
|
1177
|
-
|
1178
|
-
|
1179
|
-
version: "0"
|
1180
|
-
version:
|
1179
|
+
extra_rdoc_files: []
|
1180
|
+
|
1181
|
+
executables:
|
1182
|
+
- puppet
|
1183
|
+
- puppetd
|
1184
|
+
- puppetmasterd
|
1185
|
+
- puppetdoc
|
1186
|
+
- puppetca
|
1187
|
+
- puppetrun
|
1188
|
+
- ralsh
|
1189
|
+
extensions: []
|
1190
|
+
|
1181
1191
|
requirements: []
|
1182
1192
|
|
1183
|
-
|
1184
|
-
|
1185
|
-
|
1186
|
-
|
1187
|
-
|
1188
|
-
|
1189
|
-
-
|
1193
|
+
dependencies:
|
1194
|
+
- !ruby/object:Gem::Dependency
|
1195
|
+
name: facter
|
1196
|
+
version_requirement:
|
1197
|
+
version_requirements: !ruby/object:Gem::Version::Requirement
|
1198
|
+
requirements:
|
1199
|
+
- - ">="
|
1200
|
+
- !ruby/object:Gem::Version
|
1201
|
+
version: 1.1.0
|
1202
|
+
version:
|