forked from ungleich-public/cdist
remove obsolete test/
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
97a70cfc8b
commit
d55eaba23a
9 changed files with 0 additions and 179 deletions
|
@ -1,32 +0,0 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# 2010 Nico Schottelius (nico-cdist at schottelius.org)
|
||||
#
|
||||
# This file is part of cdist.
|
||||
#
|
||||
# cdist is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# cdist is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with cdist. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
#
|
||||
# Define configuration, currently global, add matches later!
|
||||
#
|
||||
|
||||
__file cdist_bin --source /from/outer/space --destination /to/earth
|
||||
__user hal --uid 9000
|
||||
__service puppet --status disabled
|
||||
|
||||
# fails
|
||||
__service puppet --status duplicated
|
||||
|
||||
# fails
|
||||
__service time --missing
|
|
@ -1,3 +0,0 @@
|
|||
. ./reporter
|
||||
|
||||
reporter
|
|
@ -1,5 +0,0 @@
|
|||
func1()
|
||||
{
|
||||
myvar="blu"
|
||||
echo $myvar
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
. ./func_var1
|
||||
. ./func_var2
|
||||
|
||||
func1
|
||||
func2
|
|
@ -1,4 +0,0 @@
|
|||
func2()
|
||||
{
|
||||
echo $myvar
|
||||
}
|
|
@ -1,4 +0,0 @@
|
|||
reporter()
|
||||
{
|
||||
echo 0: $0
|
||||
}
|
|
@ -1,78 +0,0 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# 2010 Nico Schottelius (nico-cdist at schottelius.org)
|
||||
#
|
||||
# This file is part of cdist.
|
||||
#
|
||||
# cdist is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# cdist is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with cdist. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
#
|
||||
# Let's build a cconfig tree from a generic configuration (example)
|
||||
#
|
||||
|
||||
d1="$(date)"
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
uname=$(ssh localhost "uname -r")
|
||||
d2="$(date)"
|
||||
|
||||
echo $d1 $d2
|
|
@ -1,24 +0,0 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# 2010 Nico Schottelius (nico-cdist at schottelius.org)
|
||||
#
|
||||
# This file is part of cdist.
|
||||
#
|
||||
# cdist is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# cdist is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with cdist. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
#
|
||||
|
||||
. cdist-config
|
||||
|
||||
collectd
|
|
@ -1,24 +0,0 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# 2010 Nico Schottelius (nico-cdist at schottelius.org)
|
||||
#
|
||||
# This file is part of cdist.
|
||||
#
|
||||
# cdist is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# cdist is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with cdist. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
#
|
||||
|
||||
. cdist-config
|
||||
|
||||
cdist_package install "$@"
|
Loading…
Reference in a new issue