summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap4
-rw-r--r--modules/tozt/files/puppet-tozt (renamed from modules/tozt/files/tozt-puppet)2
-rw-r--r--modules/tozt/manifests/bootstrap.pp4
3 files changed, 5 insertions, 5 deletions
diff --git a/bootstrap b/bootstrap
index 6b84b51..727846a 100755
--- a/bootstrap
+++ b/bootstrap
@@ -3,8 +3,8 @@ set -eux
set -o pipefail
host="$1"
-conf_location="/usr/local/share/bootstrap-tozt"
-conf_repo="git://github.com/doy/bootstrap-tozt"
+conf_location="/usr/local/share/puppet-tozt"
+conf_repo="git://github.com/doy/puppet-tozt"
remote() {
ssh root@$host "$@"
diff --git a/modules/tozt/files/tozt-puppet b/modules/tozt/files/puppet-tozt
index 0a23b3b..168bb66 100644
--- a/modules/tozt/files/tozt-puppet
+++ b/modules/tozt/files/puppet-tozt
@@ -2,6 +2,6 @@
set -eu
set -o pipefail
-cd /usr/local/share/bootstrap-tozt
+cd /usr/local/share/puppet-tozt
sudo git pull
sudo puppet apply --modulepath=./modules manifest.pp
diff --git a/modules/tozt/manifests/bootstrap.pp b/modules/tozt/manifests/bootstrap.pp
index ec15279..a7c329d 100644
--- a/modules/tozt/manifests/bootstrap.pp
+++ b/modules/tozt/manifests/bootstrap.pp
@@ -1,6 +1,6 @@
class tozt::bootstrap {
- file { '/usr/local/bin/tozt-puppet':
- source => 'puppet:///modules/tozt/tozt-puppet',
+ file { '/usr/local/bin/puppet-tozt':
+ source => 'puppet:///modules/tozt/puppet-tozt',
mode => '0755';
}
}