Hacked user module to fix compatilibity with puppet 2.7
This commit is contained in:
parent
30177d3e08
commit
8d123cdb17
6 changed files with 59 additions and 55 deletions
|
@ -1,14 +1,18 @@
|
|||
|
||||
all: cron
|
||||
|
||||
cron: manifests/classes.pp manifests/virtual.pp
|
||||
cron: manifests/virtual.pp manifests/user.pp manifests/group.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 > $@
|
||||
manifests/user.pp: manifests/virtual.pp
|
||||
@echo "Creating user.pp ..."
|
||||
ruby scripts/update-classes.rb -u > $@
|
||||
|
||||
manifests/group.pp: manifests/virtual.pp
|
||||
@echo "Creating group.pp ..."
|
||||
ruby scripts/update-classes.rb -g > $@
|
||||
|
||||
.PHONY: manifests/virtual.pp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue