Added sshkeys module.
This commit is contained in:
parent
1c7dffc32a
commit
1bfaf24795
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -4,3 +4,6 @@
|
||||||
[submodule "modules/python"]
|
[submodule "modules/python"]
|
||||||
path = modules/python
|
path = modules/python
|
||||||
url = https://github.com/stankevich/puppet-python.git
|
url = https://github.com/stankevich/puppet-python.git
|
||||||
|
[submodule "modules/sshkeys"]
|
||||||
|
path = modules/sshkeys
|
||||||
|
url = https://github.com/artem-sidorenko/puppet-sshkeys.git
|
||||||
|
|
|
@ -100,6 +100,7 @@ class rhizo_base {
|
||||||
|
|
||||||
include ntp
|
include ntp
|
||||||
include kannel
|
include kannel
|
||||||
|
include sshkeys
|
||||||
include rhizo_base::fixes
|
include rhizo_base::fixes
|
||||||
include rhizo_base::apt
|
include rhizo_base::apt
|
||||||
include rhizo_base::postgresql
|
include rhizo_base::postgresql
|
||||||
|
|
1
modules/sshkeys
Submodule
1
modules/sshkeys
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit fdb9a2189266804ff4a0188ddc0f656ec0ba1151
|
Loading…
Add table
Add a link
Reference in a new issue