maint: remove inaccurate copyright and license statements.
For a while Luke, and other authors, injected a created tag, copyright statement, and "All rights reserved" into every new file they added to the Puppet project. This isn't really true, and we have a global license covering the code, so we have now stripped out all those old tags. Signed-off-by: Daniel Pittman <daniel@puppetlabs.com>
This commit is contained in:
Родитель
208b41e5dd
Коммит
fd7332be5c
|
@ -1,6 +1,3 @@
|
|||
# Created by Luke Kanies on 2006-04-30.
|
||||
# Copyright (c) 2006. All rights reserved.
|
||||
|
||||
require 'puppet/util/feature'
|
||||
|
||||
# Add the simple features, all in one file.
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
# Created by Luke Kanies on 2006-11-07.
|
||||
# Copyright (c) 2006. All rights reserved.
|
||||
|
||||
require 'puppet/util/feature'
|
||||
|
||||
Puppet.features.rubygems?
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
# Created by Luke Kanies on 2006-11-07.
|
||||
# Copyright (c) 2006. All rights reserved.
|
||||
|
||||
require 'puppet/util/feature'
|
||||
|
||||
Puppet.features.add(:rubygems, :libs => "rubygems")
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
#
|
||||
# Created by Luke Kanies on 2007-10-16.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
# Just a stub class.
|
||||
class Puppet::FileServing # :nodoc:
|
||||
end
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
#
|
||||
# Created by Luke Kanies on 2007-10-22.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'puppet/file_serving'
|
||||
|
||||
# The base class for Content and Metadata; provides common
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
#
|
||||
# Created by Luke Kanies on 2007-10-16.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'puppet'
|
||||
require 'puppet/file_serving'
|
||||
require 'puppet/file_serving/mount'
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
#
|
||||
# Created by Luke Kanies on 2007-10-16.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'puppet/indirector'
|
||||
require 'puppet/file_serving'
|
||||
require 'puppet/file_serving/base'
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
#
|
||||
# Created by Luke Kanies on 2007-10-22.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'find'
|
||||
require 'puppet/file_serving'
|
||||
require 'puppet/file_serving/metadata'
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
#
|
||||
# Created by Luke Kanies on 2007-10-18.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'uri'
|
||||
require 'puppet/file_serving'
|
||||
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
#
|
||||
# Created by Luke Kanies on 2007-10-16.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'puppet'
|
||||
require 'puppet/indirector'
|
||||
require 'puppet/file_serving'
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
#
|
||||
# Created by Luke Kanies on 2007-10-16.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'puppet/network/authstore'
|
||||
require 'puppet/util/logging'
|
||||
require 'puppet/util/cacher'
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
#
|
||||
# Created by Luke Kanies on 2007-10-22.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'puppet/file_serving'
|
||||
require 'puppet/file_serving/fileset'
|
||||
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
#
|
||||
# Created by Luke Kanies on 2007-10-24.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'puppet/file_serving/terminus_helper'
|
||||
require 'puppet/indirector/terminus'
|
||||
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
#
|
||||
# Created by Luke Kanies on 2007-10-16.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'puppet/file_serving/content'
|
||||
require 'puppet/indirector/file_content'
|
||||
require 'puppet/indirector/direct_file_server'
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
#
|
||||
# Created by Luke Kanies on 2007-10-18.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'puppet/file_serving/content'
|
||||
require 'puppet/indirector/file_content'
|
||||
require 'puppet/indirector/file_server'
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
#
|
||||
# Created by Luke Kanies on 2007-10-18.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'puppet/file_serving/content'
|
||||
require 'puppet/indirector/file_content'
|
||||
require 'puppet/indirector/rest'
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
#
|
||||
# Created by Luke Kanies on 2007-10-16.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'puppet/file_serving/metadata'
|
||||
require 'puppet/indirector/file_metadata'
|
||||
require 'puppet/indirector/direct_file_server'
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
#
|
||||
# Created by Luke Kanies on 2007-10-18.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'puppet/file_serving/metadata'
|
||||
require 'puppet/indirector/file_metadata'
|
||||
require 'puppet/indirector/file_server'
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
#
|
||||
# Created by Luke Kanies on 2007-10-18.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'puppet/file_serving/metadata'
|
||||
require 'puppet/indirector/file_metadata'
|
||||
require 'puppet/indirector/rest'
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
#
|
||||
# Created by Luke Kanies on 2007-10-19.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'puppet/file_serving/configuration'
|
||||
require 'puppet/file_serving/fileset'
|
||||
require 'puppet/file_serving/terminus_helper'
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
# Created by Luke A. Kanies on 2007-08-13.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'puppet/node'
|
||||
require 'puppet/resource/catalog'
|
||||
require 'puppet/util/errors'
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
# Created by Luke Kanies on 2006-11-12.
|
||||
# Copyright (c) 2006. All rights reserved.
|
||||
|
||||
require 'puppet'
|
||||
|
||||
# A module just to store the mount/unmount methods. Individual providers
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
# Created by Luke Kanies on 2007-11-27.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'puppet'
|
||||
require 'puppet/provider/parsedfile'
|
||||
require 'puppet/external/nagios'
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
# Created by Luke A. Kanies on 2007-06-05.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
class Puppet::Provider::Package < Puppet::Provider
|
||||
# Prefetch our package list, yo.
|
||||
def self.prefetch(packages)
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
#!/usr/bin/env ruby
|
||||
#
|
||||
# Created by Luke A. Kanies on 2006-11-24.
|
||||
# Copyright (c) 2006. All rights reserved.
|
||||
|
||||
# subscriptions are permanent associations determining how different
|
||||
# objects react to an event
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
# Created by Luke Kanies on 2006-11-07.
|
||||
# Copyright (c) 2006. All rights reserved.
|
||||
|
||||
class Puppet::Util::Feature
|
||||
attr_reader :path
|
||||
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
# Created by Luke Kanies on 2006-11-16.
|
||||
# Copyright (c) 2006. All rights reserved.
|
||||
|
||||
require 'puppet'
|
||||
require 'puppet/simple_graph'
|
||||
|
||||
|
|
|
@ -1,5 +1,2 @@
|
|||
#
|
||||
# Created by Luke Kanies on 2008-3-23.
|
||||
# Copyright (c) 2008. All rights reserved.
|
||||
module Puppet::Util::Ldap
|
||||
end
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
#
|
||||
# Created by Luke Kanies on 2008-3-23.
|
||||
# Copyright (c) 2008. All rights reserved.
|
||||
require 'puppet/util/ldap'
|
||||
|
||||
class Puppet::Util::Ldap::Connection
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
#
|
||||
# Created by Luke Kanies on 2008-3-28.
|
||||
# Copyright (c) 2008. All rights reserved.
|
||||
require 'puppet/util/ldap'
|
||||
|
||||
class Puppet::Util::Ldap::Generator
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
# Created by Luke Kanies on 2007-07-04.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
module Puppet::Util::LogPaths
|
||||
# return the full path to us, for logging and rollback
|
||||
# some classes (e.g., FileTypeRecords) will have to override this
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-10-18.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/file_serving/content'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-10-18.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/file_serving/metadata'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-10-19.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/indirector/file_content/file'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-10-18.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/indirector/file_content/file_server'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-10-18.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/indirector/file_metadata/file_server'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2008-4-8.
|
||||
# Copyright (c) 2008. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
describe Puppet::Node::Facts do
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-9-23.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/node'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-10-12.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/reports'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-4-8.
|
||||
# Copyright (c) 2008. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
describe Puppet::Resource::Catalog do
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2008-4-17.
|
||||
# Copyright (c) 2008. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/ssl/certificate_authority'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2008-4-17.
|
||||
# Copyright (c) 2008. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/ssl/certificate_request'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2008-5-5.
|
||||
# Copyright (c) 2008. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/ssl/certificate_revocation_list'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2008-4-17.
|
||||
# Copyright (c) 2008. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/ssl/host'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2008-4-8.
|
||||
# Copyright (c) 2008. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
describe Puppet::Transaction::Report do
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-10-18.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
shared_examples_for "Puppet::Indirector::FileServerTerminus" do
|
||||
# This only works if the shared behaviour is included before
|
||||
# the 'before' block in the including context.
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-10-18.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
shared_examples_for "Puppet::FileServing::Files" do
|
||||
it "should use the rest terminus when the 'puppet' URI scheme is used and a host name is present" do
|
||||
uri = "puppet://myhost/fakemod/my/file"
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
#
|
||||
# Created by Luke Kanies on 2008-4-8.
|
||||
# Copyright (c) 2008. All rights reserved.
|
||||
|
||||
shared_examples_for "A Memory Terminus" do
|
||||
it "should find no instances by default" do
|
||||
@searcher.find(@request).should be_nil
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-11-12.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
require 'puppet/agent'
|
||||
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-11-12.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
require 'puppet/configurer'
|
||||
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-10-18.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/file_serving/indirection_hooks'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-10-22.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/file_serving/terminus_helper'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-9-23.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/indirector/catalog/compiler'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2008-3-7.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/indirector/certificate/ca'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2008-3-7.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/indirector/certificate/file'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2008-3-7.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/ssl/host'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2008-3-7.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/indirector/certificate_request/file'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2008-3-7.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/indirector/certificate_revocation_list/ca'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2008-3-7.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/indirector/certificate_revocation_list/file'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-10-24.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/indirector/direct_file_server'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-9-23.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/indirector/facts/facter'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-10-18.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/indirector/file_content/file_server'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-10-18.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/indirector/file_content/file'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-10-18.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/indirector/file_metadata/file_server'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-10-18.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/indirector/file_metadata/file'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-10-19.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/indirector/file_server'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2008-3-7.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/indirector/key/ca'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2008-3-7.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/indirector/key/file'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-9-23.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/indirector/report/processor'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2008-3-10.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/indirector/ssl_file'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2008-3-24.
|
||||
# Copyright (c) 2008. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/network/client'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Rick Bradley on 2007-10-15.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
require 'puppet/network/http'
|
||||
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Rick Bradley on 2007-10-15.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
require 'puppet/network/handler'
|
||||
require 'puppet/network/http'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-11-26.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
require 'puppet/network/http_pool'
|
||||
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Rick Bradley on 2007-10-03.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/network/http'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Rick Bradley on 2007-10-03.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
require 'puppet/network/server'
|
||||
require 'puppet/network/handler'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2008-3-10.
|
||||
# Copyright (c) 2006. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
provider_class = Puppet::Type.type(:group).provider(:ldap)
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2008-3-21.
|
||||
# Copyright (c) 2006. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/provider/ldap'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-9-12.
|
||||
# Copyright (c) 2006. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
require 'shared_behaviours/all_parsedfile_providers'
|
||||
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2008-3-10.
|
||||
# Copyright (c) 2006. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
provider_class = Puppet::Type.type(:user).provider(:ldap)
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-11-1.
|
||||
# Copyright (c) 2006. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
require 'puppet/relationship'
|
||||
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-11-1.
|
||||
# Copyright (c) 2006. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
require 'puppet/simple_graph'
|
||||
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-9-22.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/util/checksums'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2008-02-12.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/util/constant_inflector'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2008-3-19.
|
||||
# Copyright (c) 2006. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/util/ldap/connection'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2008-3-28.
|
||||
# Copyright (c) 2008. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/util/ldap/generator'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2008-3-19.
|
||||
# Copyright (c) 2006. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/util/ldap/manager'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2007-11-18.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/util/nagios_maker'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env rspec
|
||||
#
|
||||
# Created by Luke Kanies on 2008-01-19.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
require 'puppet/util/tagging'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env ruby
|
||||
#
|
||||
# Created by Luke A. Kanies on 2007-0419.
|
||||
# Copyright (c) 2006. All rights reserved.
|
||||
|
||||
require File.expand_path(File.dirname(__FILE__) + '/../../lib/puppettest')
|
||||
|
||||
require 'puppettest'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env ruby
|
||||
#
|
||||
# Created by Luke A. Kanies on 2006-11-29.
|
||||
# Copyright (c) 2006. All rights reserved.
|
||||
|
||||
module PuppetTest::Support::Resources
|
||||
def tree_resource(name)
|
||||
Puppet::Type.type(:file).new :title => name, :path => "/tmp/#{name}", :mode => 0755
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env ruby
|
||||
#
|
||||
# Created by Luke A. Kanies on 2007-03-05.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require 'puppettest'
|
||||
require 'puppettest/runnable_test'
|
||||
require 'test/unit'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env ruby
|
||||
#
|
||||
# Created by Luke A. Kanies on 2007-02-05.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require File.expand_path(File.dirname(__FILE__) + '/../../lib/puppettest')
|
||||
|
||||
require 'puppettest'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env ruby
|
||||
#
|
||||
# Created by Luke A. Kanies on 2007-06-10.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require File.expand_path(File.dirname(__FILE__) + '/../../lib/puppettest')
|
||||
|
||||
require 'puppettest'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env ruby
|
||||
#
|
||||
# Created by Luke A. Kanies on 2006-11-29.
|
||||
# Copyright (c) 2006. All rights reserved.
|
||||
|
||||
require File.expand_path(File.dirname(__FILE__) + '/../../lib/puppettest')
|
||||
|
||||
require 'puppettest'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env ruby
|
||||
#
|
||||
# Created by Luke A. Kanies on 2007-01-28.
|
||||
# Copyright (c) 2007. All rights reserved.
|
||||
|
||||
require File.expand_path(File.dirname(__FILE__) + '/../../../lib/puppettest')
|
||||
|
||||
require 'puppettest'
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/usr/bin/env ruby
|
||||
#
|
||||
# Created by Luke Kanies on 2006-12-12.
|
||||
# Copyright (c) 2006. All rights reserved.
|
||||
|
||||
require File.expand_path(File.dirname(__FILE__) + '/../../lib/puppettest')
|
||||
|
||||
require 'puppettest'
|
||||
|
|
Загрузка…
Ссылка в новой задаче