Initial version of LDAP user import.
This commit is contained in:
parent
c99fe8874a
commit
0ec8d2b535
3 changed files with 221 additions and 0 deletions
14
user/Makefile
Normal file
14
user/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
all: cron
|
||||
|
||||
cron: manifests/classes.pp manifests/virtual.pp
|
||||
|
||||
manifests/virtual.pp:
|
||||
@echo "Creating virtual.pp ..."
|
||||
ruby scripts/update-virtual.rb > $@
|
||||
|
||||
manifests/classes.pp: manifests/virtual.pp
|
||||
@echo "Creating classes.pp ..."
|
||||
ruby scripts/update-classes.rb > $@
|
||||
|
||||
.PHONY: manifests/virtual.pp
|
Loading…
Add table
Add a link
Reference in a new issue