summaryrefslogtreecommitdiffstats
path: root/tozt/tozt/manifests/bootstrap.pp
diff options
context:
space:
mode:
Diffstat (limited to 'tozt/tozt/manifests/bootstrap.pp')
-rw-r--r--tozt/tozt/manifests/bootstrap.pp14
1 files changed, 0 insertions, 14 deletions
diff --git a/tozt/tozt/manifests/bootstrap.pp b/tozt/tozt/manifests/bootstrap.pp
deleted file mode 100644
index 7d18444..0000000
--- a/tozt/tozt/manifests/bootstrap.pp
+++ /dev/null
@@ -1,14 +0,0 @@
-class tozt::bootstrap {
- package {
- [
- "puppet",
- "rsync",
- ]:
- ensure => installed,
- }
-
- file { '/usr/local/bin/puppet-tozt':
- source => 'puppet:///modules/tozt/puppet-tozt',
- mode => '0755';
- }
-}