Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

intial import #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .svn/all-wcprops
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
K 25
svn:wc:ra_dav:version-url
V 55
/repos/puppet/!svn/ver/735/releases/prod/modules/psacct
END
Modulefile
K 25
svn:wc:ra_dav:version-url
V 66
/repos/puppet/!svn/ver/735/releases/prod/modules/psacct/Modulefile
END
README
K 25
svn:wc:ra_dav:version-url
V 62
/repos/puppet/!svn/ver/735/releases/prod/modules/psacct/README
END
105 changes: 105 additions & 0 deletions .svn/entries
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
10

dir
927
https://ssgsvn.herffjones.hj-int/repos/puppet/releases/prod/modules/psacct
https://ssgsvn.herffjones.hj-int/repos/puppet



2013-07-31T18:33:10.816588Z
603
arboeglin














49f58e6b-c092-4bf3-a5ec-a47c314e1dd7

tests
dir

Modulefile
file




2014-01-28T21:26:58.709692Z
197dff0814cbd9b82209b217504b94e8
2013-07-31T18:32:21.059123Z
602
appsvn





















237

manifests
dir

spec
dir

README
file




2014-01-28T21:26:58.709692Z
e38653947613871f793acb96bc7a54de
2013-07-31T18:32:21.059123Z
602
appsvn





















171

11 changes: 11 additions & 0 deletions .svn/text-base/Modulefile.svn-base
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name 'hj-psacct'
version '0.1.0'
source 'UNKNOWN'
author 'hj'
license 'Apache License, Version 2.0'
summary 'UNKNOWN'
description 'UNKNOWN'
project_page 'UNKNOWN'

## Add dependencies, if any:
# dependency 'username/name', '>= 1.2.0'
16 changes: 16 additions & 0 deletions .svn/text-base/README.svn-base
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
psacct

This is the psacct module.

License
-------


Contact
-------


Support
-------

Please log tickets and issues at our [Projects site](http://projects.example.com)
11 changes: 11 additions & 0 deletions Modulefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name 'hj-psacct'
version '0.1.0'
source 'UNKNOWN'
author 'hj'
license 'Apache License, Version 2.0'
summary 'UNKNOWN'
description 'UNKNOWN'
project_page 'UNKNOWN'

## Add dependencies, if any:
# dependency 'username/name', '>= 1.2.0'
16 changes: 16 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
psacct

This is the psacct module.

License
-------


Contact
-------


Support
-------

Please log tickets and issues at our [Projects site](http://projects.example.com)
11 changes: 11 additions & 0 deletions manifests/.svn/all-wcprops
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
K 25
svn:wc:ra_dav:version-url
V 65
/repos/puppet/!svn/ver/735/releases/prod/modules/psacct/manifests
END
init.pp
K 25
svn:wc:ra_dav:version-url
V 73
/repos/puppet/!svn/ver/735/releases/prod/modules/psacct/manifests/init.pp
END
62 changes: 62 additions & 0 deletions manifests/.svn/entries
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
10

dir
927
https://ssgsvn.herffjones.hj-int/repos/puppet/releases/prod/modules/psacct/manifests
https://ssgsvn.herffjones.hj-int/repos/puppet



2013-07-31T18:32:21.059123Z
602
appsvn














49f58e6b-c092-4bf3-a5ec-a47c314e1dd7

init.pp
file




2014-01-28T21:26:58.704693Z
ae4dfa883e6a6d2b81d7e8b9a0769f5e
2013-07-31T18:32:21.059123Z
602
appsvn





















226

18 changes: 18 additions & 0 deletions manifests/.svn/text-base/init.pp.svn-base
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# == Class: psacct
#
# The psacct package and service
#
class psacct {

package { 'psacct':
ensure => installed,
}

service { 'psacct':
ensure => running,
enable => true,
hasstatus => true,
}


}
18 changes: 18 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# == Class: psacct
#
# The psacct package and service
#
class psacct {

package { 'psacct':
ensure => installed,
}

service { 'psacct':
ensure => running,
enable => true,
hasstatus => true,
}


}
11 changes: 11 additions & 0 deletions spec/.svn/all-wcprops
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
K 25
svn:wc:ra_dav:version-url
V 60
/repos/puppet/!svn/ver/735/releases/prod/modules/psacct/spec
END
spec_helper.rb
K 25
svn:wc:ra_dav:version-url
V 75
/repos/puppet/!svn/ver/735/releases/prod/modules/psacct/spec/spec_helper.rb
END
62 changes: 62 additions & 0 deletions spec/.svn/entries
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
10

dir
927
https://ssgsvn.herffjones.hj-int/repos/puppet/releases/prod/modules/psacct/spec
https://ssgsvn.herffjones.hj-int/repos/puppet



2013-07-31T18:32:21.059123Z
602
appsvn














49f58e6b-c092-4bf3-a5ec-a47c314e1dd7

spec_helper.rb
file




2014-01-28T21:26:58.707693Z
a55d1e6483344f8ec6963fcb2c220372
2013-07-31T18:32:21.059123Z
602
appsvn





















400

17 changes: 17 additions & 0 deletions spec/.svn/text-base/spec_helper.rb.svn-base
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
dir = File.expand_path(File.dirname(__FILE__))
$LOAD_PATH.unshift File.join(dir, 'lib')

require 'mocha'
require 'puppet'
require 'rspec'
require 'spec/autorun'

Spec::Runner.configure do |config|
config.mock_with :mocha
end

# We need this because the RAL uses 'should' as a method. This
# allows us the same behaviour but with a different method name.
class Object
alias :must :should
end
Loading