Commit Graph

4 Commits

Author SHA1 Message Date
Clark Boylan fbdd3aa557 Retire this repo
The opendev project has been moving away from puppet and this is one of
the puppet modules that is no longer used. To simplify things for us we
are taking the extra step of retiring this repo.

Change-Id: Ibd49cc2311b2b3ee10b5d0ec235f9d247dafdc94
2022-02-17 11:47:50 -08:00
Spencer Krum 1b617cee2c Add dpkg architeture facts
Dpkg and debian consider architecture separetly from what the hardware
is. These facts expose that to puppet.

Create both a normal fact and structured fact. The structured form could
be extended to add more dpkg properties.

Change-Id: I5b5d5bf6b8d19f4de3bc97d0240fdbda3e3a6a5d
2015-04-14 12:34:20 -07:00
Ian Wienand f2d759d1f5 Don't use -o argument to "free"
The /bin/free on Fedora 21 doesn't understand -o argument to free;
that being:

---
 -o, --old
   Display the output in old format, the only difference being this
   option will disable the display of the "buffer adjusted" line.
---

i.e. the difference is the "-/+ buffers/cache" line.  Since the sed
only matches on the line starting "^Mem", this is not relevant anyway.

Change-Id: Ib2f763ea82b9a3b397d202453099d58e5dd5a355
2014-11-06 10:39:36 +11:00
Monty Taylor dab475b8b2 Aggregate jenkins modules into one module.
Put jenkins_master into jenkins::master and jenkins_job_builder into
jenkins::job_builder and jenkins_slave into jenkins::slave.

Change-Id: Icb0e3071894730c17d8f36f49e9d34979d9c568e
Reviewed-on: https://review.openstack.org/11249
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
2012-08-12 18:22:26 +00:00