~tieto/+junk/cfengine3

« back to all changes in this revision

Viewing changes to tests/units/unit-env.cf

  • Committer: Bazaar Package Importer
  • Author(s): Antonio Radici
  • Date: 2010-04-30 08:11:20 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100430081120-qjlb3etnasi7mr0a
Tags: 3.0.4+dfsg-1
 * debian/watch: modified to catch the newest versions
 * debian/control:
    + removed DMUA
    + bumped Standards-Version to 3.8.4 (no changed needed)
 * debian/patches:
    + all patches refreshed
    + rename-doesnt-fail: removed, it is incorporated upstream
    + added some more typos to patches/fix-error-typos
* Switch to dpkg-source 3.0 (quilt) format
    + debian/control: removed quilt from B-D
    + debian/rules: removed patch/unpatch and quilt include
    + debian/README.source removed
* debian/cfengin3.lintian-overrides:
    + overridden a spelling error (it is not)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
body common control
3
 
{
4
 
bundlesequence => { "one" };
5
 
}
6
 
 
7
 
body agent control
8
 
{
9
 
environment => { "A=123", "B=456", "PGK_PATH=/tmp"};
10
 
}
11
 
 
12
 
bundle agent one
13
 
{
14
 
commands:
15
 
 
16
 
  "/usr/bin/env";
17
 
}
 
 
b'\\ No newline at end of file'