Add the message catalog template files.

This commit is contained in:
Pedro Algarvio 2013-10-12 23:22:44 +01:00
parent 77b77a30f9
commit 23559d4240
485 changed files with 70093 additions and 0 deletions

1
.gitignore vendored
View file

@ -47,3 +47,4 @@ Vagrantfile
# Compiled translation files should not be VCS'ed
# locale/zh_CN/LC_MESSAGES/topics/virt/nic.mo
*.mo
.doctrees

View file

@ -0,0 +1,23 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../contents.rst:6
# aa06c5a8aede4a20b44df940856dd12a
msgid "Full Table of Contents"
msgstr ""

153
doc/locale/pot/faq.pot Normal file
View file

@ -0,0 +1,153 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../faq.rst:5
# e6e4d20f2ecb4f39a11ebb0d8d10d25c
msgid "Frequently Asked Questions"
msgstr ""
#: ../../faq.rst:0
# 0ed92de68ec0402fa7655e45cd723e80
msgid "FAQ"
msgstr ""
#: ../../faq.rst:10
# 3ab6493305ab410489373aee76177427
msgid "Is Salt open-core?"
msgstr ""
#: ../../faq.rst:12
# 6ba613f872c849a5a0e95dd3ca84479b
msgid "No. Salt is 100% committed to being open-source, including all of our APIs and the new `'Halite' web interface`_ which will be included in version 0.17.0. It is developed under the `Apache 2.0 license`_, allowing it to be used in both open and proprietary projects."
msgstr ""
#: ../../faq.rst:21
# d9e751953f584145ad0614e1fb25cbf0
msgid "What ports should I open on my firewall?"
msgstr ""
#: ../../faq.rst:23
# 40ad92760641436995dbc7efd789ee0d
msgid "Minions need to be able to connect to the Master on TCP ports 4505 and 4506. Minions do not need any inbound ports open. More detailed information on firewall settings can be found :doc:`here </topics/tutorials/firewall>`."
msgstr ""
#: ../../faq.rst:28
# dccf212e1b0b44029bac4810800d1549
msgid "My script runs every time I run a *state.highstate*. Why?"
msgstr ""
#: ../../faq.rst:30
# 2a23b21d93064493912d23df57712ac0
msgid "You are probably using :mod:`cmd.run <salt.states.cmd.run>` rather than :mod:`cmd.wait <salt.states.cmd.wait>`. A :mod:`cmd.wait <salt.states.cmd.wait>` state will only run when there has been a change in a state that it is watching."
msgstr ""
#: ../../faq.rst:35
# 626ab177499b4810930bbc310458f838
msgid "A :mod:`cmd.run <salt.states.cmd.run>` state will run the corresponding command *every time* (unless it is prevented from running by the ``unless`` or ``onlyif`` arguments)."
msgstr ""
#: ../../faq.rst:39
# bb71888b82e249458a6619c29ec5906e
msgid "More details can be found in the docmentation for the :mod:`cmd <salt.states.cmd>` states."
msgstr ""
#: ../../faq.rst:43
# 3c4bee2df3f846b59c15697a79bec3e8
msgid "When I run *test.ping*, why don't the Minions that aren't responding return anything? Returning ``False`` would be helpful."
msgstr ""
#: ../../faq.rst:45
# 1ffc5c5eefb44433ac8dfde32a3fa48a
msgid "When you run *test.ping* the Master tells Minions to run commands/functions, and listens for the return data, printing it to the screen when it is received. If it doesn't receive anything back, it doesn't have anything to display for that Minion."
msgstr ""
#: ../../faq.rst:50
# 765a1000ba0c4f5dbd528824deac5fea
msgid "There are a couple options for getting information on Minions that are not responding. One is to use the verbose (``-v``) option when you run salt commands, as it will display \"Minion did not return\" for any Minions which time out."
msgstr ""
#: ../../faq.rst:59
# c358007ab790497dad52522482513e58
msgid "Another option is to use the :mod:`manage.down <salt.runners.manage.down>` runner:"
msgstr ""
#: ../../faq.rst:67
# ac3e72eb2ddb45d2902835cc200400ad
msgid "How does Salt determine the Minion's id?"
msgstr ""
#: ../../faq.rst:69
# fe2a491250404be58916bd5c765c2604
msgid "If the Minion id is not configured explicitly (using the :conf_minion:`id` parameter), Salt will determine the id based on the hostname. Exactly how this is determined varies a little between operating systems and is described in detail :ref:`here <minion-id-generation>`."
msgstr ""
#: ../../faq.rst:75
# 770cceb99cac49188cf340866c987aa6
msgid "I'm trying to manage packages/services but I get an error saying that the state is not available. Why?"
msgstr ""
#: ../../faq.rst:77
# b5e840919ec942e08079abc8fd70ba41
msgid "Salt detects the Minion's operating system and assigns the correct package or service management module based on what is detected. However, for certain custom spins and OS derivatives this detection fails. In cases like this, an issue should be opened on our tracker_, with the following information:"
msgstr ""
#: ../../faq.rst:82
# ca15b2d300264dc283ed6f0eb77ba2e7
msgid "The output of the following command:"
msgstr ""
#: ../../faq.rst:88
# 450954f4b781407d9233b3187e9ac2c3
msgid "The contents of ``/etc/lsb-release``, if present on the Minion."
msgstr ""
#: ../../faq.rst:93
# 0f23cb22f41f437896ceee4542f8711d
msgid "I'm using gitfs and my custom modules/states/etc are not syncing. Why?"
msgstr ""
#: ../../faq.rst:95
# 91f50e077cdc4252a55312f08a1da4d3
msgid "In versions of Salt 0.16.3 or older, there is a bug in :doc:`gitfs </topics/tutorials/gitfs>` which can affect the syncing of custom types. Upgrading to 0.16.4 or newer will fix this."
msgstr ""
#: ../../faq.rst:100
# dce25b0d12464ae48749e9319a5f57b8
msgid "Why aren't my custom modules/states/etc. available on my Minions?"
msgstr ""
#: ../../faq.rst:102
# 73326f0320354c46a0cdd4eb83fc285d
msgid "Custom modules are only synced to Minions when :mod:`state.highstate <salt.modules.state.highstate>`, :mod:`saltutil.sync_modules <salt.modules.saltutil.sync_modules>`, or :mod:`saltutil.sync_all <salt.modules.saltutil.sync_all>` is run. Similarly, custom states are only synced to Minions when :mod:`state.highstate <salt.modules.state.highstate>`, :mod:`saltutil.sync_states <salt.modules.saltutil.sync_states>`, or :mod:`saltutil.sync_all <salt.modules.saltutil.sync_all>` is run."
msgstr ""
#: ../../faq.rst:110
# e3fa2ef96618432f915e50b2c008c51c
msgid "Other custom types (renderers, outputters, etc.) have similar behavior, see the documentation for the :mod:`saltutil <salt.modules.saltutil>` module for more information."
msgstr ""
#: ../../faq.rst:115
# 30fa6f5699dd4a71971bc692dfc306d4
msgid "Module ``X`` isn't available, even though the shell command it uses is installed. Why?"
msgstr ""
#: ../../faq.rst:116
# 2d8b0bb1a784445b9abf6940566266bf
msgid "This is most likely a PATH issue. Did you custom-compile the software which the module requires? RHEL/CentOS/etc. in particular override the root user's path in ``/etc/init.d/functions``, setting it to ``/sbin:/usr/sbin:/bin:/usr/bin``, making software installed into ``/usr/local/bin`` unavailable to Salt when the Minion is started using the initscript. In version 0.18.0, Salt will have a better solution for these sort of PATH-related issues, but recompiling the software to install it into a location within the PATH should resolve the issue in the meantime. Alternatively, you can create a symbolic link within the PATH using a :mod:`file.symlink <salt.states.file.symlink>` state."
msgstr ""

608
doc/locale/pot/index.pot Normal file
View file

@ -0,0 +1,608 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../index.rst:9
# eca37b276b5b4a46aa739866d3b80d97
msgid "What is Salt Stack?"
msgstr ""
#: ../../index.rst:11
# 3761a4c489df46e7a9b40f94c1a88899
msgid "Salt is a new approach to infrastructure management. Easy enough to get running in minutes, scalable enough to manage tens of thousands of servers, and fast enough to communicate with them in *seconds*."
msgstr ""
#: ../../index.rst:15
# 7226a52bed854004a01e90888d9cfb9f
msgid "Salt delivers a dynamic communication bus for infrastructures that can be used for orchestration, remote execution, configuration management and much more."
msgstr ""
#: ../../index.rst:18
# a1f9d07c583b415dba76a235b219243c
msgid "Offline documentation"
msgstr ""
#: ../../index.rst:20
# 8edb889a6fda40bd8ce2750e56859130
msgid "Download a copy of the Salt documentation:"
msgstr ""
#: ../../index.rst:22
# 495b94dd811f407e92938c5c99f369e8
msgid "`PDF`_"
msgstr ""
#: ../../index.rst:23
# 19c3c837a805476eaae4ca2a179f290a
msgid "`ePub`_"
msgstr ""
#: ../../index.rst:29
# 425b2ce771f644c399a5dd4b0524fa0c
msgid "Download"
msgstr ""
#: ../../index.rst:31
# f0d9f7e9f30f4996b8da605b1acac370
msgid "Salt source releases are available for download via PyPI:"
msgstr ""
#: ../../index.rst:33
# 87582a9b3a35492fb6b93e7b79e85709
msgid "https://pypi.python.org/pypi/salt"
msgstr ""
#: ../../index.rst:35
# 3a4a9e2d927849b4bfa797ebcc749e89
msgid "The installation documents outline where to obtain packages and installation specifics for platforms:"
msgstr ""
#: ../../index.rst:38
# 8e5d42b8754d47d2806427913862faa1
msgid ":doc:`Installation </topics/installation/index>`"
msgstr ""
#: ../../index.rst:40
# 7f1d1182256e4a83b86b0b9629d700d7
msgid "The Salt Bootstrap project is a single shell script which aims to automate the install correctly on platforms:"
msgstr ""
#: ../../index.rst:43
# 5d23c1e2786143418e5aa68b33702cea
msgid "https://github.com/saltstack/salt-bootstrap"
msgstr ""
#: ../../index.rst:46
# e0138a23dcfd43048d04380aa3f72c47
msgid "Getting Started"
msgstr ""
#: ../../index.rst:48
# f43e1ffc796d4ab9ab3ceff5e22ce5e6
msgid "This walkthrough is made to help individuals get started quickly and gain a foundational knowledge of Salt:"
msgstr ""
#: ../../index.rst:51
# 2d7c61dbf9164aa1bed86ea298350335
msgid ":doc:`Official Salt Walkthrough</topics/tutorials/walkthrough>`"
msgstr ""
#: ../../index.rst:53
# 853717dc41324ec9a9eb1ed5b5abab73
msgid "Additional tutorials are available when getting started with Salt"
msgstr ""
#: ../../index.rst:60
# 80bbe2f37c834348a12b0a6b41911d1d
msgid "States - Configuration Management with Salt:"
msgstr ""
#: ../../index.rst:56
# e8976c82efb142038d0feca2176f231e
msgid ":doc:`Getting Started with States<topics/tutorials/starting_states>`"
msgstr ""
#: ../../index.rst:57
# 778208df58f34978b501ab6c5b777732
msgid ":doc:`Basic config management <topics/tutorials/states_pt1>`"
msgstr ""
#: ../../index.rst:58
# bc08c40838304e6eaf315dbb18b6e74e
msgid ":doc:`Less basic config management <topics/tutorials/states_pt2>`"
msgstr ""
#: ../../index.rst:59
# 91149c28849c4c2eaf4e1b799c314baf
msgid ":doc:`Advanced techniques <topics/tutorials/states_pt3>`"
msgstr ""
#: ../../index.rst:60
# d5450632dfcb4a64932d37cfede8a6cb
msgid ":doc:`Salt Fileserver Path Inheritance <topics/tutorials/states_pt4>`"
msgstr ""
#: ../../index.rst:63
# 6389c2472b9c43b8a611e4a23c321b96
msgid "Masterless Quickstart:"
msgstr ""
#: ../../index.rst:63
# faeabd6d54b542dcbf068872c7affd8c
msgid ":doc:`Salt Quickstart </topics/tutorials/quickstart>`"
msgstr ""
#: ../../index.rst:66
# 7d4ee461268f42bdbc76df49464350a6
msgid "A list of all tutorials can be found here:"
msgstr ""
#: ../../index.rst:66
# 4f2403ceaacd40f89a221be967125256
msgid ":doc:`All Salt tutorials <topics/tutorials/index>`"
msgstr ""
#: ../../index.rst:69
# cba89b8e520c4439a53ee0f219a6ca2d
msgid "Salt in depth"
msgstr ""
#: ../../index.rst:71
# 545558eab771457386d616cdc4ff7b3f
msgid "Setting up and using Salt is a simple task but its capabilities run much, much deeper. These documents will lead to a greater understating of how Salt will empower infrastructure management."
msgstr ""
#: ../../index.rst:76
# c8d431ef92434de8a3dd6da1e64a0492
msgid "Remote execution"
msgstr ""
#: ../../index.rst:78
# 171e847e544b477badddb3809e09bcb7
msgid "Remote execution is the core function of Salt. Running pre-defined or arbitrary commands on remote hosts."
msgstr ""
#: ../../index.rst:90
# 64b2089915524614b53db8a73169d45a
msgid "**Modules**"
msgstr ""
#: ../../index.rst:82
# b4afdaaccdf14a5884f824da6a20216f
msgid "Salt modules are the core of remote execution. They provide functionality such as installing packages, restarting a service, running a remote command, transferring files, and infinitely more."
msgstr ""
#: ../../index.rst:87
# 457b83ef972841c1b9fea7fa38b7de40
msgid ":doc:`Full list of modules </ref/modules/all/index>`"
msgstr ""
#: ../../index.rst:87
# ae98f0f901f548bbb6ebb76308fc502d
msgid "The giant list of core modules that ship with Salt"
msgstr ""
#: ../../index.rst:90
# f497007ff1814770a290ef1ca1f70396
msgid ":doc:`Writing modules <ref/modules/index>`"
msgstr ""
#: ../../index.rst:90
# b697220dce6047be9d3329c5a9af435b
msgid "A guide on how to write Salt modules."
msgstr ""
#: ../../index.rst:102
# fe7a9950ccc945c79d0fdcf6d798a94e
msgid "**Returners**"
msgstr ""
#: ../../index.rst:93
# a42b4bdd319240bca9c008c6195fe0e3
msgid "Salt returners allow saving minion responses in various datastores or to various locations in addition to display at the CLI."
msgstr ""
#: ../../index.rst:97
# 8077fa6fdac149b087086c73938852fa
msgid ":doc:`Full list of returners </ref/returners/all/index>`"
msgstr ""
#: ../../index.rst:97
# fca4635994f643e5a6f24f871e8abf82
msgid "Store minion responses in Redis, Mongo, Cassandra, SQL or more."
msgstr ""
#: ../../index.rst:102
# e80db98c91ac4e66bde51139a8dbd127
msgid ":doc:`Writing returners <ref/returners/index>`"
msgstr ""
#: ../../index.rst:100
# 7c9b38b271f142388603d5c03c79f73a
msgid "Extending Salt to communicate with more interfaces is easy, new databases can be supported or custom interfaces can be easily communicated with."
msgstr ""
#: ../../index.rst:105
# c8f70fc4479a4e54b95eb1e0756e7302
msgid "Targeting"
msgstr ""
#: ../../index.rst:107
# 9d09a9181c4b40059bd6ed2c9a9d8e5f
msgid ":doc:`Targeting </topics/targeting/index>` is specifying which minions should execute commands or manage server configuration."
msgstr ""
#: ../../index.rst:111
# 037c9eafdacb4a4ab2e85ce2a0f39141
msgid ":doc:`Globbing and regex </topics/targeting/globbing>`"
msgstr ""
#: ../../index.rst:111
# 8ef46149400346c69376d2ca02665935
msgid "Match minions using globbing and regular expressions."
msgstr ""
#: ../../index.rst:115
# b4b7d16ef4964fa9ad5634bf7232daf3
msgid ":doc:`Grains </topics/targeting/grains>`"
msgstr ""
#: ../../index.rst:114
# f7c834fe21a148f9bec51c11c18f6adb
msgid "Match minions using bits of static information about the minion such as OS, software versions, virtualization, CPU, memory, and much more."
msgstr ""
#: ../../index.rst:118
# 4fffa4cc7f9f4aa3960ecb90d465d285
msgid ":doc:`Node groups </topics/targeting/nodegroups>`"
msgstr ""
#: ../../index.rst:118
# 36490e611d8e4707ad1d20340a6efb0d
msgid "Statically define groups of minions."
msgstr ""
#: ../../index.rst:121
# ff144b340df74d1abb86756f29ecfd82
msgid ":doc:`Compound matchers </topics/targeting/compound>`"
msgstr ""
#: ../../index.rst:121
# ebd9e9e4498940eb88b73444d9b44f12
msgid "Combine the above matchers as a single target."
msgstr ""
#: ../../index.rst:125
# 6b33dab5c0184405b25b3a682268e2a7
msgid ":doc:`Batching execution </topics/targeting/batch>`"
msgstr ""
#: ../../index.rst:124
# 6c666f8d481845138d349367720f2175
msgid "Loop through all matching minions so that only a subset are executing a command at one time."
msgstr ""
#: ../../index.rst:128
# a5d16447d6ba4294ab45b9f7cf9ddadf
msgid "Configuration management"
msgstr ""
#: ../../index.rst:130
# 34054975e47e499ba47890e5e3cf3fa2
msgid "Building on the remote execution core is a robust and flexible configuration management framework. Execution happens on the minions allowing effortless, simultaneous configuration of tens of thousands of hosts."
msgstr ""
#: ../../index.rst:154
# 7cd52fed93f24913bbda2d001c330150
msgid "**States**"
msgstr ""
#: ../../index.rst:135
# 5f0b911236e14cd0af5911dc9883025b
msgid "Express the state of a host using small, easy to read, easy to understand configuration files. *No programming required*."
msgstr ""
#: ../../index.rst:140
# 8af0cf77d8bb4e0bb12c677a756c0429
msgid ":doc:`Full list of states <ref/states/all/index>`"
msgstr ""
#: ../../index.rst:139
# 4199ab827cc047fbaf9124625caece65
msgid "Install packages, create users, transfer files, start services, and much more."
msgstr ""
#: ../../index.rst:143
# 4e47d679d97144e190070ccd4d64c8df
msgid ":doc:`Pillar System <topics/pillar/index>`"
msgstr ""
#: ../../index.rst:143
# 075da937bbcd44f28f03eafce930de7f
msgid "Salt's Pillar system"
msgstr ""
#: ../../index.rst:146
# 79b693ac24e540789c987ab65b3df771
msgid ":doc:`States Overview<ref/states/index>`"
msgstr ""
#: ../../index.rst:146
# 8290f1be6c06403d9ec7e9737fe83979
msgid "An overview of States and some of the core components."
msgstr ""
#: ../../index.rst:150
# 802f547a7827456db13ec3dffa4b090a
msgid ":doc:`Highstate data structure <ref/states/highstate>`"
msgstr ""
#: ../../index.rst:149
# cd9d0678dafc462594198a66d0e7ed98
msgid "A dry vocabulary and technical representation of the configuration format that states represent."
msgstr ""
#: ../../index.rst:154
# 8380cc2aa31242a29b82a253e869b76b
msgid ":doc:`Writing states <ref/states/writing>`"
msgstr ""
#: ../../index.rst:153
# 748bf6d99de94036be4445edf18c6514
msgid "A guide on how to write Salt state modules. Extending Salt to directly manage in more software is easy."
msgstr ""
#: ../../index.rst:168
# 1c962a592cc54715b7af37bac8645049
msgid "**Renderers**"
msgstr ""
#: ../../index.rst:157
# 43932525f54b4afebaef57f8789063a8
msgid "Write state configuration files in the language, templating engine, or file type of choice. Salt's configuration management system is, under the hood, language agnostic."
msgstr ""
#: ../../index.rst:164
# 1445cd5969624ac181c9248f4abf27e8
msgid ":doc:`Full list of renderers <ref/renderers/all/index>`"
msgstr ""
#: ../../index.rst:162
# 738efb8e9c4a4701954deb3fe8ebbd36
msgid "YAML is not the only choice, many systems are available, from alternative templating engines to the PyDSL language for rendering sls formulas."
msgstr ""
#: ../../index.rst:168
# 6bf7d6f8dce24df98bb23ee4812d0fad
msgid ":doc:`Renderers <ref/renderers/index>`"
msgstr ""
#: ../../index.rst:167
# 458d2feff4b84908bc8700ec71b269d9
msgid "Salt states are only concerned with the ultimate highstate data structure. How that data structure is created is not important."
msgstr ""
#: ../../index.rst:171
# f9b4e3e02ca5436ba618dc5deff9df77
msgid "Miscellaneous topics"
msgstr ""
#: ../../index.rst:173
# e7210272947c427f800282215cb63bcd
msgid "Salt is many splendid things."
msgstr ""
#: ../../index.rst:177
# 4307bb4b39cd4767a1673dac3fdacabf
msgid ":doc:`File Server <ref/file_server/index>`"
msgstr ""
#: ../../index.rst:176
# f8a98559e78644d98e9592939ba7864b
msgid "Salt can easily and quickly transfer files (in fact, that's how Salt States work). Even under heavy load, files are chunked and served."
msgstr ""
#: ../../index.rst:181
# 53056f0eaa564af490745699392fed6a
msgid ":doc:`Syndic <ref/syndic>`"
msgstr ""
#: ../../index.rst:180
# 4ffc6eb68b454a57bda70bab2298a1c3
msgid "A seamless master of masters. Scale Salt to tens of thousands of hosts or across many different networks."
msgstr ""
#: ../../index.rst:186
# d1752726316445f6bcb43a28d0999b54
msgid ":doc:`Peer Communication <ref/peer>`"
msgstr ""
#: ../../index.rst:184
# 62fdd934b2234b1080c3072355bd6848
msgid "Allow minions to communicate amongst themselves. For example, configure one minion by querying live data from all the others. With great power comes great responsibility."
msgstr ""
#: ../../index.rst:190
# 7d86b02c5a6742e6a261a8ad96aefd5a
msgid ":doc:`Reactor System <topics/reactor/index>`"
msgstr ""
#: ../../index.rst:189
# cbfa50fcd30e4f2b818a608cd5790c3d
msgid "The reactor system allows for Salt to create a self aware environment by hooking infrastructure events into actions."
msgstr ""
#: ../../index.rst:193
# 1b4bdd07b4af45f0ae4a166bf0aa1230
msgid ":doc:`Firewall Settings and Salt <topics/tutorials/firewall>`"
msgstr ""
#: ../../index.rst:193
# c8e844b888e145ce9b50674b205e1c6f
msgid "A tutorial covering how to properly firewall a Salt Master server."
msgstr ""
#: ../../index.rst:197
# 8f77df8ebf234994be3e6676e1378f97
msgid ":doc:`Scheduling Executions (like states)<topics/jobs/schedule>`"
msgstr ""
#: ../../index.rst:196
# 7b5d383861df48c99be1511656a003fc
msgid "The schedule system in Salt allows for executions to be run of all sorts from the master or minion at automatic intervals."
msgstr ""
#: ../../index.rst:203
# 751542b39b654cca8863222dce125f5b
msgid ":doc:`Network topology <ref/topology>`"
msgstr ""
#: ../../index.rst:200
# 74b7eed1b36348eab49053279531a159
msgid "At it's core, Salt is a highly scalable communication layer built on top of ZeroMQ that enables remote execution and configuration management. The possibilities are endless and Salt's future looks bright."
msgstr ""
#: ../../index.rst:206
# 34a29fac5ee54e959da8d19c4a90ae5b
msgid ":doc:`Testing Salt <topics/tests/index>`"
msgstr ""
#: ../../index.rst:206
# df93aad0274d4eb88b0ce570387e5d93
msgid "A howto for writing unit tests and integration tests."
msgstr ""
#: ../../index.rst:210
# 6b6ee701b33045249a3e332e8b76d872
msgid ":ref:`Python API interface <python-api>`"
msgstr ""
#: ../../index.rst:209
# 77271a93f3884dd3a1f6e20dfaefd30b
msgid "Use Salt programmatically from scripts and programs easily and simply via ``import salt``."
msgstr ""
#: ../../index.rst:215
# 4a2962bbf62f4d2e9e9fa2b19b8ea91c
msgid ":doc:`Automatic Updates and Frozen Binary Deployments <topics/tutorials/esky>`"
msgstr ""
#: ../../index.rst:213
# b87b38dd6487429f8a171ac4360f90ab
msgid "Use a frozen install to make deployments easier (Even on Windows!). Or take advantage of automatic updates to keep minions running the latest builds."
msgstr ""
#: ../../index.rst:221
# 2e708571285f4f11a805cd6cf6e08e27
msgid ":doc:`Windows Software Manager / Package Repository <ref/windows-package-manager>`"
msgstr ""
#: ../../index.rst:218
# e6874192f02048d7a2483d9206f43d01
msgid "Looking for an easy way to manage software on Windows machines? Search no more! Salt has an integrated software package manager for Windows machines! Install software hosted on the master, somewhere on the network, or any HTTP, HTTPS, or ftp server."
msgstr ""
#: ../../index.rst:224
# 8a50424eca7b46eba07141e5f668b147
msgid "Reference"
msgstr ""
#: ../../index.rst:227
# 443a7323b0d14d85a5722307db18e56f
msgid ":doc:`Command-line interface <ref/cli/index>`"
msgstr ""
#: ../../index.rst:227
# 0b3501f687224cc8abe073d2c0d4dbfc
msgid "Read the Salt manpages."
msgstr ""
#: ../../index.rst:230
# c7683f39e76e4d8eb989358a5e6663fe
msgid ":doc:`Full list of master settings <ref/configuration/master>`"
msgstr ""
#: ../../index.rst:230
# a525e740f48047889feb17fa9763eb7c
msgid "Read through the heavily-commented master configuration file."
msgstr ""
#: ../../index.rst:233
# 690cb5d144c64f9d92d272321eb6010a
msgid ":doc:`Full list of minion settings <ref/configuration/minion>`"
msgstr ""
#: ../../index.rst:233
# e75f9c0b9b53430f98798f4b47390ff9
msgid "Read through the heavily-commented minion configuration file."
msgstr ""
#: ../../index.rst:236
# aadb4df8f0a54d3d8bcf741874655279
msgid ":doc:`Full table of contents </contents>`"
msgstr ""
#: ../../index.rst:236
# 8cda73b834b6414b9b4df98fd7efbc9b
msgid "Dense but complete."
msgstr ""
#: ../../index.rst:239
# 4636f13ed9a74643af6f74331aec650c
msgid "FAQ"
msgstr ""
#: ../../index.rst:241
# a12967f95fa54d268bd2fb07b5556a85
msgid "See :doc:`here <faq>` for a list of Frequently Asked Questions."
msgstr ""
#: ../../index.rst:244
# 52237f18b7714333b740a9347cb96a73
msgid "More information about the project"
msgstr ""
#: ../../index.rst:247
# 7bf32e183b5f48a1b24c54a145446844
msgid ":doc:`Release notes </topics/releases/index>`"
msgstr ""
#: ../../index.rst:247
# 76682c1fde314c53b521dd8e68990bde
msgid "Living history of Salt Stack."
msgstr ""
#: ../../index.rst:250
# b941e38bd4b54c6182d1d624219e780b
msgid ":doc:`Community </topics/community>`"
msgstr ""
#: ../../index.rst:250
# 524c4fee1bbf44058cc83b8eb256c636
msgid "How to get involved."
msgstr ""
#: ../../index.rst:253
# 7a3d8151d1474d25842f4d0140ad2d87
msgid ":doc:`Salt Development </topics/development/index>`"
msgstr ""
#: ../../index.rst:253
# 48e1436ac4434d498083f1088fd7decb
msgid "Information for Hacking on Salt"
msgstr ""

View file

@ -0,0 +1,63 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/auth/all/index.rst:8
# b24ed8a51a0a420ba28489027c4f0c4e
msgid "Full list of builtin auth modules"
msgstr ""
#: ../../<autosummary>:1
# f8a71d78b8af474191c087c296952ae2
msgid ":obj:`keystone <salt.auth.keystone>`\\"
msgstr ""
#: ../../<autosummary>:1
# 082870a4c4b44630adcfb4cc7f3cfb3b
msgid "Provide authentication using OpenStack Keystone"
msgstr ""
#: ../../<autosummary>:1
# f41eec8f3758482984889336b3e32153
msgid ":obj:`ldap <salt.auth.ldap>`\\"
msgstr ""
#: ../../<autosummary>:1
# 41b083d4b5c44fa9a565fc612c93297e
msgid "Provide authentication using simple LDAP binds"
msgstr ""
#: ../../<autosummary>:1
# ebea114462f342fab2c139f854f792ac
msgid ":obj:`pam <salt.auth.pam>`\\"
msgstr ""
#: ../../<autosummary>:1
# 53ca060a3847430785ebd221976b96ce
msgid "Authenticate against PAM"
msgstr ""
#: ../../<autosummary>:1
# 2eb2510a68c14c6eb6a536b6f02e3c1d
msgid ":obj:`stormpath_mod <salt.auth.stormpath_mod>`\\"
msgstr ""
#: ../../<autosummary>:1
# 6a1974b109cf41d7abeefa227bb4838c
msgid "Salt Stormpath Authentication"
msgstr ""

View file

@ -0,0 +1,43 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/auth/all/salt.auth.keystone.rst:6
# c322068db6c94e539849df6533dedaee
msgid "salt.auth.keystone"
msgstr ""
#: ../../../salt/auth/keystone.py:docstring of salt.auth.keystone:1
# 5e2e7de4ea444c62a1bf3297f4fb9d98
msgid "Provide authentication using OpenStack Keystone"
msgstr ""
#: ../../../salt/auth/keystone.py:docstring of salt.auth.keystone:3
# 4283b4a34f5940879b81b3d4fffd7431
msgid "keystoneclient Python module"
msgstr ""
#: ../../../salt/auth/keystone.py:docstring of salt.auth.keystone.auth:1
# fc66c389089d4a50aeff38c8a10a3183
msgid "Try and authenticate"
msgstr ""
#: ../../../salt/auth/keystone.py:docstring of salt.auth.keystone.get_auth_url:1
# 4c6b62569df844748db02293a93fa987
msgid "Try and get the URL from the config, else return localhost"
msgstr ""

View file

@ -0,0 +1,38 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/auth/all/salt.auth.ldap.rst:6
# b916a3c681514b1b8ef1373626c02b55
msgid "salt.auth.ldap"
msgstr ""
#: ../../../salt/auth/ldap.py:docstring of salt.auth.ldap:1
# 7f807fea21d04fc9b4cfb63c7ee8a272
msgid "Provide authentication using simple LDAP binds"
msgstr ""
#: ../../../salt/auth/ldap.py:docstring of salt.auth.ldap:3
# 4df1710f01794bc89ce7afb1f4063f90
msgid "ldap Python module"
msgstr ""
#: ../../../salt/auth/ldap.py:docstring of salt.auth.ldap.auth:1
# 18769e4f827b4258a667ddd17acfe14a
msgid "Authenticate via an LDAP bind"
msgstr ""

View file

@ -0,0 +1,105 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/auth/all/salt.auth.pam.rst:6
# 7df15f54937846efa04be95e2c051d6f
msgid "salt.auth.pam"
msgstr ""
#: ../../../salt/auth/pam.py:docstring of salt.auth.pam:1
# 0f8ae58a3cc142bf8fbe6051d61fbbbc
msgid "Authenticate against PAM"
msgstr ""
#: ../../../salt/auth/pam.py:docstring of salt.auth.pam:3
# f57865d8b4be4a94a5d400e13c8b747a
msgid "Provides an authenticate function that will allow the caller to authenticate a user against the Pluggable Authentication Modules (PAM) on the system."
msgstr ""
#: ../../../salt/auth/pam.py:docstring of salt.auth.pam:6
# a6dbc93820d94824878d5dd2bdb2d03b
msgid "Implemented using ctypes, so no compilation is necessary."
msgstr ""
#: ../../../salt/auth/pam.py:docstring of salt.auth.pam.PamConv:1
# 22c63304e0e24a6a97d8fd70ee659414
msgid "Wrapper class for pam_conv structure"
msgstr ""
#: ../../../salt/auth/pam.py:docstring of salt.auth.pam.PamConv.appdata_ptr:1
#: ../../../salt/auth/pam.py:docstring of salt.auth.pam.PamConv.conv:1
#: ../../../salt/auth/pam.py:docstring of salt.auth.pam.PamHandle.handle:1
#: ../../../salt/auth/pam.py:docstring of salt.auth.pam.PamMessage.msg:1
#: ../../../salt/auth/pam.py:docstring of salt.auth.pam.PamMessage.msg_style:1
#: ../../../salt/auth/pam.py:docstring of salt.auth.pam.PamResponse.resp:1
#: ../../../salt/auth/pam.py:docstring of salt.auth.pam.PamResponse.resp_retcode:1
# ffc762211355407582fcbf899cfe41b9
# f9d8e3cc555c48de94a90aa1318027a4
# 19149d1a56994aba9881b8f055b7e759
# 18aff1a9138f4e3a94d805e98d503fc6
# 3bd04d2582604f6985647a57e6d56e6c
# cd1d028ca8e4442094bf9225b75d95d7
# 27683bbfa06b413b87e643f7fd992798
msgid "Structure/Union member"
msgstr ""
#: ../../../salt/auth/pam.py:docstring of salt.auth.pam.PamHandle:1
# 13d0a48aba2f47c4a00012207f812ae9
msgid "Wrapper class for pam_handle_t"
msgstr ""
#: ../../../salt/auth/pam.py:docstring of salt.auth.pam.PamMessage:1
# 5db74669ecba486f8bd9c52c6a7dcf60
msgid "Wrapper class for pam_message structure"
msgstr ""
#: ../../../salt/auth/pam.py:docstring of salt.auth.pam.PamResponse:1
# f2bb49a4012e44738a19bfcf338c9d6c
msgid "Wrapper class for pam_response structure"
msgstr ""
#: ../../../salt/auth/pam.py:docstring of salt.auth.pam.auth:1
# c3514282312646ccb9370e6868be2642
msgid "Authenticate via pam"
msgstr ""
#: ../../../salt/auth/pam.py:docstring of salt.auth.pam.authenticate:1
# f2eec7cffc304698993180019ddb26bb
msgid "Returns True if the given username and password authenticate for the given service. Returns False otherwise"
msgstr ""
#: ../../../salt/auth/pam.py:docstring of salt.auth.pam.authenticate:4
# 4016b99c66ef4378be42b7c130208a5b
msgid "``username``: the username to authenticate"
msgstr ""
#: ../../../salt/auth/pam.py:docstring of salt.auth.pam.authenticate:6
# 6de71ff4fe254c2e91c52481be0d1b34
msgid "``password``: the password in plain text"
msgstr ""
#: ../../../salt/auth/pam.py:docstring of salt.auth.pam.authenticate:8
# 31a68e1068ee45cc81a27f3bb6b0a02e
msgid "``service``: the PAM service to authenticate against."
msgstr ""
#: ../../../salt/auth/pam.py:docstring of salt.auth.pam.authenticate:9
# 826cf60eeda24bb6a424d692339b0af3
msgid "Defaults to 'login'"
msgstr ""

View file

@ -0,0 +1,58 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/auth/all/salt.auth.stormpath_mod.rst:6
# cc815ffaeaeb4bbc90b5bd11fb5c46f9
msgid "salt.auth.stormpath_mod"
msgstr ""
#: ../../../salt/auth/stormpath_mod.py:docstring of salt.auth.stormpath_mod:1
# 62029a2bae964a5781eafffd0bbb0cba
msgid "Salt Stormpath Authentication"
msgstr ""
#: ../../../salt/auth/stormpath_mod.py:docstring of salt.auth.stormpath_mod:3
# af0a8bed746d4c79b2a6aef09cf74f0c
msgid "Module to provide authentication using Stormpath as the backend."
msgstr ""
#: ../../../salt/auth/stormpath_mod.py:docstring of salt.auth.stormpath_mod:5
# df4fb5faa3f24dd993b90ef1e055c882
msgid "stormpath-sdk Python module"
msgstr ""
#: ../../../salt/auth/stormpath_mod.py:docstring of salt.auth.stormpath_mod:6
# 356796976067416baa2e2c78184b834a
msgid "This module requires the development branch of the stormpath-sdk which can be found here: https://github.com/stormpath/stormpath-sdk-python"
msgstr ""
#: ../../../salt/auth/stormpath_mod.py:docstring of salt.auth.stormpath_mod:10
# 3706ce7a75b6433280c29c17c26bad42
msgid "The following config items are required in the master config::"
msgstr ""
#: ../../../salt/auth/stormpath_mod.py:docstring of salt.auth.stormpath_mod:15
# 1bce09f04c9946218c447d75c3259a01
msgid "Ensure that your apiKey.properties is readable by the user the Salt Master is running as, but not readable by other system users."
msgstr ""
#: ../../../salt/auth/stormpath_mod.py:docstring of salt.auth.stormpath_mod.auth:1
# 69c0c036a6c8408d81216fee3b150904
msgid "Try and authenticate"
msgstr ""

View file

@ -0,0 +1,243 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/cli/index.rst:6
# 7bb1811ce17947879ffccc8e9b563a3c
msgid "Command Line Reference"
msgstr ""
#: ../../ref/cli/index.rst:8
# 6cd61942eee840e396d18f492113cfb3
msgid "Salt can be controlled by a command line client by the root user on the Salt master. The Salt command line client uses the Salt client API to communicate with the Salt master server. The Salt client is straightforward and simple to use."
msgstr ""
#: ../../ref/cli/index.rst:13
# 5516f7a942b948fcad0cde8e2123b9a3
msgid "Using the Salt client commands can be easily sent to the minions."
msgstr ""
#: ../../ref/cli/index.rst:15
# 2d32e91e2e3c4a2ba7e13ab6cc5c42bb
msgid "Each of these commands accepts an explicit `--config` option to point to either the master or minion configuration file. If this option is not provided and the default configuration file does not exist then Salt falls back to use the environment variables ``SALT_MASTER_CONFIG`` and ``SALT_MINION_CONFIG``."
msgstr ""
#: ../../ref/cli/index.rst:22
# eb57f65df5f04b1c9f7b312184b9b280
msgid ":doc:`/topics/configuration`"
msgstr ""
#: ../../ref/cli/index.rst:25
# 159398025d2e4cc1823a138e7a712f55
msgid "Using the Salt Command"
msgstr ""
#: ../../ref/cli/index.rst:27
# 16204cfbaf5e475e97f2a0eb5d2249e7
msgid "The Salt command needs a few components to send information to the Salt minions. The target minions need to be defined, the function to call and any arguments the function requires."
msgstr ""
#: ../../ref/cli/index.rst:32
# f5eb90ec01d34f29bbd40c6e7c6ad3df
msgid "Defining the Target Minions"
msgstr ""
#: ../../ref/cli/index.rst:34
# 81ddff25e3fb4036a7bc155c78c3b920
msgid "The first argument passed to salt, defines the target minions, the target minions are accessed via their hostname. The default target type is a bash glob:"
msgstr ""
#: ../../ref/cli/index.rst:43
# a2c5f375deca41148a6df79facfbfd46
msgid "Salt can also define the target minions with regular expressions:"
msgstr ""
#: ../../ref/cli/index.rst:49
# 7bd469eb8cdd445784c85791318abbdf
msgid "Or to explicitly list hosts, salt can take a list:"
msgstr ""
#: ../../ref/cli/index.rst:56
# 106ad646e9c84952869532d89c1bd67f
msgid "More Powerful Targets"
msgstr ""
#: ../../ref/cli/index.rst:58
# e77baa4cee594534a76b0e9a366be524
msgid "The simple target specifications, glob, regex and list will cover many use cases, and for some will cover all use cases, but more powerful options exist."
msgstr ""
#: ../../ref/cli/index.rst:62
# d21c4dc85eb6458ba5bdcb1a9b1e25b7
msgid "Targeting with Grains"
msgstr ""
#: ../../ref/cli/index.rst:64
# 778a0fd02bf04646b3f9458786585277
msgid "The Grains interface was built into Salt to allow minions to be targeted by system properties. So minions running on a particular operating system can be called to execute a function, or a specific kernel."
msgstr ""
#: ../../ref/cli/index.rst:68
# 2a5673f8987c4b7fbff2e461e48d38a0
msgid "Calling via a grain is done by passing the -G option to salt, specifying a grain and a glob expression to match the value of the grain. The syntax for the target is the grain key followed by a globexpression: \"os:Arch*\"."
msgstr ""
#: ../../ref/cli/index.rst:76
# 3714678e10c84eeebd0898545860a0e1
msgid "Will return True from all of the minions running Fedora."
msgstr ""
#: ../../ref/cli/index.rst:78
# c228be7cd8f94a909a5c4c39e116544b
msgid "To discover what grains are available and what the values are, execute the grains.item salt function:"
msgstr ""
#: ../../ref/cli/index.rst:86
# 3540fd2dca7f487991b02e336a65381f
msgid "Targeting with Executions"
msgstr ""
#: ../../ref/cli/index.rst:88
# 2c839f800d5540049f860c206f995d55
msgid "As of 0.8.8 targeting with executions is still under heavy development and this documentation is written to reference the behavior of execution matching in the future."
msgstr ""
#: ../../ref/cli/index.rst:92
# 0f63dd11bfb6488ebe8c483b7fe48f4b
msgid "Execution matching allows for a primary function to be executed, and then based on the return of the primary function the main function is executed."
msgstr ""
#: ../../ref/cli/index.rst:95
# f83d351ff6ef4e5695e6f01d69109a58
msgid "Execution matching allows for matching minions based on any arbitrary running data on the minions."
msgstr ""
#: ../../ref/cli/index.rst:99
# 008580a34e0c4192855ae7a04079c619
msgid "Compound Targeting"
msgstr ""
#: ../../ref/cli/index.rst:103
# 85884d342de64217b086180129c7120a
msgid "Multiple target interfaces can be used in conjunction to determine the command targets. These targets can then be combined using and or or statements. This is well defined with an example:"
msgstr ""
#: ../../ref/cli/index.rst:111
# 4c24928bac914e32bcea51fc85e29ca0
msgid "In this example any minion who's id starts with ``webser`` and is running Debian, or any minion who's id starts with db will be matched."
msgstr ""
#: ../../ref/cli/index.rst:114
# 88a1f1c643ba4a09870b7f28a56c7f2a
msgid "The type of matcher defaults to glob, but can be specified with the corresponding letter followed by the ``@`` symbol. In the above example a grain is used with ``G@`` as well as a regular expression with ``E@``. The ``webser*`` target does not need to be prefaced with a target type specifier because it is a glob."
msgstr ""
#: ../../ref/cli/index.rst:121
# 2449254ee01446c1adc6c15e071c35b6
msgid "Node Group Targeting"
msgstr ""
#: ../../ref/cli/index.rst:125
# 1c85033517634f778f968cc374a0b78a
msgid "Often the convenience of having a predefined group of minions to execute targets on is desired. This can be accomplished with the new nodegroups feature. Nodegroups allow for predefined compound targets to be declared in the master configuration file:"
msgstr ""
#: ../../ref/cli/index.rst:137
# 6b607a4ee51d4ba29f36fb4884aa9d22
msgid "Calling the Function"
msgstr ""
#: ../../ref/cli/index.rst:139
# 9323dc91eb214edfbaaea77b11be2557
msgid "The function to call on the specified target is placed after the target specification."
msgstr ""
#: ../../ref/cli/index.rst:144
# 134d1b82565f42e68e6b2c702a3ddb74
msgid "Functions may also accept arguments, space-delimited:"
msgstr ""
#: ../../ref/cli/index.rst:150
# 1206b9d2c88841168391fcf2836a083b
msgid "Optional, keyword arguments are also supported:"
msgstr ""
#: ../../ref/cli/index.rst:156
# 0e3a0ba59cfd423fa77985523fb97184
msgid "They are always in the form of ``kwarg=argument``."
msgstr ""
#: ../../ref/cli/index.rst:158
# 7b850ba7525443bc9636d1a70970200a
msgid "Arguments are formatted as YAML:"
msgstr ""
#: ../../ref/cli/index.rst:164
# fc4deff8cfdf4b7797bbbf80cc0327f4
msgid "Note: dictionaries must have curly braces around them (like the ``env`` keyword argument above). This was changed in 0.15.1: in the above example, the first argument used to be parsed as the dictionary ``{'echo \"Hello': '$FIRST_NAME\"'}``. This was generally not the expected behavior."
msgstr ""
#: ../../ref/cli/index.rst:170
# 2c5c89974c7e402eae77c4cd54cc18c5
msgid "If you want to test what parameters are actually passed to a module, use the ``test.arg_repr`` command:"
msgstr ""
#: ../../ref/cli/index.rst:178
# 6aeadca3755d4d61891ecbafb962a6d9
msgid "Finding available minion functions"
msgstr ""
#: ../../ref/cli/index.rst:180
# 1c4e8bca79b8485da0b8ade9d345d320
msgid "The Salt functions are self documenting, all of the function documentation can be retried from the minions via the :func:`sys.doc` function:"
msgstr ""
#: ../../ref/cli/index.rst:188
# 445c9e70507b41cc98f3e07d698bf357
msgid "Compound Command Execution"
msgstr ""
#: ../../ref/cli/index.rst:190
# ccb008992ef54ecba3c8a2873ecc6586
msgid "If a series of commands needs to be sent to a single target specification then the commands can be sent in a single publish. This can make gathering groups of information faster, and lowers the stress on the network for repeated commands."
msgstr ""
#: ../../ref/cli/index.rst:195
# afc12ae18b0f446e9daf047465d87df3
msgid "Compound command execution works by sending a list of functions and arguments instead of sending a single function and argument. The functions are executed on the minion in the order they are defined on the command line, and then the data from all of the commands are returned in a dictionary. This means that the set of commands are called in a predictable way, and the returned data can be easily interpreted."
msgstr ""
#: ../../ref/cli/index.rst:202
# 5433883457834441b08e48dc9dadad8c
msgid "Executing compound commands if done by passing a comma delimited list of functions, followed by a comma delimited list of arguments:"
msgstr ""
#: ../../ref/cli/index.rst:209
# f84dabb96b404c9c87f806aae514986c
msgid "The trick to look out for here, is that if a function is being passed no arguments, then there needs to be a placeholder for the absent arguments. This is why in the above example, there are two commas right next to each other. ``test.ping`` takes no arguments, so we need to add another comma, otherwise Salt would attempt to pass \"foo\" to ``test.ping``."
msgstr ""
#: ../../ref/cli/index.rst:215
# 15286a51952e43aba2eda70f81129663
msgid "If you need to pass arguments that include commas, then make sure you add spaces around the commas that separate arguments. For example:"
msgstr ""
#: ../../ref/cli/index.rst:222
# d6abc45798044bb39e51d908b0c44c4e
msgid "You may change the arguments separator using the ``--args-separator`` option:"
msgstr ""

View file

@ -0,0 +1,178 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/cli/salt-call.rst:6
# 210d8903bc3940b1b4696294ec490b0e
msgid "``salt-call``"
msgstr ""
#: ../../ref/cli/salt-call.rst:9
# f96bfbd4f59942839b7ce1b6093c61fa
msgid "Synopsis"
msgstr ""
#: ../../ref/cli/salt-call.rst:16
# b3878938b1ec452dbc7dacd145a00236
msgid "Description"
msgstr ""
#: ../../ref/cli/salt-call.rst:18
# dcc29bbfe69f4b63b77a9ea8e66e4b70
msgid "The salt-call command is used to run module functions locally on a minion instead of executing them from the master."
msgstr ""
#: ../../ref/cli/salt-call.rst:22
# 36aa60770fb64f189efc56d7d102dbb5
msgid "Options"
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:3
# 031064fbdacb4dd29f2c8e632d8a88bc
msgid "Print the version of Salt that is running."
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:7
# 48e23756f8df4b7d8dc70ae6b488a9da
msgid "Show program's dependencies and version number, and then exit"
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:11
# 11c241a6947e4fd6b1fd9254b336ac80
msgid "Show the help message and exit"
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:15
# 4917a6fcb4e1430983ca3a7972a4632b
msgid "The location of the Salt configuration directory. This directory contains the configuration files for Salt master and minions. The default location on most systems is ``/etc/salt``."
msgstr ""
#: ../../ref/cli/salt-call.rst:30
# 8b86d97ff8de4ab59aef2f8209f56ab6
msgid "Return the information generated by the Salt grains"
msgstr ""
#: ../../ref/cli/salt-call.rst:34
# 38ffd60d500c4b6da7940a6e4d4488ef
msgid "Specify an additional directories to pull modules from, multiple directories can be delimited by commas"
msgstr ""
#: ../../ref/cli/salt-call.rst:39
# a2a34a83f82147349e39674c59e8e234
msgid "Return the documentation for the specified module or for all modules if none are specified"
msgstr ""
#: ../../ref/cli/salt-call.rst:44
# 2c3088d69b9a45828bbae0a8a20ad086
msgid "Specify the master to use. The minion must be authenticated with the master. If this option is omitted, the master options from the minion config will be used. If multi masters are set up the first listed master that responds will be used."
msgstr ""
#: ../../ref/cli/salt-call.rst:51
# 130efbac176c476fbfebc6b762218254
msgid "Set salt-call to pass the return data to one or many returner interfaces. To use many returner interfaces specify a comma delimited list of returners."
msgstr ""
#: ../../ref/cli/salt-call.rst:57
# 7b2130a631b54a3abdbf8e27685cb377
msgid "Run salt-call locally, as if there was no master running."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:2
# 36f961a211dc45438f0d1d08cabd5915
msgid "Logging Options"
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:4
# 4263ed6e526543749b25fffafbb6288d
msgid "Logging options which override any settings defined on the configuration files."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:9
# ec67e74f34e04668aca2b86e628bde70
msgid "Console logging log level. One of ``all``, ``garbage``, ``trace``, ``debug``, ``info``, ``warning``, ``error``, ``quiet``. Default: |loglevel|."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:16
# 276814e69e924727ab18ebb1f07e7a0f
msgid "Log file path. Default: |logfile|."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:20
# d5c7870a0f984ce196e6b4ad01744ae2
msgid "Logfile logging log level. One of ``all``, ``garbage``, ``trace``, ``debug``, ``info``, ``warning``, ``error``, ``quiet``. Default: |loglevel|."
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:2
# 92f21d51cc99493b95ee815fed301627
msgid "Output Options"
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:6
# a50d81d520c2444289d8b418ac7591bd
msgid "Pass in an alternative outputter to display the return of data. This outputter can be any of the available outputters:"
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:9
# 06e6eb4b7f5446c09af4756b38d2106e
msgid "``grains``, ``highstate``, ``json``, ``key``, ``overstatestage``, ``pprint``, ``raw``, ``txt``, ``yaml``"
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:11
# b978d7fed7be4225b02cb54462763975
msgid "Some outputters are formatted only for data returned from specific functions; for instance, the ``grains`` outputter will not work for non-grains data."
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:15
# e38f1eaa4a1c45beafed97cab3f5f8a9
msgid "If an outputter is used that does not support the data passed into it, then Salt will fall back on the ``pprint`` outputter and display the return data using the Python ``pprint`` standard library module."
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:20
# f60d1133f7a5436e987ae9a01577a11e
msgid "If using ``--out=json``, you will probably want ``--static`` as well. Without the static option, you will get a JSON string for each minion. This is due to using an iterative outputter. So if you want to feed it to a JSON parser, use ``--static`` as well."
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:27
# 4059ffe1f8a6412c8f01dff272a7ae32
msgid "Print the output indented by the provided value in spaces. Negative values disable indentation. Only applicable in outputters that support indentation."
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:33
# fe95f5895a604294af6796af5228b39a
msgid "Write the output to the specified file."
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:37
# 65c055ce632d4deca7dbb9ceeaf57e56
msgid "Disable all colored output"
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:41
# 59a6f5063968485d987ac1585e1facab
msgid "Force colored output"
msgstr ""
#: ../../ref/cli/salt-call.rst:67
# e3fa1a445bd141b593ef05c3470bf905
msgid "See also"
msgstr ""
#: ../../ref/cli/salt-call.rst:69
# 37c53cdf450d4de8a328a0e2a7e4bc8a
msgid ":manpage:`salt(1)` :manpage:`salt-master(1)` :manpage:`salt-minion(1)`"
msgstr ""

View file

@ -0,0 +1,153 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/cli/salt-cp.rst:6
# 70751c9078bd4030b3b863bbc16673d1
msgid "``salt-cp``"
msgstr ""
#: ../../ref/cli/salt-cp.rst:8
# 849bd49f565a4b6b9efc6739187ca15f
msgid "Copy a file to a set of systems"
msgstr ""
#: ../../ref/cli/salt-cp.rst:11
# 5a02f19c75e8479899fed4568599d912
msgid "Synopsis"
msgstr ""
#: ../../ref/cli/salt-cp.rst:22
# 01001f97458541f188263646e248cbb4
msgid "Description"
msgstr ""
#: ../../ref/cli/salt-cp.rst:24
# 2b2df1ec065b4363a5461a98cd6b7d20
msgid "Salt copy copies a local file out to all of the Salt minions matched by the given target."
msgstr ""
#: ../../ref/cli/salt-cp.rst:28
# 51a94bb5ab4243908fe5d97ac2f746ba
msgid "Options"
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:3
# ccb2569fdce043cfb26179dcb3b6ba98
msgid "Print the version of Salt that is running."
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:7
# c95c011d1e5e4f1fbee3496ad5fa0c7a
msgid "Show program's dependencies and version number, and then exit"
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:11
# 551d9b9687fc48c0a6658cbd4554a6a6
msgid "Show the help message and exit"
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:15
# bcdea1bcde2a4dcca0501d9c4565cfcc
msgid "The location of the Salt configuration directory. This directory contains the configuration files for Salt master and minions. The default location on most systems is ``/etc/salt``."
msgstr ""
#: ../../ref/cli/_includes/timeout-option.rst:3
# 3d0bd9c885d94943a2107b88f948e69d
msgid "The timeout in seconds to wait for replies from the Salt minions. The timeout number specifies how long the command line client will wait to query the minions and check on running jobs. Default: |timeout|"
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:2
# 34a878b1eab94d7f86bd0f845e69caed
msgid "Logging Options"
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:4
# bc2b9dee85c04b19b07ec94362ae4293
msgid "Logging options which override any settings defined on the configuration files."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:9
# 7dab7edc0cc24e3dbc315d2d21a63fb8
msgid "Console logging log level. One of ``all``, ``garbage``, ``trace``, ``debug``, ``info``, ``warning``, ``error``, ``quiet``. Default: |loglevel|."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:16
# e2687c4552334886b58ef4fd78c14ee4
msgid "Log file path. Default: |logfile|."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:20
# 41c6f0932d054eb4bc470cd2440ec091
msgid "Logfile logging log level. One of ``all``, ``garbage``, ``trace``, ``debug``, ``info``, ``warning``, ``error``, ``quiet``. Default: |loglevel|."
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:2
# f410319e10604bd8870d74a19e57e639
msgid "Target Selection"
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:6
# 4d28b8a368bb470da6a0cc3a7d63d158
msgid "The target expression will be interpreted as a PCRE regular expression rather than a shell glob."
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:11
# a99eb50415554d71bab6d8eef4e51a49
msgid "The target expression will be interpreted as a comma-delimited list; example: server1.foo.bar,server2.foo.bar,example7.quo.qux"
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:16
# c33cf1e333ca4fa3b0481fe7b2e0c312
msgid "The target expression matches values returned by the Salt grains system on the minions. The target expression is in the format of '<grain value>:<glob expression>'; example: 'os:Arch*'"
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:20
# 8d1ff2f680204332bfab21fbf109cc28
msgid "This was changed in version 0.9.8 to accept glob expressions instead of regular expression. To use regular expression matching with grains, use the --grain-pcre option."
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:26
# 7afd55a6e3b3488e9d965e9a9155cd2e
msgid "The target expression matches values returned by the Salt grains system on the minions. The target expression is in the format of '<grain value>:< regular expression>'; example: 'os:Arch.*'"
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:32
# b871b889cde44b3a86d1a0cb92c6fe5d
msgid "Use a predefined compound target defined in the Salt master configuration file."
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:37
# 065f18e19d7d4e2dbc1b0d4932db764f
msgid "Instead of using shell globs to evaluate the target, use a range expression to identify targets. Range expressions look like %cluster."
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:40
# ff5ca602eb324c278e3f1393f3821e7a
msgid "Using the Range option requires that a range server is set up and the location of the range server is referenced in the master configuration file."
msgstr ""
#: ../../ref/cli/salt-cp.rst:45
# db99cc2655a44e1bb64f773a7d09062d
msgid "See also"
msgstr ""
#: ../../ref/cli/salt-cp.rst:47
# df0420cdbc2146c68ab4245ea9e7edcc
msgid ":manpage:`salt(1)` :manpage:`salt-master(1)` :manpage:`salt-minion(1)`"
msgstr ""

View file

@ -0,0 +1,243 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/cli/salt-key.rst:6
# 09217b49ffe9488a88b88e6e8ce80fb8
msgid "``salt-key``"
msgstr ""
#: ../../ref/cli/salt-key.rst:9
# 9ccf8aa16048462c962ae4405cc592ed
msgid "Synopsis"
msgstr ""
#: ../../ref/cli/salt-key.rst:11
# 771b688c1701490ba3adc25db8c143f2
msgid "salt-key [ options ]"
msgstr ""
#: ../../ref/cli/salt-key.rst:14
# 477ff8d2a71f4b7dbdee3d13a194fc20
msgid "Description"
msgstr ""
#: ../../ref/cli/salt-key.rst:16
# 7fb81e39233445e0902daf9d9e3cbe0f
msgid "Salt-key executes simple management of Salt server public keys used for authentication."
msgstr ""
#: ../../ref/cli/salt-key.rst:20
# 663943c786744119aa89c52d813f4c35
msgid "Options"
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:3
# 6399ff8dffbc45e3b3bc2cab435c6a81
msgid "Print the version of Salt that is running."
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:7
# e9e1ba8f632745f8a081759b667859a3
msgid "Show program's dependencies and version number, and then exit"
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:11
# 530aecbb1e8d46a19a7ae4170f4afa61
msgid "Show the help message and exit"
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:15
# 0fe3dfc6eec04820950e410d06283fe0
msgid "The location of the Salt configuration directory. This directory contains the configuration files for Salt master and minions. The default location on most systems is ``/etc/salt``."
msgstr ""
#: ../../ref/cli/salt-key.rst:28
# d6abd78debcb45b5906ee7d15822071c
msgid "Suppress output"
msgstr ""
#: ../../ref/cli/salt-key.rst:32
# d14c6c4cbde74ff2acd1fcc050b1d905
msgid "Answer 'Yes' to all questions presented, defaults to False"
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:2
# c16b5ac928824138ac4787e8657726f4
msgid "Logging Options"
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:4
# 5001534c34a64e7f8dfd6a585e37824a
msgid "Logging options which override any settings defined on the configuration files."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:5
# 83145b4595e84890a46f05e763a0e907
msgid "Log file path. Default: |logfile|."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:9
# 516127d493f741d9a57247c404b74169
msgid "Logfile logging log level. One of ``all``, ``garbage``, ``trace``, ``debug``, ``info``, ``warning``, ``error``, ``quiet``. Default: |loglevel|."
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:2
# fd0c9f08d9584abb9214d78d487b3125
msgid "Output Options"
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:6
# 09939562b75c45fa8368ba9b5f34b6fd
msgid "Pass in an alternative outputter to display the return of data. This outputter can be any of the available outputters:"
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:9
# 939d3c0b0e4948d1b2dece6de2377edd
msgid "``grains``, ``highstate``, ``json``, ``key``, ``overstatestage``, ``pprint``, ``raw``, ``txt``, ``yaml``"
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:11
# 6fceb4e211574afbb655536afc9798f6
msgid "Some outputters are formatted only for data returned from specific functions; for instance, the ``grains`` outputter will not work for non-grains data."
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:15
# c65a6ce7f51245d392277a3454235cd0
msgid "If an outputter is used that does not support the data passed into it, then Salt will fall back on the ``pprint`` outputter and display the return data using the Python ``pprint`` standard library module."
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:20
# cc935ca0371b49b299d2320450a1c685
msgid "If using ``--out=json``, you will probably want ``--static`` as well. Without the static option, you will get a JSON string for each minion. This is due to using an iterative outputter. So if you want to feed it to a JSON parser, use ``--static`` as well."
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:27
# bf469efe55974044a50e72f7bfb7d0a6
msgid "Print the output indented by the provided value in spaces. Negative values disable indentation. Only applicable in outputters that support indentation."
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:33
# be327c59c1a346eca0abb0632c55e681
msgid "Write the output to the specified file."
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:37
# bf11185642b74a2d8e1066fed682ce8a
msgid "Disable all colored output"
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:41
# f7d974fb21494963b59147ccd7084f16
msgid "Force colored output"
msgstr ""
#: ../../ref/cli/salt-key.rst:44
# 3fadf33ce0434040a94c4771c831a7f4
msgid "Actions"
msgstr ""
#: ../../ref/cli/salt-key.rst:48
# b98db50f9e264e90bd1a4f14ed5869b1
msgid "List the public keys. The args \"pre\", \"un\", and \"unaccepted\" will list unaccepted/unsigned keys. \"acc\" or \"accepted\" will list accepted/signed keys. \"rej\" or \"rejected\" will list rejected keys. Finally, \"all\" will list all keys."
msgstr ""
#: ../../ref/cli/salt-key.rst:55
# b80f77400709453bb3237f9bec5d3c8b
msgid "List all public keys on this Salt master: accepted, pending, and rejected."
msgstr ""
#: ../../ref/cli/salt-key.rst:60
# 52e0508f8c1f46e495b37e9af9d2a3ce
msgid "Accept the named minion public key for command execution."
msgstr ""
#: ../../ref/cli/salt-key.rst:64
# 358e1b6f342445c18cb7b8ce927f0915
msgid "Accepts all pending public keys."
msgstr ""
#: ../../ref/cli/salt-key.rst:68
# 713bf4a8a3074d548c9b19be83b9195d
msgid "Reject the named minion public key."
msgstr ""
#: ../../ref/cli/salt-key.rst:72
# b301764cf5d141cbb99f4aea0e7293fb
msgid "Rejects all pending public keys."
msgstr ""
#: ../../ref/cli/salt-key.rst:76
# 92aef457ea4e4d32b934951046c634aa
msgid "Print the specified public key"
msgstr ""
#: ../../ref/cli/salt-key.rst:80
# 712479e70e5f4e10b72f4bd6a47d20fb
msgid "Print all public keys"
msgstr ""
#: ../../ref/cli/salt-key.rst:84
# 5b6146375b21441e85c7dd22b8733c51
msgid "Delete the named minion key or minion keys matching a glob for command execution."
msgstr ""
#: ../../ref/cli/salt-key.rst:89
# 037b71d09ad34d72aa854f7ea3b26ef7
msgid "Delete all keys"
msgstr ""
#: ../../ref/cli/salt-key.rst:93
# 2ee99ff63bdb4cde81aa14ec665a9426
msgid "Print the named key's fingerprint"
msgstr ""
#: ../../ref/cli/salt-key.rst:97
# 4a9778e85a3b47d19aa8eca83cba8a8b
msgid "Print all key's fingerprints"
msgstr ""
#: ../../ref/cli/salt-key.rst:101
# 09cfa8c420904fdd92065d20f5c9a2bc
msgid "Key Generation Options"
msgstr ""
#: ../../ref/cli/salt-key.rst:105
# 93f864d9e65f4a978699ec4ccc7d1391
msgid "Set a name to generate a keypair for use with salt"
msgstr ""
#: ../../ref/cli/salt-key.rst:109
# 4e260f72dd6a444e8222a7a22f92e00e
msgid "Set the directory to save the generated keypair. Only works with 'gen_keys_dir' option; default is the current directory."
msgstr ""
#: ../../ref/cli/salt-key.rst:114
# 3759842515ce476b97c66e139262cbd4
msgid "Set the keysize for the generated key, only works with the '--gen-keys' option, the key size must be 2048 or higher, otherwise it will be rounded up to 2048. The default is 2048."
msgstr ""
#: ../../ref/cli/salt-key.rst:121
# 6f883f2d70014d71b3314719ae9ff821
msgid "See also"
msgstr ""
#: ../../ref/cli/salt-key.rst:123
# b27e6cc6a53942c0a745d4647aff2942
msgid ":manpage:`salt(7)` :manpage:`salt-master(1)` :manpage:`salt-minion(1)`"
msgstr ""

View file

@ -0,0 +1,123 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/cli/salt-master.rst:6
# 77042a391adc463389b15496f36aef17
msgid "``salt-master``"
msgstr ""
#: ../../ref/cli/salt-master.rst:8
# 3b0aee31be004bbc9460f05119d7f655
msgid "The Salt master daemon, used to control the Salt minions"
msgstr ""
#: ../../ref/cli/salt-master.rst:11
# d7174fcb544749659795724ad311e734
msgid "Synopsis"
msgstr ""
#: ../../ref/cli/salt-master.rst:13
# 56323084af9f4931a12103da5a8f89ce
msgid "salt-master [ options ]"
msgstr ""
#: ../../ref/cli/salt-master.rst:16
# 7a5d9a97501a495598442b12560f2940
msgid "Description"
msgstr ""
#: ../../ref/cli/salt-master.rst:18
# 3bbb92dab53b492288fce7e8026cccd4
msgid "The master daemon controls the Salt minions"
msgstr ""
#: ../../ref/cli/salt-master.rst:21
# 74316b67a03b4d08bea48a21624891fe
msgid "Options"
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:3
# 872c812d39964a08bfd5d150e6d17395
msgid "Print the version of Salt that is running."
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:7
# a84587f0d87f4cdcb21123d17958e408
msgid "Show program's dependencies and version number, and then exit"
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:11
# aa30219481e34e408b29a5d86950443e
msgid "Show the help message and exit"
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:15
# f92cdac864c14f69b2ac5f4f9f257bf7
msgid "The location of the Salt configuration directory. This directory contains the configuration files for Salt master and minions. The default location on most systems is ``/etc/salt``."
msgstr ""
#: ../../ref/cli/_includes/daemon-options.rst:3
# b3dd66f91e094fc09b87c5132a0c161b
msgid "Specify user to run |salt-daemon|"
msgstr ""
#: ../../ref/cli/_includes/daemon-options.rst:7
# 4b7a9a45619642279ad0e212c4dea0c5
msgid "Run |salt-daemon| as a daemon"
msgstr ""
#: ../../ref/cli/_includes/daemon-options.rst:11
# 97845cd047bc44c0a483bd9d9965d213
msgid "Specify the location of the pidfile. Default: /var/run/|salt-daemon|.pid"
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:2
# b11cea6b9755430398058d1b10e2ade0
msgid "Logging Options"
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:4
# 8157581d900c4084bf2007d64c234534
msgid "Logging options which override any settings defined on the configuration files."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:9
# 2a8e1cfead96414f906e72d5b44c9a75
msgid "Console logging log level. One of ``all``, ``garbage``, ``trace``, ``debug``, ``info``, ``warning``, ``error``, ``quiet``. Default: |loglevel|."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:16
# 4b9baa8c4a184dda90674a6d12781466
msgid "Log file path. Default: |logfile|."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:20
# 5037d5a81fed4a1fb108941b98d191b8
msgid "Logfile logging log level. One of ``all``, ``garbage``, ``trace``, ``debug``, ``info``, ``warning``, ``error``, ``quiet``. Default: |loglevel|."
msgstr ""
#: ../../ref/cli/salt-master.rst:36
# 06407098cfb34a4cbd585caaca64c88d
msgid "See also"
msgstr ""
#: ../../ref/cli/salt-master.rst:38
# a9350f80c217469494c2783cbd75e529
msgid ":manpage:`salt(1)` :manpage:`salt(7)` :manpage:`salt-minion(1)`"
msgstr ""

View file

@ -0,0 +1,123 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/cli/salt-minion.rst:6
# 957ddd90abe54f5fb57c0537e0060c44
msgid "``salt-minion``"
msgstr ""
#: ../../ref/cli/salt-minion.rst:8
# 78797728587c4111887cecaa70b67bb7
msgid "The Salt minion daemon, receives commands from a remote Salt master."
msgstr ""
#: ../../ref/cli/salt-minion.rst:11
# 8f1e6d31c833410c921537b65d0af7f8
msgid "Synopsis"
msgstr ""
#: ../../ref/cli/salt-minion.rst:13
# 56997aaf80104813997bf0c99f105457
msgid "salt-minion [ options ]"
msgstr ""
#: ../../ref/cli/salt-minion.rst:16
# 6da156052dc0450fa4e2f2137b32d75d
msgid "Description"
msgstr ""
#: ../../ref/cli/salt-minion.rst:18
# feb6f626ca4042efbaf446d4fc46463a
msgid "The Salt minion receives commands from the central Salt master and replies with the results of said commands."
msgstr ""
#: ../../ref/cli/salt-minion.rst:22
# 3bb399c16d6348e684519c4048fcc92c
msgid "Options"
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:3
# 156a3f84ae1a40d78788f64724fadaf4
msgid "Print the version of Salt that is running."
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:7
# c20a2835b80e45769b5e5b217999bb16
msgid "Show program's dependencies and version number, and then exit"
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:11
# 86feaeba99674ebfb2a64a01ffcd7115
msgid "Show the help message and exit"
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:15
# bc808d4ce0744b19bc73249a61f93a38
msgid "The location of the Salt configuration directory. This directory contains the configuration files for Salt master and minions. The default location on most systems is ``/etc/salt``."
msgstr ""
#: ../../ref/cli/_includes/daemon-options.rst:3
# 026e82b7730a437a99d09c164b9745a0
msgid "Specify user to run |salt-daemon|"
msgstr ""
#: ../../ref/cli/_includes/daemon-options.rst:7
# f63f3049eeff495688bfe33c251c0c44
msgid "Run |salt-daemon| as a daemon"
msgstr ""
#: ../../ref/cli/_includes/daemon-options.rst:11
# 959029318e3748aa957e7a86839fee03
msgid "Specify the location of the pidfile. Default: /var/run/|salt-daemon|.pid"
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:2
# c982d440911744528123abb71af1cb9b
msgid "Logging Options"
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:4
# e094971b54e447628ccffe04d924c08f
msgid "Logging options which override any settings defined on the configuration files."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:9
# 33e735c2faec4a78862e0c20f4e9baa0
msgid "Console logging log level. One of ``all``, ``garbage``, ``trace``, ``debug``, ``info``, ``warning``, ``error``, ``quiet``. Default: |loglevel|."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:16
# 3a056ab73b2d43c2bb5c5b46f9f04e8f
msgid "Log file path. Default: |logfile|."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:20
# 1e43dd850b32416c8b719edd6561faa8
msgid "Logfile logging log level. One of ``all``, ``garbage``, ``trace``, ``debug``, ``info``, ``warning``, ``error``, ``quiet``. Default: |loglevel|."
msgstr ""
#: ../../ref/cli/salt-minion.rst:37
# 0b7024668dcf44fa9f473f50dc3efa5a
msgid "See also"
msgstr ""
#: ../../ref/cli/salt-minion.rst:39
# 555b80b285534cd589c76592c57e3f2a
msgid ":manpage:`salt(1)` :manpage:`salt(7)` :manpage:`salt-master(1)`"
msgstr ""

View file

@ -0,0 +1,113 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/cli/salt-run.rst:6
# 7624c111e13844039d3879cec4ed8640
msgid "``salt-run``"
msgstr ""
#: ../../ref/cli/salt-run.rst:8
# 9817f184e7f941c682623b9737865afe
msgid "Execute a Salt runner"
msgstr ""
#: ../../ref/cli/salt-run.rst:11
# 3f4c967980ca48ac8e01dceac0a713ed
msgid "Synopsis"
msgstr ""
#: ../../ref/cli/salt-run.rst:18
# ac44a7cfa15148258ebf6156a869c550
msgid "Description"
msgstr ""
#: ../../ref/cli/salt-run.rst:20
# 2a1c25cd6ef84a14aea7bddecb1469c7
msgid "salt-run is the frontend command for executing ``Salt Runners``. Salt runners are simple modules used to execute convenience functions on the master"
msgstr ""
#: ../../ref/cli/salt-run.rst:25
# 61b1f4a9c61744989813104e3578314f
msgid "Options"
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:3
# ecaa0962657e4668ba70f114c85c3d87
msgid "Print the version of Salt that is running."
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:7
# baffc09096694bd28715aa613c442431
msgid "Show program's dependencies and version number, and then exit"
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:11
# da0947c24ecb4dc8833353e42f6ebcbd
msgid "Show the help message and exit"
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:15
# 54792d3fb149400d87a0a45e1ec6a6de
msgid "The location of the Salt configuration directory. This directory contains the configuration files for Salt master and minions. The default location on most systems is ``/etc/salt``."
msgstr ""
#: ../../ref/cli/_includes/timeout-option.rst:3
# 0a90d16a9a074cd79e97aa28c60a47c6
msgid "The timeout in seconds to wait for replies from the Salt minions. The timeout number specifies how long the command line client will wait to query the minions and check on running jobs. Default: |timeout|"
msgstr ""
#: ../../ref/cli/salt-run.rst:36
# a86c551c616f49dd9d0bf0fea971d592
msgid "Display documentation for runners, pass a module or a runner to see documentation on only that module/runner."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:2
# dd7d0285407e4fe68ba819570286d2af
msgid "Logging Options"
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:4
# 77f71170e47a48ca819fbdb7428eebe7
msgid "Logging options which override any settings defined on the configuration files."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:9
# 2add835636a8436c99f4d685a962d3dd
msgid "Console logging log level. One of ``all``, ``garbage``, ``trace``, ``debug``, ``info``, ``warning``, ``error``, ``quiet``. Default: |loglevel|."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:16
# 5a526419fb7f4300ac81b8c02568d2f0
msgid "Log file path. Default: |logfile|."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:20
# cb9f584a314c4b4fb296e006610eb136
msgid "Logfile logging log level. One of ``all``, ``garbage``, ``trace``, ``debug``, ``info``, ``warning``, ``error``, ``quiet``. Default: |loglevel|."
msgstr ""
#: ../../ref/cli/salt-run.rst:45
# b23f10dc32b5484bae7158e2294eabad
msgid "See also"
msgstr ""
#: ../../ref/cli/salt-run.rst:47
# 1fdefd5e1e794063aaee7b51ed1941d1
msgid ":manpage:`salt(1)` :manpage:`salt-master(1)` :manpage:`salt-minion(1)`"
msgstr ""

View file

@ -0,0 +1,233 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/cli/salt-ssh.rst:6
# 96625ed9737f45d98ad2da1758566024
msgid "``salt-ssh``"
msgstr ""
#: ../../ref/cli/salt-ssh.rst:9
# a7457247d797446da10a784a96be5290
msgid "Synopsis"
msgstr ""
#: ../../ref/cli/salt-ssh.rst:11
# f93830c14d634b788e7641f7a250814c
msgid "salt-ssh '*' [ options ] sys.doc"
msgstr ""
#: ../../ref/cli/salt-ssh.rst:13
# d1abdcf7445643ffb6577830be9482dc
msgid "salt-ssh -E '.*' [ options ] sys.doc cmd"
msgstr ""
#: ../../ref/cli/salt-ssh.rst:16
# a290b2db1e884ebeb022b1fb21f9f824
msgid "Description"
msgstr ""
#: ../../ref/cli/salt-ssh.rst:18
# aeb7e2a681a743d29e48d394ad2a0fa1
msgid "Salt ssh allows for salt routines to be executed using only ssh for transport"
msgstr ""
#: ../../ref/cli/salt-ssh.rst:21
# f88f5507c20e4d8e95436dade8b33b58
msgid "Options"
msgstr ""
#: ../../ref/cli/salt-ssh.rst:25
# bef5d4efb1fb456884ff81d7266c0241
msgid "Execute a raw shell command."
msgstr ""
#: ../../ref/cli/salt-ssh.rst:29
# 3a39365e90a24212a1d12188ed418efd
msgid "Define which roster system to use, this defines if a database backend, scanner, or custom roster system is used. Default is the flat file roster."
msgstr ""
#: ../../ref/cli/salt-ssh.rst:34
# 639a2dbeee884ba383ddf86baffd8d8b
msgid "Force a refresh of the master side data cache of the target's data. This is needed if a target's grains have been changed and the auto refresh timeframe has not been reached."
msgstr ""
#: ../../ref/cli/salt-ssh.rst:40
# cf55e86bdf624c0394335f6d845cfa81
msgid "Set the number of concurrent minions to communicate with. This value defines how many processes are opened up at a time to manage connections, the more running process the faster communication should be, default is 25."
msgstr ""
#: ../../ref/cli/salt-ssh.rst:47
# 350d9268bfe24b1491f6c11f9e2ade96
msgid "Set te default password to attempt to use when authenticating."
msgstr ""
#: ../../ref/cli/salt-ssh.rst:51
# 2c569b5cb90a49269120cc710a7469c6
msgid "Set this flag to attempt to deploy the authorized ssh key with all minions. This combined with --passwd can make initial deployment of keys very fast and easy."
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:3
# 4d6f0625840d427c82bc771e5c4b8d43
msgid "Print the version of Salt that is running."
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:7
# 95787aef804144a79b61d5db66bcc068
msgid "Show program's dependencies and version number, and then exit"
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:11
# a55a401b58f64cc99e7dcef29d2f7616
msgid "Show the help message and exit"
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:15
# f8eb3c1a4ebf4e1fb07f6c56176b93c3
msgid "The location of the Salt configuration directory. This directory contains the configuration files for Salt master and minions. The default location on most systems is ``/etc/salt``."
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:2
# 9403faf9b2394c0393878179f4681b48
msgid "Target Selection"
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:6
# 940b5e4fcb3c4721829e60e231f7208e
msgid "The target expression will be interpreted as a PCRE regular expression rather than a shell glob."
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:11
# bccce2b24434445e9cc38244c5fb361b
msgid "The target expression will be interpreted as a comma-delimited list; example: server1.foo.bar,server2.foo.bar,example7.quo.qux"
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:16
# f47ebd3a94d542c69a1c6ec9c5de34c4
msgid "The target expression matches values returned by the Salt grains system on the minions. The target expression is in the format of '<grain value>:<glob expression>'; example: 'os:Arch*'"
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:20
# 850f7bb490d34cf2945f84790ecf189f
msgid "This was changed in version 0.9.8 to accept glob expressions instead of regular expression. To use regular expression matching with grains, use the --grain-pcre option."
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:26
# 79d94d87407f4ab19f373af59d81a712
msgid "The target expression matches values returned by the Salt grains system on the minions. The target expression is in the format of '<grain value>:< regular expression>'; example: 'os:Arch.*'"
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:32
# 620a79fa9f8d4382aa054f469b2a4205
msgid "Use a predefined compound target defined in the Salt master configuration file."
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:37
# 153e0535067e449484695918faa10386
msgid "Instead of using shell globs to evaluate the target, use a range expression to identify targets. Range expressions look like %cluster."
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:40
# 42ed0d8e441845788e68dde82328101a
msgid "Using the Range option requires that a range server is set up and the location of the range server is referenced in the master configuration file."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:2
# a9a1b86f85a64ba4b05cd36658a2c9ed
msgid "Logging Options"
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:4
# cf0a05db950340a8b28d76382eb20a3e
msgid "Logging options which override any settings defined on the configuration files."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:9
# 7ea7cee93d494bd888254a8301b4cf6c
msgid "Console logging log level. One of ``all``, ``garbage``, ``trace``, ``debug``, ``info``, ``warning``, ``error``, ``quiet``. Default: |loglevel|."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:16
# 396121c8ecc2451ab4a8e7fb154c8090
msgid "Log file path. Default: |logfile|."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:20
# 8c3aea9c476748adb4331a6cc23d82bf
msgid "Logfile logging log level. One of ``all``, ``garbage``, ``trace``, ``debug``, ``info``, ``warning``, ``error``, ``quiet``. Default: |loglevel|."
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:2
# a461de796b9e449988c247e2bd36182e
msgid "Output Options"
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:6
# 0e27832a7a864c5bbff7ed5b230ffeed
msgid "Pass in an alternative outputter to display the return of data. This outputter can be any of the available outputters:"
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:9
# 98f06ea657ab432cbac8a094a6989139
msgid "``grains``, ``highstate``, ``json``, ``key``, ``overstatestage``, ``pprint``, ``raw``, ``txt``, ``yaml``"
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:11
# 0167eeb91be44a61aadb9b2816d5755b
msgid "Some outputters are formatted only for data returned from specific functions; for instance, the ``grains`` outputter will not work for non-grains data."
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:15
# 819527aaa37049cc9741e0c8c01a7d2d
msgid "If an outputter is used that does not support the data passed into it, then Salt will fall back on the ``pprint`` outputter and display the return data using the Python ``pprint`` standard library module."
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:20
# 5c62d0950cfb48acb59ebfcd1fe3c805
msgid "If using ``--out=json``, you will probably want ``--static`` as well. Without the static option, you will get a JSON string for each minion. This is due to using an iterative outputter. So if you want to feed it to a JSON parser, use ``--static`` as well."
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:27
# bb3a22fda4d34676a7fe8e97d6b5349c
msgid "Print the output indented by the provided value in spaces. Negative values disable indentation. Only applicable in outputters that support indentation."
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:33
# d37cfa4159d24713a1cb8167f010bc50
msgid "Write the output to the specified file."
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:37
# 78bf27bde923422cb1c664497c53fd8a
msgid "Disable all colored output"
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:41
# 5b72ae4be51047f3abd5f2288d2e2a75
msgid "Force colored output"
msgstr ""
#: ../../ref/cli/salt-ssh.rst:69
# dae4b5c595584c2bbf82bed27a181657
msgid "See also"
msgstr ""
#: ../../ref/cli/salt-ssh.rst:71
# 31441cf6919649ffac9ea572ea2b8652
msgid ":manpage:`salt(7)` :manpage:`salt-master(1)` :manpage:`salt-minion(1)`"
msgstr ""

View file

@ -0,0 +1,123 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/cli/salt-syndic.rst:6
# fc744d8c5c1a41b2909702ebda3b9c59
msgid "``salt-syndic``"
msgstr ""
#: ../../ref/cli/salt-syndic.rst:8
# 4c54dc4e83aa477db838fc8b8ea6ebb3
msgid "The Salt syndic daemon, a special minion that passes through commands from a higher master"
msgstr ""
#: ../../ref/cli/salt-syndic.rst:12
# 8b52eea440844e8499227b5a60fdc8b5
msgid "Synopsis"
msgstr ""
#: ../../ref/cli/salt-syndic.rst:14
# d6a9482414754bf48fa769b9d1ef8d0a
msgid "salt-syndic [ options ]"
msgstr ""
#: ../../ref/cli/salt-syndic.rst:17
# ca54cbddd15541c5a3d66eaee4eba4c4
msgid "Description"
msgstr ""
#: ../../ref/cli/salt-syndic.rst:19
# 6f9447d9f76d4647915947aa5791d7af
msgid "The Salt syndic daemon, a special minion that passes through commands from a higher master."
msgstr ""
#: ../../ref/cli/salt-syndic.rst:23
# 2f3f089139c14c3d9082704982cf3172
msgid "Options"
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:3
# 1d4da606fb43466783b4f92f7e8bab88
msgid "Print the version of Salt that is running."
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:7
# 27d686080d554cf0a6632dc2d1015498
msgid "Show program's dependencies and version number, and then exit"
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:11
# 88a3dae9cce348af8c0c9eb86c79a88e
msgid "Show the help message and exit"
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:15
# 5aea006d307a434c98706887123b61d7
msgid "The location of the Salt configuration directory. This directory contains the configuration files for Salt master and minions. The default location on most systems is ``/etc/salt``."
msgstr ""
#: ../../ref/cli/_includes/daemon-options.rst:3
# 1ca23131bca345bba2b9942c2ec9b8f3
msgid "Specify user to run |salt-daemon|"
msgstr ""
#: ../../ref/cli/_includes/daemon-options.rst:7
# 2797433e9bf94c45bb26aa3290bab1df
msgid "Run |salt-daemon| as a daemon"
msgstr ""
#: ../../ref/cli/_includes/daemon-options.rst:11
# ce47ec39ba554ab8a86ec1a3f3f0d744
msgid "Specify the location of the pidfile. Default: /var/run/|salt-daemon|.pid"
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:2
# 13c0619d5bf245cea49074e7c4d84052
msgid "Logging Options"
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:4
# 8564b3aa18654655b099ddc2df929204
msgid "Logging options which override any settings defined on the configuration files."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:9
# 086103e7d78648f88880a475d1a1e3db
msgid "Console logging log level. One of ``all``, ``garbage``, ``trace``, ``debug``, ``info``, ``warning``, ``error``, ``quiet``. Default: |loglevel|."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:16
# b84410724c864965aa9e7e073c166beb
msgid "Log file path. Default: |logfile|."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:20
# 888c81523be142ed8dc9c9f206ea03df
msgid "Logfile logging log level. One of ``all``, ``garbage``, ``trace``, ``debug``, ``info``, ``warning``, ``error``, ``quiet``. Default: |loglevel|."
msgstr ""
#: ../../ref/cli/salt-syndic.rst:38
# e03b475bac814c01b457118ab515cbb1
msgid "See also"
msgstr ""
#: ../../ref/cli/salt-syndic.rst:40
# ec20a26bf20d4d159e4381ad81ac668d
msgid ":manpage:`salt(1)` :manpage:`salt-master(1)` :manpage:`salt-minion(1)`"
msgstr ""

View file

@ -0,0 +1,293 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/cli/salt.rst:6
# 80d9b63791d94af1b4585c5c818aa4b0
msgid "``salt``"
msgstr ""
#: ../../ref/cli/salt.rst:9
# 563f678169d3426a9a54ca81fa73933a
msgid "Synopsis"
msgstr ""
#: ../../ref/cli/salt.rst:11
# e6813496005d49b480c865a72df3a441
msgid "salt '*' [ options ] sys.doc"
msgstr ""
#: ../../ref/cli/salt.rst:13
# 641a0acc71644b23820c259f72aa506e
msgid "salt -E '.*' [ options ] sys.doc cmd"
msgstr ""
#: ../../ref/cli/salt.rst:15
# ce78e2d2b6544b758558a5a683c01847
msgid "salt -G 'os:Arch.*' [ options ] test.ping"
msgstr ""
#: ../../ref/cli/salt.rst:17
# 1820ee6a973346c1b6f1219a86560887
msgid "salt -C 'G@os:Arch.* and webserv* or G@kernel:FreeBSD' [ options ] test.ping"
msgstr ""
#: ../../ref/cli/salt.rst:20
# bdc71cc1fbd441f2951bd6a64b076df0
msgid "Description"
msgstr ""
#: ../../ref/cli/salt.rst:22
# cb0adcac97f543cda7b1cb396b71ba43
msgid "Salt allows for commands to be executed across a swath of remote systems in parallel. This means that remote systems can be both controlled and queried with ease."
msgstr ""
#: ../../ref/cli/salt.rst:27
# b594b158144d4a9f86a57ebefabcad28
msgid "Options"
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:3
# cd508a6224e24e3a9330741b56a75add
msgid "Print the version of Salt that is running."
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:7
# e1da92833ab0491f987d9028a7d59401
msgid "Show program's dependencies and version number, and then exit"
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:11
# f6e01f8ad29b4eafada3b4a7b3c822e6
msgid "Show the help message and exit"
msgstr ""
#: ../../ref/cli/_includes/common-options.rst:15
# 17fcfd0a68314e02b8672b4401a7a5e8
msgid "The location of the Salt configuration directory. This directory contains the configuration files for Salt master and minions. The default location on most systems is ``/etc/salt``."
msgstr ""
#: ../../ref/cli/_includes/timeout-option.rst:3
# eff1c7c500a1451785f6f5ac8f6023b4
msgid "The timeout in seconds to wait for replies from the Salt minions. The timeout number specifies how long the command line client will wait to query the minions and check on running jobs. Default: |timeout|"
msgstr ""
#: ../../ref/cli/salt.rst:38
# eaa9f34b4a0742aeb719823b9a500112
msgid "By default as of version 0.9.8 the salt command returns data to the console as it is received from minions, but previous releases would return data only after all data was received. To only return the data with a hard timeout and after all minions have returned then use the static option."
msgstr ""
#: ../../ref/cli/salt.rst:45
# 9fd8b92762f243fdaaf6b08a9edb57ee
msgid "Instead of waiting for the job to run on minions only print the jod id of the started execution and complete."
msgstr ""
#: ../../ref/cli/salt.rst:52
# 002e3eec845b42ef81c71cae0a2709d3
msgid "Override the configured state_output value for minion output. Default: full"
msgstr ""
#: ../../ref/cli/salt.rst:57
# f4293aad5e5345418cfa920c0820e998
msgid "Execute the routine on a random subset of the targeted minions. The minions will be verified that they have the named function before executing."
msgstr ""
#: ../../ref/cli/salt.rst:63
# 77552c0d6db847eb99868d39f851d3fd
msgid "Turn on verbosity for the salt call, this will cause the salt command to print out extra data like the job id."
msgstr ""
#: ../../ref/cli/salt.rst:68
# 91be936583754688ab0a3382669e8d20
msgid "Instead of executing on all targeted minions at once, execute on a progressive set of minions. This option takes an argument in the form of an explicit number of minions to execute at once, or a percentage of minions to execute on."
msgstr ""
#: ../../ref/cli/salt.rst:75
# 216f75d37374447d85d5989a7f10f44c
msgid "Pass in an external authentication medium to validate against. The credentials will be prompted for. Can be used with the -T option."
msgstr ""
#: ../../ref/cli/salt.rst:80
# f99e6c4f7c784cd7ba5854e8360ed55e
msgid "Used in conjunction with the -a option. This creates a token that allows for the authenticated user to send commands without needing to re-authenticate."
msgstr ""
#: ../../ref/cli/salt.rst:86
# e249bb4ee4f249c4b946463c8b759895
msgid "Chose an alternative returner to call on the minion, if an alternative returner is used then the return will not come back to the command line but will be sent to the specified return system."
msgstr ""
#: ../../ref/cli/salt.rst:92
# 94dbfe8601a34727935a18c3806da8d0
msgid "Return the documentation for the module functions available on the minions"
msgstr ""
#: ../../ref/cli/salt.rst:96
# 3679e2e348194bd3bf2b9fbc7646897c
msgid "Set the special argument used as a delimiter between command arguments of compound commands. This is useful when one wants to pass commas as arguments to some of the commands in a compound command."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:2
# 5e66b30e6163442c8145086e1cbc5a5b
msgid "Logging Options"
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:4
# 170e3712f4fa4a3782ca3196e7b08810
msgid "Logging options which override any settings defined on the configuration files."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:9
# 50380e4ee63d4c38a82887d452c9292c
msgid "Console logging log level. One of ``all``, ``garbage``, ``trace``, ``debug``, ``info``, ``warning``, ``error``, ``quiet``. Default: |loglevel|."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:16
# 3dde98674e2641bc97184a4db4171b17
msgid "Log file path. Default: |logfile|."
msgstr ""
#: ../../ref/cli/_includes/logging-options.rst:20
# 4ca0a78dfa054d829641539db8b62944
msgid "Logfile logging log level. One of ``all``, ``garbage``, ``trace``, ``debug``, ``info``, ``warning``, ``error``, ``quiet``. Default: |loglevel|."
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:2
# 33c97e5fce00427998f22cd0b6870e79
msgid "Target Selection"
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:6
# 23cc863d7077490f8829fd598aea2b44
msgid "The target expression will be interpreted as a PCRE regular expression rather than a shell glob."
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:11
# 161fe6ea0ae44b0ca0a9a032964319c7
msgid "The target expression will be interpreted as a comma-delimited list; example: server1.foo.bar,server2.foo.bar,example7.quo.qux"
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:16
# 69afaaa3daea4947b4c1bbf1fe959269
msgid "The target expression matches values returned by the Salt grains system on the minions. The target expression is in the format of '<grain value>:<glob expression>'; example: 'os:Arch*'"
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:20
# 44bc09906d4f4306a8a05ef868c41534
msgid "This was changed in version 0.9.8 to accept glob expressions instead of regular expression. To use regular expression matching with grains, use the --grain-pcre option."
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:26
# e2354dfa1ae0473697bcbdb12444e6f5
msgid "The target expression matches values returned by the Salt grains system on the minions. The target expression is in the format of '<grain value>:< regular expression>'; example: 'os:Arch.*'"
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:32
# 5620ddb1347f4e5685335df8cf2736fd
msgid "Use a predefined compound target defined in the Salt master configuration file."
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:37
# f883010719cd4850abbe8533a7551a62
msgid "Instead of using shell globs to evaluate the target, use a range expression to identify targets. Range expressions look like %cluster."
msgstr ""
#: ../../ref/cli/_includes/target-selection.rst:40
# 0312d2f05caf471383d212e5c52cac67
msgid "Using the Range option requires that a range server is set up and the location of the range server is referenced in the master configuration file."
msgstr ""
#: ../../ref/cli/_includes/extended-target-selection.rst:3
# c8fafcad300442ed93c7ade368a923be
msgid "Utilize many target definitions to make the call very granular. This option takes a group of targets separated by ``and`` or ``or``. The default matcher is a glob as usual. If something other than a glob is used, preface it with the letter denoting the type; example: 'webserv* and G@os:Debian or E@db*' Make sure that the compound target is encapsulated in quotes."
msgstr ""
#: ../../ref/cli/_includes/extended-target-selection.rst:11
# 2b1252dde4ca4fba92f8f305ec3543b7
msgid "Instead of using shell globs, use the return code of a function."
msgstr ""
#: ../../ref/cli/_includes/extended-target-selection.rst:16
# d39d75330bd04584b6cced8603a95106
msgid "Instead of using shell globs to evaluate the target, use a pillar value to identify targets. The syntax for the target is the pillar key followed by a glob expression: \"role:production*\""
msgstr ""
#: ../../ref/cli/_includes/extended-target-selection.rst:22
# 04a0209d91b7404d9f91002b6bbacb3b
msgid "Match based on Subnet (CIDR notation) or IPv4 address."
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:2
# bebaf2dcab3946a9a01a6ab3b308ab5f
msgid "Output Options"
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:6
# 7eae7926c92c4fd7b7e40fa31cc2979f
msgid "Pass in an alternative outputter to display the return of data. This outputter can be any of the available outputters:"
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:9
# 0a26ece180524631ae610a2ea70d47b1
msgid "``grains``, ``highstate``, ``json``, ``key``, ``overstatestage``, ``pprint``, ``raw``, ``txt``, ``yaml``"
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:11
# d021eb2e8c1c4700ae4b801cd4425e37
msgid "Some outputters are formatted only for data returned from specific functions; for instance, the ``grains`` outputter will not work for non-grains data."
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:15
# d5dff33553e74089b6f57a6e2647ad80
msgid "If an outputter is used that does not support the data passed into it, then Salt will fall back on the ``pprint`` outputter and display the return data using the Python ``pprint`` standard library module."
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:20
# fe581935772d44f7b47cebff0a38e08a
msgid "If using ``--out=json``, you will probably want ``--static`` as well. Without the static option, you will get a JSON string for each minion. This is due to using an iterative outputter. So if you want to feed it to a JSON parser, use ``--static`` as well."
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:27
# 8cf9796c6e984201978fb2b87ed5ccbc
msgid "Print the output indented by the provided value in spaces. Negative values disable indentation. Only applicable in outputters that support indentation."
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:33
# 894a4181efd14c2ab9118ba451c09a95
msgid "Write the output to the specified file."
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:37
# 3377a78011854e9da19d8de3a2384e76
msgid "Disable all colored output"
msgstr ""
#: ../../ref/cli/_includes/output-options.rst:41
# 9456d91f58b14c63995f1a0555526fe7
msgid "Force colored output"
msgstr ""
#: ../../ref/cli/salt.rst:111
# 176105913a954adc9abc1d572e2b5918
msgid "See also"
msgstr ""
#: ../../ref/cli/salt.rst:113
# 3cf80b41dc164eb581bc695a3d10c742
msgid ":manpage:`salt(7)` :manpage:`salt-master(1)` :manpage:`salt-minion(1)`"
msgstr ""

View file

@ -0,0 +1,48 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/clientacl.rst:6
# d2693ce5d7c3458ca44c7180232ffaeb
msgid "Client ACL system"
msgstr ""
#: ../../ref/clientacl.rst:8
# dc0647c16b2d41dd8315a881a826e1f7
msgid "The salt client ACL system is a means to allow system users other than root to have access to execute select salt commands on minions from the master."
msgstr ""
#: ../../ref/clientacl.rst:11
# 24cb0ba496e0424cafddb638b26b161d
msgid "The client ACL system is configured in the master configuration file via the ``client_acl`` configuration option. Under the ``client_acl`` configuration option the users open to send commands are specified and then a list of regular expressions which specify the minion functions which will be made available to specified user. This configuration is much like the ``peer`` configuration:"
msgstr ""
#: ../../ref/clientacl.rst:28
# 63cdf9368c0e43b1acc3c83f5f0515f2
msgid "Permission Issues"
msgstr ""
#: ../../ref/clientacl.rst:30
# e7f4fac414a74d669945c1acd33c0c57
msgid "Directories required for ``client_acl`` must be modified to be readable by the users specified:"
msgstr ""
#: ../../ref/clientacl.rst:37
# a0c8bec0ca124965b7fd102aee2806e7
msgid "If you are upgrading from earlier versions of salt you must also remove any existing user keys and re-start the Salt master:"
msgstr ""

View file

@ -0,0 +1,336 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/clients/index.rst:9
# f3b6c0b8284f470bb5c8f1c821ec81d6
msgid "Python client API"
msgstr ""
#: ../../ref/clients/index.rst:11
# cde054e2aa1946a9aab8257ce2ffadb2
msgid "Salt is written to be completely API centric, Salt minions and master can be built directly into third party applications as a communication layer. The Salt client API is very straightforward."
msgstr ""
#: ../../ref/clients/index.rst:15
# 3d86015e18f4414aad3d719285f3fd96
msgid "A number of client command methods are available depending on the exact behavior desired."
msgstr ""
#: ../../ref/clients/index.rst:19
# d2ac017a0642486594610be622039af6
msgid "LocalClient"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient:1
# 50677c141cfb495a8cedd00ce555bb25
msgid "``LocalClient`` is the same interface used by the :command:`salt` command-line tool on the Salt Master. ``LocalClient`` is used to send a command to Salt minions to execute :ref:`execution modules <all-salt.modules>` and return the results to the Salt Master."
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient:6
# 46d18eb231c7476ea4042660726675ed
msgid "Importing and using ``LocalClient`` must be done on the same machine as the Salt Master and it must be done using the same user that the Salt Master is running as (unless :conf_master:`external_auth` is configured and authentication credentials are included in the execution."
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:1
# acd0f46d542046acaa9b745ea61967ce
msgid "The cmd method will execute and wait for the timeout period for all minions to reply, then it will return all minion data at once."
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:4
#: ../../../salt/client/__init__.py:docstring of salt.client.Caller:8
# 4f97ebb7287d487785fbb8534e8cc7bd
# 0e00afccfa584671971ce05818c0c6f8
msgid "Usage:"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:12
# bae0db5a4ccd4c38b76abcae1ad8582b
msgid "With authentication:"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:29
# 7bd957a48af744d08ac0a09f374df976
msgid "With extra keyword arguments for the command function to be run:"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:35
# 23a3c68abb7743489415a87a35d61459
msgid "Compound command usage:"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:41
# 4b2efa2b90f04e2596846e42d965c9ff
msgid "Which minions to target for the execution. Default is shell glob. Modified by the ``expr_form`` option."
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:45
# 06a984e973b240dea0cf5c32853c28c9
msgid "The module and function to call on the specified minions of the form ``module.function``. For example ``test.ping`` or ``grains.items``. Compound commands Multiple functions may be called in a single publish by passing a list of commands. This can dramatically lower overhead and speed up the application communicating with Salt. This requires that the ``arg`` param is a list of lists. The ``fun`` list and the ``arg`` list must correlate by index meaning a function that does not take arguments must still have a corresponding empty list at the expected index."
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:45
# e00e9859cdd14a3d92f92b3ee34f51dd
msgid "The module and function to call on the specified minions of the form ``module.function``. For example ``test.ping`` or ``grains.items``."
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:56
# a8e2b4f1330f434b90b6de3a4c049386
msgid "Compound commands"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:50
# b52b3bf6271b46a693671b9c445ce701
msgid "Multiple functions may be called in a single publish by passing a list of commands. This can dramatically lower overhead and speed up the application communicating with Salt."
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:54
# 6fa6ca22d87a484e8c9ecc7fe8f7f3cc
msgid "This requires that the ``arg`` param is a list of lists. The ``fun`` list and the ``arg`` list must correlate by index meaning a function that does not take arguments must still have a corresponding empty list at the expected index."
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:60
# 5aacb920cb1045e7bedbeebf15857103
msgid "A list of arguments to pass to the remote function. If the function takes no arguments ``arg`` may be omitted except when executing a compound command."
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:65
# 6d34bce526a8492c972bfb6fb80fdc4d
msgid "Seconds to wait after the last minion returns but before all minions return."
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:68
# c896efa68f8b4944a7a008b38f7be986
msgid "The type of ``tgt``. Allowed values: * ``glob`` - Bash glob completion - Default * ``pcre`` - Perl style regular expression * ``list`` - Python list of hosts * ``grain`` - Match based on a grain comparison * ``grain_pcre`` - Grain comparison with a regex * ``pillar`` - Pillar data comparison * ``nodegroup`` - Match on nodegroup * ``range`` - Use a Range server for matching * ``compound`` - Pass a compound match string"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:68
# 59809bf567eb48a5b5bdb1c6fb72f432
msgid "The type of ``tgt``. Allowed values:"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:70
# 3a763323b3364e7ea620105187a52b13
msgid "``glob`` - Bash glob completion - Default"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:71
# 0c8de4ea986d45c5884c7aca9090758b
msgid "``pcre`` - Perl style regular expression"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:72
# 4e13fd1898134e818e0ef5cff8453673
msgid "``list`` - Python list of hosts"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:73
# 39e9437c68324560a930a7656c357699
msgid "``grain`` - Match based on a grain comparison"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:74
# 58da74e84fb64c38a5da2573786ec6f9
msgid "``grain_pcre`` - Grain comparison with a regex"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:75
# 1f3e5affee5f4234821ac003275f5b0a
msgid "``pillar`` - Pillar data comparison"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:76
# c0462b405005485091f4a0000313d682
msgid "``nodegroup`` - Match on nodegroup"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:77
# 8072a892cbcf4530ac782dc31556b018
msgid "``range`` - Use a Range server for matching"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:78
# 5e6b338a96c947a18966cd7281103f5f
msgid "``compound`` - Pass a compound match string"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:80
# 6eed23385d784b9e9bcc58a03e56ffce
msgid "The returner to use. The value passed can be single returner, or a comma delimited list of returners to call in order on the minions"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:84
# e1cd405ddddc469fbeabd81b01bc1a42
msgid "A dictionary with keyword arguments for the function."
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:86
# f172d0011e0a4847a1fe385a0ceb7e65
msgid "Optional keyword arguments. Authentication credentials may be passed when using :conf_master:`external_auth`. * ``eauth`` - the external_auth backend * ``username`` and ``password`` * ``token``"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:86
# e9bec5f2206c4ed68150579c76f5ef76
msgid "Optional keyword arguments."
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:88
# 466158b3f040430485e48ce31aaa0a60
msgid "Authentication credentials may be passed when using :conf_master:`external_auth`."
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:91
# 4eadbe4d98ed4bbbabcfa30cc8eea277
msgid "``eauth`` - the external_auth backend"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:92
# 4baa0439964d44839825a5e508bdb493
msgid "``username`` and ``password``"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:93
# 2833b99362ff4ca09d1f48c39c1f2fea
msgid "``token``"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd:95
# a9e36294010f407280c017e8d3ee61e3
msgid "A dictionary with the result of the execution, keyed by minion ID. A compound command will return a sub-dictionary keyed by function name."
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd_async:1
# bd2e2a9ba8244dd985e6ea5cf2f8bdce
msgid "Execute a command and get back the jid, don't wait for anything"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd_async:3
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd_cli:4
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd_iter:3
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd_iter_no_block:3
# 09e216bc1162418bba41ad9979c34027
# 8906580bf33845c6a9c57a3b3429bd31
# 0c02a60dbe0748b6935b0aec542c10cf
# fe83b35d23f343b09ddfcadde4f02856
msgid "The function signature is the same as :py:meth:`cmd` with the following exceptions."
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd_async:6
# ece29ee85d0c44c2a196025c9200d98f
msgid "A job ID"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd_cli:1
# 30fc6f62d7f54c86abf77efe8b706a5e
msgid "Used by the :command:`salt` CLI. This method returns minion returns as the come back and attempts to block until all minions return."
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd_cli:7
# cd1850a7bdef4d5cbfb4663c32bb4254
msgid "Print extra information about the running command"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd_cli:8
# 3adcfab5f9914543bf019de71adb7a45
msgid "A generator"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd_iter:1
# 71102261f07449e798f7ecb9cabcf0be
msgid "Yields the individual minion returns as they come in"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd_iter_no_block:1
# d9b1d606c11e444bb47dec15242dde4f
msgid "Blocks while waiting for individual minions to return."
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.LocalClient.cmd_iter_no_block:6
# 8e8b85cc0ac34c3d9518d1101a053b5f
msgid "None until the next minion returns. This allows for actions to be injected in between minion returns."
msgstr ""
#: ../../ref/clients/index.rst:25
# f321c4d330f149fbb4d81f6054d3d57a
msgid "Salt Caller"
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.Caller:1
# 5195f5e41c9c470cac44eee1c5e457e4
msgid "``Caller`` is the same interface used by the :command:`salt-call` command-line tool on the Salt Minion."
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.Caller:4
# ac9283caab814d889721616e8e66b6da
msgid "Importing and using ``Caller`` must be done on the same machine as a Salt Minion and it must be done using the same user that the Salt Minion is running as."
msgstr ""
#: ../../../salt/client/__init__.py:docstring of salt.client.Caller.function:1
# 93f6cf3462c04d2e841a77822284e24c
msgid "Call a single salt function"
msgstr ""
#: ../../ref/clients/index.rst:31
# 9ae12c8dfd44451aacaa686e5b1cc2de
msgid "RunnerClient"
msgstr ""
#: ../../../salt/runner.py:docstring of salt.runner.RunnerClient:1
# 6ad34ab1fe7845d7aa796f19f10c5ff7
msgid "``RunnerClient`` is the same interface used by the :command:`salt-run` command-line tool on the Salt Master. It executes :ref:`runner modules <all-salt.runners>` which run on the Salt Master."
msgstr ""
#: ../../../salt/runner.py:docstring of salt.runner.RunnerClient:5
# 98ebe6be16494277a918e62a0039e82f
msgid "Importing and using ``RunnerClient`` must be done on the same machine as the Salt Master and it must be done using the same user that the Salt Master is running as."
msgstr ""
#: ../../../salt/runner.py:docstring of salt.runner.RunnerClient.cmd:1
# b7dc27fe76cc409ab4f4b40b5feed918
msgid "Execute a runner with the given arguments"
msgstr ""
#: ../../../salt/runner.py:docstring of salt.runner.RunnerClient.low:1
# b0b0fc592f2d453699798db3384d1360
msgid "Pass in the runner function name and the low data structure"
msgstr ""
#: ../../ref/clients/index.rst:37
# f9f04e9f4ca5489594b7e36bebae64b9
msgid "WheelClient"
msgstr ""
#: ../../../salt/wheel/__init__.py:docstring of salt.wheel.Wheel:1
# 7d4339a89428465a9186de5c2f07d32d
msgid "``WheelClient`` is an interface to Salt's :ref:`wheel modules <all-salt.wheel>`. Wheel modules interact with various parts of the Salt Master."
msgstr ""
#: ../../../salt/wheel/__init__.py:docstring of salt.wheel.Wheel:5
# 570f82058a1d44888e58727a5e5de0f9
msgid "Importing and using ``WheelClient`` must be done on the same machine as the Salt Master and it must be done using the same user that the Salt Master is running as."
msgstr ""
#: ../../../salt/wheel/__init__.py:docstring of salt.wheel.Wheel.call_func:1
# 6cfd8bb22201483485036c37d527f4fd
msgid "Execute a master control function"
msgstr ""
#: ../../../salt/wheel/__init__.py:docstring of salt.wheel.Wheel.master_call:1
# 9ef1f581aa0b41a49a9edd5f0686edd3
msgid "Send a function call to a wheel module through the master network interface Expects that one of the kwargs is key 'fun' whose value is the namestring of the function to call"
msgstr ""

View file

@ -0,0 +1,33 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/configuration/examples.rst:6
# 6334c35437fd423cb10070febe5fdaa0
msgid "Configuration file examples"
msgstr ""
#: ../../ref/configuration/examples.rst:15
# 1885f655a8984dab9735bc74a9cf3d43
msgid "Example master configuration file"
msgstr ""
#: ../../ref/configuration/examples.rst:23
# 2c7e835e7d054ac2905c836270e9e989
msgid "Example minion configuration file"
msgstr ""

View file

@ -0,0 +1,40 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/configuration/logging/handlers/index.rst:7
# edf151091cbd4320958d0d49e2b50252
msgid "External Logging Handlers"
msgstr ""
#: ../../<autosummary>:1
# dacc1281dc064652b4be96adee6cacaf
msgid ":obj:`logstash_mod <salt.log.handlers.logstash_mod>`\\"
msgstr ""
#: ../../<autosummary>:1
#: ../../<autosummary>:1
# 993b445e7f7943f6bf5003e50497b4e5
# b4d627ab7d574714a533b7c18f6bfb29
msgid "Pedro Algarvio (pedro@algarvio.me)"
msgstr ""
#: ../../<autosummary>:1
# feed6c4db89840bcab0a2f175c0efe3c
msgid ":obj:`sentry_mod <salt.log.handlers.sentry_mod>`\\"
msgstr ""

View file

@ -0,0 +1,105 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../../salt/log/handlers/logstash_mod.py:docstring of salt.log.handlers.logstash_mod:7
# 61170868a0974302b9521232d06036ad
msgid "Logstash Logging Handler"
msgstr ""
#: ../../../salt/log/handlers/logstash_mod.py:docstring of salt.log.handlers.logstash_mod:11
# 61944ec3661b477b9e87b0f317f8be7e
msgid "This module provides some `Logstash`_ logging handlers."
msgstr ""
#: ../../../salt/log/handlers/logstash_mod.py:docstring of salt.log.handlers.logstash_mod:15
# cc48d9afacfa4e978193d1b6223dfc46
msgid "UDP Logging Handler"
msgstr ""
#: ../../../salt/log/handlers/logstash_mod.py:docstring of salt.log.handlers.logstash_mod:17
# 7117eeffc16940df8b6e7020a33bb6a4
msgid "In order to setup the datagram handler for `Logstash`_, please define on the salt configuration file:"
msgstr ""
#: ../../../salt/log/handlers/logstash_mod.py:docstring of salt.log.handlers.logstash_mod:27
#: ../../../salt/log/handlers/logstash_mod.py:docstring of salt.log.handlers.logstash_mod:54
# 62afedd135bb42bfa964e9b9c225bf6f
# c2bcb5047f23497aa5ac07a2f296277b
msgid "On the `Logstash`_ configuration file you need something like:"
msgstr ""
#: ../../../salt/log/handlers/logstash_mod.py:docstring of salt.log.handlers.logstash_mod:39
# 2e580ca865784792ae3f2ddca5d90fb9
msgid "Please read the `UDP input`_ configuration page for additional information."
msgstr ""
#: ../../../salt/log/handlers/logstash_mod.py:docstring of salt.log.handlers.logstash_mod:43
# a9fe64e0269b481bb611682139cb9f67
msgid "ZeroMQ Logging Handler"
msgstr ""
#: ../../../salt/log/handlers/logstash_mod.py:docstring of salt.log.handlers.logstash_mod:45
# c9f2bd837b824994a5fdd86778247851
msgid "In order to setup the ZMQ handler for `Logstash`_, please define on the salt configuration file:"
msgstr ""
#: ../../../salt/log/handlers/logstash_mod.py:docstring of salt.log.handlers.logstash_mod:70
# f0d576772c444e578007d8ac75a79a82
msgid "Please read the `ZeroMQ input`_ configuration page for additional information."
msgstr ""
#: ../../../salt/log/handlers/logstash_mod.py:docstring of salt.log.handlers.logstash_mod:73
# faf2323daf704024b7ab94eb0b40710b
msgid "Important Logstash Setting"
msgstr ""
#: ../../../salt/log/handlers/logstash_mod.py:docstring of salt.log.handlers.logstash_mod:75
# 68c80c7572f947f48fa503dfe9a8d346
msgid "One of the most important settings that you should not forget on your `Logstash`_ configuration file regarding these logging handlers is ``format``. Both the `UDP` and `ZeroMQ` inputs need to have ``format`` as ``json_event`` which is what we send over the wire."
msgstr ""
#: ../../../salt/log/handlers/logstash_mod.py:docstring of salt.log.handlers.logstash_mod:83
# ff390afdc5ba439eabd152018c29cdef
msgid "Log Level"
msgstr ""
#: ../../../salt/log/handlers/logstash_mod.py:docstring of salt.log.handlers.logstash_mod:85
# d41df301c6fa44f2938447ef2d31e4cb
msgid "Both the ``logstash_udp_handler`` and the ``logstash_zmq_handler`` configuration sections accept an additional setting ``log_level``. If not set, the logging level used will be the one defined for ``log_level`` in the global configuration file section."
msgstr ""
#: ../../../salt/log/handlers/logstash_mod.py:docstring of salt.log.handlers.logstash_mod:91
# 14d7dd806e7f476493aa9d1ddc690be2
msgid "HWM"
msgstr ""
#: ../../../salt/log/handlers/logstash_mod.py:docstring of salt.log.handlers.logstash_mod:93
# 202303c6c2464785a96219e6dc5eb64d
msgid "The `high water mark`_ for the ZMQ socket setting. Only applicable for the ``logstash_zmq_handler``."
msgstr ""
#: ../../../salt/log/handlers/logstash_mod.py:docstring of salt.log.handlers.logstash_mod:98
# 368b8933b1ee47ff86a2df649f79c462
msgid "Inspiration"
msgstr ""
#: ../../../salt/log/handlers/logstash_mod.py:docstring of salt.log.handlers.logstash_mod:100
# 80984c118c554ab79723d921a8252d8a
msgid "This work was inspired in `pylogstash`_, `python-logstash`_, `canary`_ and the `PyZMQ logging handler`_."
msgstr ""

View file

@ -0,0 +1,58 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../../salt/log/handlers/sentry_mod.py:docstring of salt.log.handlers.sentry_mod:7
# 7c3b98235d9c448cb8c7321815bd449d
msgid "Sentry Logging Handler"
msgstr ""
#: ../../../salt/log/handlers/sentry_mod.py:docstring of salt.log.handlers.sentry_mod:11
# d12a510f44cc4cf9b5804f98c16f8fc2
msgid "Configuring the python `Sentry`_ client, `Raven`_, should be done under the ``sentry_handler`` configuration key. At the bare minimum, you need to define the `DSN`_. As an example:"
msgstr ""
#: ../../../salt/log/handlers/sentry_mod.py:docstring of salt.log.handlers.sentry_mod:21
# 36ff0bc18eb14c628bd4a529a90b9295
msgid "More complex configurations can be achieved, for example:"
msgstr ""
#: ../../../salt/log/handlers/sentry_mod.py:docstring of salt.log.handlers.sentry_mod:34
# 624133662408451cbcd72756e55f1b4a
msgid "All the client configuration keys are supported, please see the `Raven client documentation`_."
msgstr ""
#: ../../../salt/log/handlers/sentry_mod.py:docstring of salt.log.handlers.sentry_mod:37
# 2e5154317a9f4f7f9e9b99f6e43faf0f
msgid "The default logging level for the sentry handler is ``ERROR``. If you wish to define a different one, define ``log_level`` under the ``sentry_handler`` configuration key:"
msgstr ""
#: ../../../salt/log/handlers/sentry_mod.py:docstring of salt.log.handlers.sentry_mod:48
# 09a7195acebb4cdbac1cf3b15a35d271
msgid "The available log levels are those also available for the salt ``cli`` tools and configuration; ``salt --help`` should give you the required information."
msgstr ""
#: ../../../salt/log/handlers/sentry_mod.py:docstring of salt.log.handlers.sentry_mod:54
# 15f79a34dc7f47e1a58a2c113258d7b5
msgid "Threaded Transports"
msgstr ""
#: ../../../salt/log/handlers/sentry_mod.py:docstring of salt.log.handlers.sentry_mod:56
# 86ce6d80343d4543ba0813861ba1a630
msgid "Raven's documents rightly suggest using its threaded transport for critical applications. However, don't forget that if you start having troubles with Salt after enabling the threaded transport, please try switching to a non-threaded transport to see if that fixes your problem."
msgstr ""

View file

@ -0,0 +1,170 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/configuration/logging/index.rst:6
# 2195ec276d23421d9764f915fdcd1359
msgid "Logging"
msgstr ""
#: ../../ref/configuration/logging/index.rst:8
# 8974217f1ab541cabcb60603d2db0b95
msgid "The salt project tries to get the logging to work for you and help us solve any issues you might find along the way."
msgstr ""
#: ../../ref/configuration/logging/index.rst:11
# 5a8e6e7f8f644744bf1ef2b3e6437948
msgid "If you want to get some more information on the nitty-gritty of salt's logging system, please head over to the :doc:`logging development document</topics/development/logging>`, if all you're after is salt's logging configurations, please continue reading."
msgstr ""
#: ../../ref/configuration/logging/index.rst:18
# 68a5896662544747a711ea60d397fa73
msgid "Available Configuration Settings"
msgstr ""
#: ../../ref/configuration/logging/index.rst:23
# 49ef2578b3f7448aa0dc5ed6f20d101e
msgid "``log_file``"
msgstr ""
#: ../../ref/configuration/logging/index.rst:25
# b438f29d0fb64094a8990f59ade62510
msgid "The log records can be sent to a regular file, local path name, or network location. Remote logging works best when configured to use rsyslogd(8) (e.g.: ``file:///dev/log``), with rsyslogd(8) configured for network logging. The format for remote addresses is: ``<file|udp|tcp>://<host|socketpath>:<port-if-required>/<log-facility>``."
msgstr ""
#: ../../ref/configuration/logging/index.rst:30
# a7bf572643174a208b8a6689210c4ac0
msgid "Default: Dependent of the binary being executed, for example, for ``salt-master``, ``/var/log/salt/master``."
msgstr ""
#: ../../ref/configuration/logging/index.rst:34
# 006424df1a2a489ab8a661a4011a8e0f
msgid "Examples:"
msgstr ""
#: ../../ref/configuration/logging/index.rst:60
# 012a351bc4af4f12ae6aafc251528efa
msgid "``log_level``"
msgstr ""
#: ../../ref/configuration/logging/index.rst:62
#: ../../ref/configuration/logging/index.rst:79
# 0fd7ae4ab77e4b92a9b8ecc4efdcf5d7
# d2cf652bf7604ca29361cb0ac7455451
msgid "Default: ``warning``"
msgstr ""
#: ../../ref/configuration/logging/index.rst:64
# bc7073fe397c46828e58867aa18600a8
msgid "The level of log record messages to send to the console. One of ``all``, ``garbage``, ``trace``, ``debug``, ``info``, ``warning``, ``error``, ``critical``, ``quiet``."
msgstr ""
#: ../../ref/configuration/logging/index.rst:77
# 3802c6fae66c45f3a8be035325754c97
msgid "``log_level_logfile``"
msgstr ""
#: ../../ref/configuration/logging/index.rst:81
# 7e21721c0a534adf88971a0e4183a69f
msgid "The level of messages to send to the log file. One of ``all``, ``garbage``, ``trace``, ``debug``, ``info``, ``warning``, ``error``, ``critical``, ``quiet``."
msgstr ""
#: ../../ref/configuration/logging/index.rst:94
# d77e3101798e43138830c74244d06533
msgid "``log_datefmt``"
msgstr ""
#: ../../ref/configuration/logging/index.rst:96
# c9fed135f9084db4b210c2cbeecb8603
msgid "Default: ``%H:%M:%S``"
msgstr ""
#: ../../ref/configuration/logging/index.rst:98
# 0ff5558746834aa0b429c1d3d91f1384
msgid "The date and time format used in console log messages. Allowed date/time formatting can be seen on :func:`time.strftime <python2:time.strftime>`."
msgstr ""
#: ../../ref/configuration/logging/index.rst:110
# a356442cb4c243ceba519918d7b37389
msgid "``log_datefmt_logfile``"
msgstr ""
#: ../../ref/configuration/logging/index.rst:112
# df90a6db3d204abe85e01d7434438b48
msgid "Default: ``%Y-%m-%d %H:%M:%S``"
msgstr ""
#: ../../ref/configuration/logging/index.rst:114
# 43873df840f647dbab5451b0de825f72
msgid "The date and time format used in log file messages. Allowed date/time formatting can be seen on :func:`time.strftime <python2:time.strftime>`."
msgstr ""
#: ../../ref/configuration/logging/index.rst:126
# 93632f8d5548467da1e43963e7e293e7
msgid "``log_fmt_console``"
msgstr ""
#: ../../ref/configuration/logging/index.rst:128
# 9b9da605392344c5976ecc5af48d621f
msgid "Default: ``[%(levelname)-8s] %(message)s``"
msgstr ""
#: ../../ref/configuration/logging/index.rst:130
# 5eb832c5c50742fd87aa285ec911fdea
msgid "The format of the console logging messages. Allowed formatting options can be seen on the :ref:`LogRecord attributes <python2:logrecord-attributes>`."
msgstr ""
#: ../../ref/configuration/logging/index.rst:142
# f705449feb1c429f802fbf6bcb32c713
msgid "``log_fmt_logfile``"
msgstr ""
#: ../../ref/configuration/logging/index.rst:144
# 67255dc195ce4d88bbb3b8634b17ae98
msgid "Default: ``%(asctime)s,%(msecs)03.0f [%(name)-17s][%(levelname)-8s] %(message)s``"
msgstr ""
#: ../../ref/configuration/logging/index.rst:146
# b90f8f9e290746a1b72da107e9b5d3a9
msgid "The format of the log file logging messages. Allowed formatting options can be seen on the :ref:`LogRecord attributes <python2:logrecord-attributes>`."
msgstr ""
#: ../../ref/configuration/logging/index.rst:158
# e00124145fe64ad69b9b703ab1dcf9dd
msgid "``log_granular_levels``"
msgstr ""
#: ../../ref/configuration/logging/index.rst:160
# 3127ebb7b12643ceba38c18d82f20876
msgid "Default: ``{}``"
msgstr ""
#: ../../ref/configuration/logging/index.rst:162
# 41343020e4ed44d4b2ce6e5ab21974d4
msgid "This can be used to control logging levels more specifically. The example sets the main salt library at the 'warning' level, but sets ``salt.modules`` to log at the ``debug`` level:"
msgstr ""
#: ../../ref/configuration/logging/index.rst:174
# 7a860a4c8cb14d6aac4be76f83550f7a
msgid "External Logging Handlers"
msgstr ""
#: ../../ref/configuration/logging/index.rst:176
# aecec73fa0094d1bb7255f5074a7aefc
msgid "Besides the internal logging handlers used by salt, there are some external which can be used, see the :doc:`external logging handlers<handlers/index>` document."
msgstr ""

View file

@ -0,0 +1,980 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/configuration/master.rst:8
# 790beebbc5464a81a62553825703dd6c
msgid "Configuring the Salt Master"
msgstr ""
#: ../../ref/configuration/master.rst:10
# ddf5bf2fedf84e2fbfbc8c73bc50931e
msgid "The Salt system is amazingly simple and easy to configure, the two components of the Salt system each have a respective configuration file. The :command:`salt-master` is configured via the master configuration file, and the :command:`salt-minion` is configured via the minion configuration file."
msgstr ""
#: ../../ref/configuration/master.rst:16
# c41b60ecbe1b468f85082ba0d54ab30d
msgid ":ref:`example master configuration file <configuration-examples-master>`"
msgstr ""
#: ../../ref/configuration/master.rst:18
# 14400b0d4c26441f85aebff5eb76aade
msgid "The configuration file for the salt-master is located at :file:`/etc/salt/master`. The available options are as follows:"
msgstr ""
#: ../../ref/configuration/master.rst:22
# 4e8c4414eb7846aab23d12451bb32c66
msgid "Primary Master Configuration"
msgstr ""
#: ../../ref/configuration/master.rst:28
# 66a619567a064758ac6cf0d65b7cae71
msgid "``interface``"
msgstr ""
#: ../../ref/configuration/master.rst:30
# 4c74415396a64df8b8e547522e860161
msgid "Default: ``0.0.0.0`` (all interfaces)"
msgstr ""
#: ../../ref/configuration/master.rst:32
# bb97e41f0971442a88c29d1c97c53d3e
msgid "The local interface to bind to."
msgstr ""
#: ../../ref/configuration/master.rst:41
# a02e473f3fff46019b9a9f6bcbdf4264
msgid "``publish_port``"
msgstr ""
#: ../../ref/configuration/master.rst:43
# a33c34f5744449999afa2793e99bb17f
msgid "Default: ``4505``"
msgstr ""
#: ../../ref/configuration/master.rst:45
# 1d7cbea63f244e84a2aa38178ad3db03
msgid "The network port to set up the publication interface"
msgstr ""
#: ../../ref/configuration/master.rst:55
# 90902099ceb74be18c24cfc22e50952f
msgid "``user``"
msgstr ""
#: ../../ref/configuration/master.rst:57
# 92752fe2cd0c405fa09aa519861fbf7e
msgid "Default: ``root``"
msgstr ""
#: ../../ref/configuration/master.rst:59
# 964d36d288c84418973c98241e7f1728
msgid "The user to run the Salt processes"
msgstr ""
#: ../../ref/configuration/master.rst:68
# 8d967a4c7d014ff8beb7bc5b9b4e1f28
msgid "``max_open_files``"
msgstr ""
#: ../../ref/configuration/master.rst:70
# 1cdf7c40035e41b69497280dccfe23d9
msgid "Default: ``max_open_files``"
msgstr ""
#: ../../ref/configuration/master.rst:72
# 9a7b7c3139564112832b5bbb15fbeed1
msgid "Each minion connecting to the master uses AT LEAST one file descriptor, the master subscription connection. If enough minions connect you might start seeing on the console(and then salt-master crashes)::"
msgstr ""
#: ../../ref/configuration/master.rst:79
# f91245d7020f4f5d975612f93fe7d987
msgid "By default this value will be the one of `ulimit -Hn`, i.e., the hard limit for max open files."
msgstr ""
#: ../../ref/configuration/master.rst:82
# 1345c21d024349888106ce7e140ef4c1
msgid "If you wish to set a different value than the default one, uncomment and configure this setting. Remember that this value CANNOT be higher than the hard limit. Raising the hard limit depends on your OS and/or distribution, a good way to find the limit is to search the internet for(for example)::"
msgstr ""
#: ../../ref/configuration/master.rst:96
# 0cbf4293ffd540d4af9ff696b7d65c5a
msgid "``worker_threads``"
msgstr ""
#: ../../ref/configuration/master.rst:98
# 9d444d090f384f45ac6c7dbb63947518
msgid "Default: ``5``"
msgstr ""
#: ../../ref/configuration/master.rst:100
# aa042cb83a014ccd93e58cb943f9e500
msgid "The number of threads to start for receiving commands and replies from minions. If minions are stalling on replies because you have many minions, raise the worker_threads value."
msgstr ""
#: ../../ref/configuration/master.rst:104
# f081a8ec7dd6433a94c72e94a3e5d2ee
msgid "Worker threads should not be put below 3 when using the peer system, but can drop down to 1 worker otherwise."
msgstr ""
#: ../../ref/configuration/master.rst:114
# e056dd8635cf41838ef29e69e4823471
msgid "``ret_port``"
msgstr ""
#: ../../ref/configuration/master.rst:116
#: ../../ref/configuration/master.rst:721
# 2dbaa0990b794eaebcbf2836feb76302
# 03fb8ff45fee47d3a461a951b0527cd4
msgid "Default: ``4506``"
msgstr ""
#: ../../ref/configuration/master.rst:118
# 6c170ec838824f37a692c180bef0b716
msgid "The port used by the return server, this is the server used by Salt to receive execution returns and command executions."
msgstr ""
#: ../../ref/configuration/master.rst:128
# 86bb107dbac7455eab16670025d65be8
msgid "``pidfile``"
msgstr ""
#: ../../ref/configuration/master.rst:130
# df8b6da57fab4ab59c549afe3f85cbbc
msgid "Default: ``/var/run/salt-master.pid``"
msgstr ""
#: ../../ref/configuration/master.rst:132
# 1e914c6a634e4b16a045be700b98783a
msgid "Specify the location of the master pidfile"
msgstr ""
#: ../../ref/configuration/master.rst:141
# 7e9cbdecce6b46a59971d514c478a9e2
msgid "``root_dir``"
msgstr ""
#: ../../ref/configuration/master.rst:143
# 6626697c2d104a7e9b54dbbb71ded3c5
msgid "Default: :file:`/`"
msgstr ""
#: ../../ref/configuration/master.rst:145
# 9ef1244fe3104adba3c2fb59d565307c
msgid "The system root directory to operate from, change this to make Salt run from an alternative root"
msgstr ""
#: ../../ref/configuration/master.rst:155
# c8bcec5ed5384decb9e6439dfeb1ca8d
msgid "``pki_dir``"
msgstr ""
#: ../../ref/configuration/master.rst:157
# 89e55c3a248d4c8b95a2f2652b308767
msgid "Default: :file:`/etc/salt/pki`"
msgstr ""
#: ../../ref/configuration/master.rst:159
# 54804bd1b7754b20b7aa3821d05aee99
msgid "The directory to store the pki authentication keys."
msgstr ""
#: ../../ref/configuration/master.rst:168
# 315c949857cb4cf4a389aaf3782f6570
msgid "``cachedir``"
msgstr ""
#: ../../ref/configuration/master.rst:170
# 87e652ef42764d6ea619644e63acd1fd
msgid "Default: :file:`/var/cache/salt`"
msgstr ""
#: ../../ref/configuration/master.rst:172
# 03190baec30240b08865f29416198bd7
msgid "The location used to store cache information, particularly the job information for executed salt commands."
msgstr ""
#: ../../ref/configuration/master.rst:182
# d9e014edab3c4afd8545a6f14bd90fbb
msgid "``keep_jobs``"
msgstr ""
#: ../../ref/configuration/master.rst:184
# d8584020567543f4b0170b09a802583e
msgid "Default: ``24``"
msgstr ""
#: ../../ref/configuration/master.rst:186
# a33b351e7e004fe4a8c2789fe1cbe27a
msgid "Set the number of hours to keep old job information"
msgstr ""
#: ../../ref/configuration/master.rst:191
# 0a90ad59fa1c402787d14dd54bb15d86
msgid "``job_cache``"
msgstr ""
#: ../../ref/configuration/master.rst:193
# 3b3dfdf5559140e6a15dcadd07f727c8
msgid "Default: ``True``"
msgstr ""
#: ../../ref/configuration/master.rst:195
# 79ee8db2ec5f44c9a150c35c7526daa6
msgid "The master maintains a job cache, while this is a great addition it can be a burden on the master for larger deployments (over 5000 minions). Disabling the job cache will make previously executed jobs unavailable to the jobs system and is not generally recommended. Normally it is wise to make sure the master has access to a faster IO system or a tmpfs is mounted to the jobs dir"
msgstr ""
#: ../../ref/configuration/master.rst:205
# a5c01c910c354a519ce59859dc4bca92
msgid "``ext_job_cache``"
msgstr ""
#: ../../ref/configuration/master.rst:207
# 158b8ea9dd0d435799e362d83999e00b
msgid "Default: ''"
msgstr ""
#: ../../ref/configuration/master.rst:209
# b87bfa23693f42ff9864f618d9c2075e
msgid "Used to specify a default returner for all minions, when this option is set the specified returner needs to be properly configured and the minions will always default to sending returns to this returner. This will also disable the local job cache on the master"
msgstr ""
#: ../../ref/configuration/master.rst:221
# 90bf8d35b6054af7896245ee1fc426ea
msgid "``minion_data_cache``"
msgstr ""
#: ../../ref/configuration/master.rst:223
# a174f91c74354d0a9e9f864674713322
msgid "Default: True"
msgstr ""
#: ../../ref/configuration/master.rst:225
# 35790cf2d02d4ed9be15041b252ce20e
msgid "The minion data cache is a cache of information about the minions stored on the master, this information is primarily the pillar and grains data. The data is cached in the Master cachedir under the name of the minion and used to pre determine what minions are expected to reply from executions."
msgstr ""
#: ../../ref/configuration/master.rst:237
# 4451797927f6400db2bbd74e49575549
msgid "``enforce_mine_cache``"
msgstr ""
#: ../../ref/configuration/master.rst:239
# 37911d5fb32f4d208f27eda5729ed8f1
msgid "Default: False"
msgstr ""
#: ../../ref/configuration/master.rst:241
# ebd004e5c1244cb4aeca12e9a08647e7
msgid "By-default when disabling the minion_data_cache mine will stop working since it is based on cached data, by enabling this option we explicitly enabling only the cache for the mine system."
msgstr ""
#: ../../ref/configuration/master.rst:252
# 23cbed965393473fb33992e994a936b4
msgid "``sock_dir``"
msgstr ""
#: ../../ref/configuration/master.rst:254
# 0e39632a69964e349779f813bd039177
msgid "Default:: :file:`/tmp/salt-unix`"
msgstr ""
#: ../../ref/configuration/master.rst:256
# cc16886473a14b489b35beff4f58167b
msgid "Set the location to use for creating Unix sockets for master process communication"
msgstr ""
#: ../../ref/configuration/master.rst:261
# aa9c097510f1420d9b1b77b92ee6fb7e
msgid "Master Security Settings"
msgstr ""
#: ../../ref/configuration/master.rst:266
# f74077c746ec41089da10dfd646a5c69
msgid "``open_mode``"
msgstr ""
#: ../../ref/configuration/master.rst:268
#: ../../ref/configuration/master.rst:287
#: ../../ref/configuration/master.rst:384
#: ../../ref/configuration/master.rst:411
#: ../../ref/configuration/master.rst:428
#: ../../ref/configuration/master.rst:692
# 027f0b066d8943cd8b2f8115d886e912
# 1aa0068e2cee45eb9da9fb6d2931c356
# c9c986fc144b4291add454549a600899
# 47bf754955074754825249b11d244479
# aa7f731f139348f18199c0dcce00725a
# 862dd1df11d344808107a186b76c5d6a
msgid "Default: ``False``"
msgstr ""
#: ../../ref/configuration/master.rst:270
# 9fa75d1260f446b6995b0cd9bf41b73d
msgid "Open mode is a dangerous security feature. One problem encountered with pki authentication systems is that keys can become \"mixed up\" and authentication begins to fail. Open mode turns off authentication and tells the master to accept all authentication. This will clean up the pki keys received from the minions. Open mode should not be turned on for general use. Open mode should only be used for a short period of time to clean up pki keys. To turn on open mode set this value to ``True``."
msgstr ""
#: ../../ref/configuration/master.rst:285
# 5653588d2d2b469a8c5e7b0da1cf2db1
msgid "``auto_accept``"
msgstr ""
#: ../../ref/configuration/master.rst:289
# e738d6261f5147ff9935f1bc7dba79cc
msgid "Enable auto_accept. This setting will automatically accept all incoming public keys from the minions"
msgstr ""
#: ../../ref/configuration/master.rst:299
# d6635d09856348c18b0288fe8433dada
msgid "``autosign_file``"
msgstr ""
#: ../../ref/configuration/master.rst:301
# 345c88d20f52457b8586ccfbbff196d6
msgid "Default ``not defined``"
msgstr ""
#: ../../ref/configuration/master.rst:303
# 34e296518d14417aa6ece095f63d29ef
msgid "If the autosign_file is specified incoming keys specified in the autosign_file will be automatically accepted. Matches will be searched for first by string comparison, then by globbing, then by full-string regex matching. This is insecure!"
msgstr ""
#: ../../ref/configuration/master.rst:311
# f13a3fafd67347fbade2330f0492b24b
msgid "``client_acl``"
msgstr ""
#: ../../ref/configuration/master.rst:313
#: ../../ref/configuration/master.rst:330
#: ../../ref/configuration/master.rst:354
#: ../../ref/configuration/master.rst:771
#: ../../ref/configuration/master.rst:801
#: ../../ref/configuration/master.rst:822
#: ../../ref/configuration/master.rst:968
# 49a4b707b8644631a658955a55608610
# b0f3c092bbd445cc9fcd3d12591f8767
# d2bc7f3338b24bad86d9e2dbc6e2d22e
# adaf848db51646c1aa82b8dd92a172ea
# fdf98e41338c45e4b242f3e147bcdcab
# 687b59c923494c1d96dd2fd56f994d4e
# 47351b607a7443bcbdebe71f7c006f46
msgid "Default: ``{}``"
msgstr ""
#: ../../ref/configuration/master.rst:315
# 2dbcd08a1283461397e86fbf912f27de
msgid "Enable user accounts on the master to execute specific modules. These modules can be expressed as regular expressions"
msgstr ""
#: ../../ref/configuration/master.rst:328
# d4a980ccd03f4504b901cc5b43e26481
msgid "``client_acl_blacklist``"
msgstr ""
#: ../../ref/configuration/master.rst:332
# 38a19d298cd3490eb68fce9f0ca2864c
msgid "Blacklist users or modules"
msgstr ""
#: ../../ref/configuration/master.rst:334
# e38659c13ed34838b2b30a777eb4db49
msgid "This example would blacklist all non sudo users, including root from running any commands. It would also blacklist any use of the \"cmd\" module."
msgstr ""
#: ../../ref/configuration/master.rst:338
# 9d404517e0da4e3ea4f162d6963f6b8e
msgid "This is completely disabled by default."
msgstr ""
#: ../../ref/configuration/master.rst:352
# 005a52c89df64d3c890d4dc0de343688
msgid "``external_auth``"
msgstr ""
#: ../../ref/configuration/master.rst:356
# 7633c93b5daa449684acc2693fba1c95
msgid "The external auth system uses the Salt auth modules to authenticate and validate users to access areas of the Salt system."
msgstr ""
#: ../../ref/configuration/master.rst:369
# 534be7506d59455088bd75664b4e1e7d
msgid "``token_expire``"
msgstr ""
#: ../../ref/configuration/master.rst:371
# 3aaad63f38e44c3894222d7d048985e0
msgid "Default: ``43200``"
msgstr ""
#: ../../ref/configuration/master.rst:373
# 94eed2a6cc9e4ce88f2673144ba8c164
msgid "Time (in seconds) for a newly generated token to live. Default: 12 hours"
msgstr ""
#: ../../ref/configuration/master.rst:382
# 66328bbb675e4c6685558255742988f1
msgid "``file_recv``"
msgstr ""
#: ../../ref/configuration/master.rst:386
# 9b12e7bdf38f437487c8baad06e33d19
msgid "Allow minions to push files to the master. This is disabled by default, for security purposes."
msgstr ""
#: ../../ref/configuration/master.rst:395
# 72897b3d0a0c43a7a3a80f6428f4de59
msgid "Master Module Management"
msgstr ""
#: ../../ref/configuration/master.rst:400
# e61433e6c4c14420aed7632c5bc18052
msgid "``runner_dirs``"
msgstr ""
#: ../../ref/configuration/master.rst:402
# 3a7676b16fd14fdab44c281accf0c397
msgid "Default: ``[]``"
msgstr ""
#: ../../ref/configuration/master.rst:404
# cbad8238cb024235b809f030375edc3e
msgid "Set additional directories to search for runner modules"
msgstr ""
#: ../../ref/configuration/master.rst:409
# 8d48c8197bfd40a190e60ae9855ab542
msgid "``cython_enable``"
msgstr ""
#: ../../ref/configuration/master.rst:413
# acd7a126c1e3480194e29b86e825381d
msgid "Set to true to enable cython modules (.pyx files) to be compiled on the fly on the Salt master"
msgstr ""
#: ../../ref/configuration/master.rst:421
# 0861b7bcef284a02bc1678c22b8cb74e
msgid "Master State System Settings"
msgstr ""
#: ../../ref/configuration/master.rst:426
# 3bebd322425240558c4ce3f203d81134
msgid "``state_verbose``"
msgstr ""
#: ../../ref/configuration/master.rst:430
# af3d5fd4a39f4492ac445a314e49021f
msgid "state_verbose allows for the data returned from the minion to be more verbose. Normally only states that fail or states that have changes are returned, but setting state_verbose to ``True`` will return all states that were checked"
msgstr ""
#: ../../ref/configuration/master.rst:442
# f1a4f143d96c4c05808f7e372f4ccaa0
msgid "``state_output``"
msgstr ""
#: ../../ref/configuration/master.rst:444
# a6053750d112474aa4935fe9d7c65888
msgid "Default: ``full``"
msgstr ""
#: ../../ref/configuration/master.rst:446
# 9fbdac007e124002a14dc70702a26e6e
msgid "The state_output setting changes if the output is the full multi line output for each changed state if set to 'full', but if set to 'terse' the output will be shortened to a single line. If set to 'mixed', the output will be terse unless a state failed, in which case that output will be full. If set to 'changes', the output will be full unless the state didn't change."
msgstr ""
#: ../../ref/configuration/master.rst:459
# fe6f0e15cb8c4887b816501dc10a3f0d
msgid "``state_top``"
msgstr ""
#: ../../ref/configuration/master.rst:461
# f289b55c795a4a348560e0ca332bbfe8
msgid "Default: ``top.sls``"
msgstr ""
#: ../../ref/configuration/master.rst:463
# ee6d75626de44bbdb61d16ccccf9d56f
msgid "The state system uses a \"top\" file to tell the minions what environment to use and what modules to use. The state_top file is defined relative to the root of the base environment"
msgstr ""
#: ../../ref/configuration/master.rst:474
# af352d9ff27c41a89cecd338a3b9c907
msgid "``external_nodes``"
msgstr ""
#: ../../ref/configuration/master.rst:476
# b531111545114ea59f2dee69a769682b
msgid "Default: None"
msgstr ""
#: ../../ref/configuration/master.rst:478
# 914a45727c054da58c0cfd1728372dc8
msgid "The external_nodes option allows Salt to gather data that would normally be placed in a top file from and external node controller. The external_nodes option is the executable that will return the ENC data. Remember that Salt will look for external nodes AND top files and combine the results if both are enabled and available!"
msgstr ""
#: ../../ref/configuration/master.rst:491
# a5501ac5226c407b9fe34ac3b75f0588
msgid "``renderer``"
msgstr ""
#: ../../ref/configuration/master.rst:493
# b31e97f778a34c05b949298e8409b8fb
msgid "Default: ``yaml_jinja``"
msgstr ""
#: ../../ref/configuration/master.rst:495
# 8488cb7d073d409abb72295262bcaa4c
msgid "The renderer to use on the minions to render the state data"
msgstr ""
#: ../../ref/configuration/master.rst:504
# 5c9173f7f1bb4ea182b9ceaf5537543d
msgid "``failhard``"
msgstr ""
#: ../../ref/configuration/master.rst:506
#: ../../ref/configuration/master.rst:520
# c3ef804091644194806568a87a44aabb
# d755907b86d24d5288acf8677e402a19
msgid "Default:: ``False``"
msgstr ""
#: ../../ref/configuration/master.rst:508
# 95c148d173604c269f177bb7f5242e39
msgid "Set the global failhard flag, this informs all states to stop running states at the moment a single state fails"
msgstr ""
#: ../../ref/configuration/master.rst:518
# b1414ea36c5a48f2a3628f02dbb44644
msgid "``test``"
msgstr ""
#: ../../ref/configuration/master.rst:522
# fa0793f864774f969e11e05c05053d19
msgid "Set all state calls to only test if they are going to actually make changes or just post what changes are going to be made"
msgstr ""
#: ../../ref/configuration/master.rst:530
# 9d56fd7e99f6473b80132be10e7469b2
msgid "Master File Server Settings"
msgstr ""
#: ../../ref/configuration/master.rst:535
# ca23cb064f184b4b8da925eae977bbf9
msgid "``fileserver_backend``"
msgstr ""
#: ../../ref/configuration/master.rst:537
#: ../../ref/configuration/master.rst:564
#: ../../ref/configuration/master.rst:631
# 52e517176b7d478b83a2bb0abcbd2d8e
# 89ad500ef7854666b3e41649dc564a4d
# 143651952d9340b2b6dbec92e9160619
msgid "Default:"
msgstr ""
#: ../../ref/configuration/master.rst:544
# 38a54841f72d481dbfd322a04f98725e
msgid "Salt supports a modular fileserver backend system, this system allows the salt master to link directly to third party systems to gather and manage the files available to minions. Multiple backends can be configured and will be searched for the requested file in the order in which they are defined here. The default setting only enables the standard backend ``roots``, which is configured using the :conf_master:`file_roots` option."
msgstr ""
#: ../../ref/configuration/master.rst:551
# 774b24f2084c4fceab437f64e1ec8fe1
msgid "Example:"
msgstr ""
#: ../../ref/configuration/master.rst:562
# f505d4f285bb4b79a1e9aab429ed0355
msgid "``file_roots``"
msgstr ""
#: ../../ref/configuration/master.rst:571
# 8796129e0f8946cfb5603b7e676e48f9
msgid "Salt runs a lightweight file server written in ZeroMQ to deliver files to minions. This file server is built into the master daemon and does not require a dedicated port."
msgstr ""
#: ../../ref/configuration/master.rst:575
# 4788aa552f614887b7d5929b7f03e34e
msgid "The file server works on environments passed to the master. Each environment can have multiple root directories. The subdirectories in the multiple file roots cannot match, otherwise the downloaded files will not be able to be reliably ensured. A base environment is required to house the top file. Example:"
msgstr ""
#: ../../ref/configuration/master.rst:596
# a018f203787b42609307d1b5f40d3370
msgid "``hash_type``"
msgstr ""
#: ../../ref/configuration/master.rst:598
# b9c141a12e714c5299e6b7e32e5e7743
msgid "Default: ``md5``"
msgstr ""
#: ../../ref/configuration/master.rst:600
# 05165e449a2e4cb0933cf93195a6e01e
msgid "The hash_type is the hash to use when discovering the hash of a file on the master server. The default is md5, but sha1, sha224, sha256, sha384 and sha512 are also supported."
msgstr ""
#: ../../ref/configuration/master.rst:611
# f5ebb7e3f80d456eb04eb969cff05499
msgid "``file_buffer_size``"
msgstr ""
#: ../../ref/configuration/master.rst:613
# d33bd06935e141678131ce38bfe1bbd4
msgid "Default: ``1048576``"
msgstr ""
#: ../../ref/configuration/master.rst:615
# bfc28ae63d8946b8b2c72f0fe7170486
msgid "The buffer size in the file server in bytes"
msgstr ""
#: ../../ref/configuration/master.rst:624
# f23d401dd1ec4aeebeeb9f01e9dd8c32
msgid "Pillar Configuration"
msgstr ""
#: ../../ref/configuration/master.rst:629
# c02d3090c741488fad4212a8a1c6fd1c
msgid "``pillar_roots``"
msgstr ""
#: ../../ref/configuration/master.rst:638
# 37f1606c82e34297a7e86c199bb5d3ff
msgid "Set the environments and directories used to hold pillar sls data. This configuration is the same as :conf_master:`file_roots`:"
msgstr ""
#: ../../ref/configuration/master.rst:654
# 0b24370dcddd4aeeade6906ac8a96440
msgid "``ext_pillar``"
msgstr ""
#: ../../ref/configuration/master.rst:656
# 637279b5b6bd45d595bdddae6ab56af9
msgid "The ext_pillar option allows for any number of external pillar interfaces to be called when populating pillar data. The configuration is based on ext_pillar functions. The available ext_pillar functions can be found herein:"
msgstr ""
#: ../../ref/configuration/master.rst:660
# 14bdc877d5cc440bbaf188097a695606
msgid ":blob:`salt/pillar`"
msgstr ""
#: ../../ref/configuration/master.rst:662
# f801ad3a56dc4288b482d8285a74e674
msgid "By default, the ext_pillar interface is not configured to run."
msgstr ""
#: ../../ref/configuration/master.rst:664
# 46695c1c694b4d05a633bce2fe4a79e6
msgid "Default:: ``None``"
msgstr ""
#: ../../ref/configuration/master.rst:674
# 82cdbe265f44481b96c231bcf414ed1d
msgid "There are additional details at :ref:`salt-pillars`"
msgstr ""
#: ../../ref/configuration/master.rst:677
# 4e090dd4f9b34ecca603e16d5eae203e
msgid "Syndic Server Settings"
msgstr ""
#: ../../ref/configuration/master.rst:679
# c7a2ad53f9e048a4bfcdd577d1c06e62
msgid "A Salt syndic is a Salt master used to pass commands from a higher Salt master to minions below the syndic. Using the syndic is simple. If this is a master that will have syndic servers(s) below it, set the \"order_masters\" setting to True. If this is a master that will be running a syndic daemon for passthrough the \"syndic_master\" setting needs to be set to the location of the master server"
msgstr ""
#: ../../ref/configuration/master.rst:685
# 97fac48203b941218fb616436bc2d818
msgid "Do not not forget that in other word it means that it shares with the local minion it's ID and PKI_DIR."
msgstr ""
#: ../../ref/configuration/master.rst:690
# 4d8e4cd1a8344a64a094e34d35ea3d50
msgid "``order_masters``"
msgstr ""
#: ../../ref/configuration/master.rst:694
# dc648c96759f4cf680cc1d6d12235c2d
msgid "Extra data needs to be sent with publications if the master is controlling a lower level master via a syndic minion. If this is the case the order_masters value must be set to True"
msgstr ""
#: ../../ref/configuration/master.rst:705
# 185b89ecf6c248dd9d05067eb0afda8c
msgid "``syndic_master``"
msgstr ""
#: ../../ref/configuration/master.rst:707
# ea9146eabc98440e9c63d26c6a434a13
msgid "Default: ``None``"
msgstr ""
#: ../../ref/configuration/master.rst:709
# ffa1551117a246acbce3a9c0911ea08d
msgid "If this master will be running a salt-syndic to connect to a higher level master, specify the higher level master with this configuration value"
msgstr ""
#: ../../ref/configuration/master.rst:719
# 77f92ecf5fe3439797f8dfff862d97ea
msgid "``syndic_master_port``"
msgstr ""
#: ../../ref/configuration/master.rst:723
# f024cad504ab43df8497ebf58e1e35ed
msgid "If this master will be running a salt-syndic to connect to a higher level master, specify the higher level master port with this configuration value"
msgstr ""
#: ../../ref/configuration/master.rst:733
# d577898121bc4c79bb69e8346d843cc6
msgid "``syndic_log_file``"
msgstr ""
#: ../../ref/configuration/master.rst:735
# a72a51ce587946a9bdb8f60736948c36
msgid "Default: ``syndic.log``"
msgstr ""
#: ../../ref/configuration/master.rst:737
# e910027806e24d6b866b660209c32ae3
msgid "If this master will be running a salt-syndic to connect to a higher level master, specify the log_file of the syndic daemon."
msgstr ""
#: ../../ref/configuration/master.rst:747
# 83d6b73618a9428bbbd2287a771f734c
msgid "``syndic_pidfile``"
msgstr ""
#: ../../ref/configuration/master.rst:749
# 0ef770b4769740a08dbdc98e3488dad6
msgid "Default: ``salt-syndic.pid``"
msgstr ""
#: ../../ref/configuration/master.rst:751
# d5b140cca819436f8f68d61a612d6215
msgid "If this master will be running a salt-syndic to connect to a higher level master, specify the pidfile of the syndic daemon."
msgstr ""
#: ../../ref/configuration/master.rst:759
# af9babc75aa1480eb3060d780e5fc0bd
msgid "Peer Publish Settings"
msgstr ""
#: ../../ref/configuration/master.rst:761
# 24bafb675bc74629a81a9a9da22e9160
msgid "Salt minions can send commands to other minions, but only if the minion is allowed to. By default \"Peer Publication\" is disabled, and when enabled it is enabled for specific minions and specific commands. This allows secure compartmentalization of commands based on individual minions."
msgstr ""
#: ../../ref/configuration/master.rst:769
# 5e53873296694036bc516d3c518c7c7e
msgid "``peer``"
msgstr ""
#: ../../ref/configuration/master.rst:773
# 55a6e3e5e0044ae3a2472ac89223877e
msgid "The configuration uses regular expressions to match minions and then a list of regular expressions to match functions. The following will allow the minion authenticated as foo.example.com to execute functions from the test and pkg modules"
msgstr ""
#: ../../ref/configuration/master.rst:785
# fbd12220d2dd4cc59dea7c79fb84be1c
msgid "This will allow all minions to execute all commands:"
msgstr ""
#: ../../ref/configuration/master.rst:793
# 8a67d55bc5dd405a8d889711fab19ad4
msgid "This is not recommended, since it would allow anyone who gets root on any single minion to instantly have root on all of the minions!"
msgstr ""
#: ../../ref/configuration/master.rst:799
# 8f1ec9f277a7476485cc802ffe659839
msgid "``peer_run``"
msgstr ""
#: ../../ref/configuration/master.rst:803
# 58a86fd4a36c48fcacf2e0fe3b5f98e7
msgid "The peer_run option is used to open up runners on the master to access from the minions. The peer_run configuration matches the format of the peer configuration."
msgstr ""
#: ../../ref/configuration/master.rst:807
# 000ce8b11a294e829547aeceefa3c397
msgid "The following example would allow foo.example.com to execute the manage.up runner:"
msgstr ""
#: ../../ref/configuration/master.rst:818
# 7ea4f8ff44474507baa76c75368826c2
msgid "Node Groups"
msgstr ""
#: ../../ref/configuration/master.rst:824
# 88a2bc876c62415bad23afb02a1e8803
msgid "Node groups allow for logical groupings of minion nodes. A group consists of a group name and a compound target."
msgstr ""
#: ../../ref/configuration/master.rst:838
# 95e9d9cee9aa477083931828c96cf022
msgid "Master Logging Settings"
msgstr ""
#: ../../ref/configuration/master.rst:843
# 9478bb29df004e558f869e4b5fddece5
msgid "``log_file``"
msgstr ""
#: ../../ref/configuration/master.rst:845
# 6e9fae2413ef4034b33c69c9bbdfc867
msgid "Default: ``/var/log/salt/master``"
msgstr ""
#: ../../ref/configuration/master.rst:847
# c7fb6463bbd94f29bc2a30abbe4bf4de
msgid "The master log can be sent to a regular file, local path name, or network location. See also :conf-log:`log_file`."
msgstr ""
#: ../../ref/configuration/master.rst:850
# 4181ee2c69004c7e953b2ce9975511de
msgid "Examples:"
msgstr ""
#: ../../ref/configuration/master.rst:869
# cf883d1303b2437aa41776f0c3c48ec5
msgid "``log_level``"
msgstr ""
#: ../../ref/configuration/master.rst:871
#: ../../ref/configuration/master.rst:887
# a5b1197390c8472aa1efd996016d484a
# b462fc212cf84ebd9201bd61a872d1ef
msgid "Default: ``warning``"
msgstr ""
#: ../../ref/configuration/master.rst:873
# 23ce460306b24e1f8aa4650c72df40a5
msgid "The level of messages to send to the console. See also :conf-log:`log_level`."
msgstr ""
#: ../../ref/configuration/master.rst:885
# 162974ba77274d28938fe29b69a16515
msgid "``log_level_logfile``"
msgstr ""
#: ../../ref/configuration/master.rst:889
# c7fdafc95ff54f4c880b08bed0f2866c
msgid "The level of messages to send to the log file. See also :conf-log:`log_level_logfile`."
msgstr ""
#: ../../ref/configuration/master.rst:901
# 4d8de00a12794605b57847d8f7e4862e
msgid "``log_datefmt``"
msgstr ""
#: ../../ref/configuration/master.rst:903
# 3bedbbdd69da48f9b75b63a9753ab2a4
msgid "Default: ``%H:%M:%S``"
msgstr ""
#: ../../ref/configuration/master.rst:905
# 9cb0000ca0d641b1b6361417c5072fd0
msgid "The date and time format used in console log messages. See also :conf-log:`log_datefmt`."
msgstr ""
#: ../../ref/configuration/master.rst:918
# 00fc1c167ecb477e824844a71ce2ffdd
msgid "``log_datefmt_logfile``"
msgstr ""
#: ../../ref/configuration/master.rst:920
# a7ea22d91ad84ea1a4fa11ffb96f4556
msgid "Default: ``%Y-%m-%d %H:%M:%S``"
msgstr ""
#: ../../ref/configuration/master.rst:922
# c4d46c49e9d2488596d4ba38a954c8e6
msgid "The date and time format used in log file messages. See also :conf-log:`log_datefmt_logfile`."
msgstr ""
#: ../../ref/configuration/master.rst:934
# 7cdba83356c2476b986299df190e8706
msgid "``log_fmt_console``"
msgstr ""
#: ../../ref/configuration/master.rst:936
# 162a042c31004d2aad42937ec66678d4
msgid "Default: ``[%(levelname)-8s] %(message)s``"
msgstr ""
#: ../../ref/configuration/master.rst:938
# a6f53dce7f774f95bfa75988206272e9
msgid "The format of the console logging messages. See also :conf-log:`log_fmt_console`."
msgstr ""
#: ../../ref/configuration/master.rst:950
# 8aae80b4c69e439896b13925cbe93b24
msgid "``log_fmt_logfile``"
msgstr ""
#: ../../ref/configuration/master.rst:952
# 9dabe759a9144055a1ffbcf1caf390d7
msgid "Default: ``%(asctime)s,%(msecs)03.0f [%(name)-17s][%(levelname)-8s] %(message)s``"
msgstr ""
#: ../../ref/configuration/master.rst:954
# d247c0fbd07b4099bfd0e208f81bf789
msgid "The format of the log file logging messages. See also :conf-log:`log_fmt_logfile`."
msgstr ""
#: ../../ref/configuration/master.rst:966
# 766446e9f0fe432c8785965403b5f8f9
msgid "``log_granular_levels``"
msgstr ""
#: ../../ref/configuration/master.rst:970
# 9b44ca165cf64bd4b1215a3db72aa9f7
msgid "This can be used to control logging levels more specifically. See also :conf-log:`log_granular_levels`."
msgstr ""
#: ../../ref/configuration/master.rst:976
# 4140733e5c3e4b47b32d10f50aa2299f
msgid "Include Configuration"
msgstr ""
#: ../../ref/configuration/master.rst:981
# 8dfaa4fa636e4174911c6bc75bf902d4
msgid "``default_include``"
msgstr ""
#: ../../ref/configuration/master.rst:983
# 6f7a03299edf416584f1a39f78b6a7da
msgid "Default: ``master.d/*.conf``"
msgstr ""
#: ../../ref/configuration/master.rst:985
# 51169f689f6440a49b70a00950035eb3
msgid "The master can include configuration from other files. Per default the master will automatically include all config files from ``master.d/*.conf`` where ``master.d`` is relative to the directory of the master configuration file."
msgstr ""
#: ../../ref/configuration/master.rst:994
# f0fc425187ec44878152223ee5ac44f3
msgid "``include``"
msgstr ""
#: ../../ref/configuration/master.rst:996
# 835d32caf0264c82a7ae80043efbc3cc
msgid "Default: ``not defined``"
msgstr ""
#: ../../ref/configuration/master.rst:998
# 9f2a17ff1c434f7bbd3b58b698937be6
msgid "The master can include configuration from other files. To enable this, pass a list of paths to this option. The paths can be either relative or absolute; if relative, they are considered to be relative to the directory the main minion configuration file lives in. Paths can make use of shell-style globbing. If no files are matched by a path passed to this option then the master will log a warning message."
msgstr ""

View file

@ -0,0 +1,828 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/configuration/minion.rst:8
# a9f25d49d1f74fd882f5b8ca9244f968
msgid "Configuring the Salt Minion"
msgstr ""
#: ../../ref/configuration/minion.rst:10
# d00d55e568c74fff8a2ca13500a9d7be
msgid "The Salt system is amazingly simple and easy to configure, the two components of the Salt system each have a respective configuration file. The :command:`salt-master` is configured via the master configuration file, and the :command:`salt-minion` is configured via the minion configuration file."
msgstr ""
#: ../../ref/configuration/minion.rst:16
# 385c1f1363c84ff18368b02090d45f33
msgid ":ref:`example minion configuration file <configuration-examples-minion>`"
msgstr ""
#: ../../ref/configuration/minion.rst:18
# 03a1131ed9a84aeba720fdf340b838fd
msgid "The Salt Minion configuration is very simple, typically the only value that needs to be set is the master value so the minion can find its master."
msgstr ""
#: ../../ref/configuration/minion.rst:24
# 9dd540378ee4459bbe91b85fb55bad7a
msgid "Minion Primary Configuration"
msgstr ""
#: ../../ref/configuration/minion.rst:29
# b9ecac5038d6454bb60c5dc8f052ea79
msgid "``master``"
msgstr ""
#: ../../ref/configuration/minion.rst:31
# a3f5dc75bb1d4c42bf791de3ca8d0ee1
msgid "Default: ``salt``"
msgstr ""
#: ../../ref/configuration/minion.rst:33
# 3b388af052d04debbbc5c57ff52b9c54
msgid "The hostname or ipv4 of the master."
msgstr ""
#: ../../ref/configuration/minion.rst:42
# 2563d99b57ce4ece97d77a8c07eb9f02
msgid "``master_port``"
msgstr ""
#: ../../ref/configuration/minion.rst:44
# a7667c6d21ff4fff8444604c1f261bdf
msgid "Default: ``4506``"
msgstr ""
#: ../../ref/configuration/minion.rst:46
# 8e44f36c1e9b44fda029cfd9cad6781c
msgid "The port of the master ret server, this needs to coincide with the ret_port option on the Salt master."
msgstr ""
#: ../../ref/configuration/minion.rst:56
# bdac20df22274970bbc14badaf4db436
msgid "``user``"
msgstr ""
#: ../../ref/configuration/minion.rst:58
# b496a57bd3404684adab5aa352a850e2
msgid "Default: ``root``"
msgstr ""
#: ../../ref/configuration/minion.rst:60
# 07cb893e5d0c408987451803d9d4cdc0
msgid "The user to run the Salt processes"
msgstr ""
#: ../../ref/configuration/minion.rst:69
# 69439b6789b4472dbbf0a4c4923f6d9e
msgid "``pidfile``"
msgstr ""
#: ../../ref/configuration/minion.rst:71
# 0ccad7a9990e425e92e7bb96666b57c2
msgid "Default: ``/var/run/salt-minion.pid``"
msgstr ""
#: ../../ref/configuration/minion.rst:73
# ef3e3d621fe649a2a8c943affc78b418
msgid "The location of the daemon's process ID file"
msgstr ""
#: ../../ref/configuration/minion.rst:82
# b9d62b11177a4d1993f02231145a194f
msgid "``root_dir``"
msgstr ""
#: ../../ref/configuration/minion.rst:84
# 148e67f1b6584efba65bf46efb000a46
msgid "Default: ``/``"
msgstr ""
#: ../../ref/configuration/minion.rst:86
# b602bf5997f5499f98e773cae9d95c24
msgid "This directory is prepended to the following options: :conf_minion:`pki_dir`, :conf_minion:`cachedir`, :conf_minion:`log_file`, :conf_minion:`sock_dir`, and :conf_minion:`pidfile`."
msgstr ""
#: ../../ref/configuration/minion.rst:97
# d517d156ed664cc4b70736cfc6f3957d
msgid "``pki_dir``"
msgstr ""
#: ../../ref/configuration/minion.rst:99
# a9137048bd2c4cf993f7e11989e3e5e3
msgid "Default: ``/etc/salt/pki``"
msgstr ""
#: ../../ref/configuration/minion.rst:101
# 93aa3a65e0f04ced9cd67e4967d1b527
msgid "The directory used to store the minion's public and private keys."
msgstr ""
#: ../../ref/configuration/minion.rst:110
# 611b830eee49424280b9eec0f7871e1d
msgid "``id``"
msgstr ""
#: ../../ref/configuration/minion.rst:112
# 7fe6c2a391ce42b9bfdae2beef7a8d94
msgid "Default: the system's hostname"
msgstr ""
#: ../../ref/configuration/minion.rst:114
# e9440cb032024f70b58cb29c8806dea7
msgid ":ref:`Salt Walkthrough <minion-id-generation>`"
msgstr ""
#: ../../ref/configuration/minion.rst:116
# 2368f089792448018ad2a04f6ffd6281
msgid "The :strong:`Setting up a Salt Minion` section contains detailed information on how the hostname is determined."
msgstr ""
#: ../../ref/configuration/minion.rst:119
# 9bed1975f6d94105a9c0d59800bed1e3
msgid "Explicitly declare the id for this minion to use. Since Salt uses detached ids it is possible to run multiple minions on the same machine but with different ids. This can be useful for Salt compute clusters."
msgstr ""
#: ../../ref/configuration/minion.rst:130
# 1bf6735c7634428bbe8e476aa8d0d979
msgid "``append_domain``"
msgstr ""
#: ../../ref/configuration/minion.rst:132
#: ../../ref/configuration/minion.rst:245
#: ../../ref/configuration/minion.rst:520
# 8e10c871dbdd473baa256bbe71a5e871
# f95aa0a5161e4abeb1fe0e5ef2183bc3
# 46a424e6cea14c9f9f1c931c54a1de93
msgid "Default: ``None``"
msgstr ""
#: ../../ref/configuration/minion.rst:134
# 60b8a49de522446096d2943652f029e5
msgid "Append a domain to a hostname in the event that it does not exist. This is useful for systems where ``socket.getfqdn()`` does not actually result in a FQDN (for instance, Solaris)."
msgstr ""
#: ../../ref/configuration/minion.rst:145
# d50659a906cc400385453edb36790df3
msgid "``cachedir``"
msgstr ""
#: ../../ref/configuration/minion.rst:147
# 8bc17fdc31564b788878d061ee0edc5c
msgid "Default: ``/var/cache/salt``"
msgstr ""
#: ../../ref/configuration/minion.rst:149
# 94a0a5fc9b604ee48b47df7196657381
msgid "The location for minion cache data."
msgstr ""
#: ../../ref/configuration/minion.rst:158
# adab9295c8fb44338fb4bc4124ad1d47
msgid "``verify_env``"
msgstr ""
#: ../../ref/configuration/minion.rst:160
#: ../../ref/configuration/minion.rst:260
#: ../../ref/configuration/minion.rst:492
#: ../../ref/configuration/minion.rst:504
#: ../../ref/configuration/minion.rst:645
# f029310e93014b919690379bdde86a9c
# e2fc19f7d10b4ae49c939ea0781571c1
# 93957ce53ff64669ab5e4468167b5f8c
# c0af2ff4c7e6413e828b5ebe5a20d1a5
# 9bbd351c869e48fa99ff897daa1dc087
msgid "Default: ``True``"
msgstr ""
#: ../../ref/configuration/minion.rst:162
# 8ed007ee10744475867505a943eded85
msgid "Verify and set permissions on configuration directories at startup."
msgstr ""
#: ../../ref/configuration/minion.rst:171
# e6363a6658a54ee19ea3f0b7c811f81e
msgid "``cache_jobs``"
msgstr ""
#: ../../ref/configuration/minion.rst:173
#: ../../ref/configuration/minion.rst:411
#: ../../ref/configuration/minion.rst:461
#: ../../ref/configuration/minion.rst:628
# b5d0746890bd4b10ad34d06452f8cbc8
# 4206278a35184987bd7cfb6fc44ca04f
# 793e8234a4644aaa937b1bf68a46e418
# 6979dd38166a47369acc5c1f5e394c39
msgid "Default: ``False``"
msgstr ""
#: ../../ref/configuration/minion.rst:175
# bc2d15aa09c743fe99b85cc4611c6d57
msgid "The minion can locally cache the return data from jobs sent to it, this can be a good way to keep track of the minion side of the jobs the minion has executed. By default this feature is disabled, to enable set cache_jobs to ``True``."
msgstr ""
#: ../../ref/configuration/minion.rst:187
# bd26c5543de94dbeb9f2fae99675e995
msgid "``sock_dir``"
msgstr ""
#: ../../ref/configuration/minion.rst:189
# 3bff18843a914844b89618d5faf7e40c
msgid "Default: ``/var/run/salt/minion``"
msgstr ""
#: ../../ref/configuration/minion.rst:191
# d594f924e9dc40c089c7d4367e63f930
msgid "The directory where Unix sockets will be kept."
msgstr ""
#: ../../ref/configuration/minion.rst:200
# 037e002bfb884829b0f5527f1dc94149
msgid "``backup_mode``"
msgstr ""
#: ../../ref/configuration/minion.rst:202
#: ../../ref/configuration/minion.rst:354
#: ../../ref/configuration/minion.rst:368
#: ../../ref/configuration/minion.rst:382
#: ../../ref/configuration/minion.rst:397
# 0ad51f4dfcde435e95c4c9a0bdd01283
# e6e0f716594d4343b970d0848ab8b599
# 1f48971ed1bf463fba19a19a4698b9dc
# 1d5150aeee91445ca5e5272a061cdcd9
# f0e374120ebb4b25a32b639ed5feac77
msgid "Default: ``[]``"
msgstr ""
#: ../../ref/configuration/minion.rst:204
# 5271cf3e11ef4ab5bad75080ae89081d
msgid "Backup files replaced by file.managed and file.recurse under cachedir."
msgstr ""
#: ../../ref/configuration/minion.rst:213
# 7768aabe96224bb8a9636bf79b7b9da0
msgid "``acceptance_wait_time``"
msgstr ""
#: ../../ref/configuration/minion.rst:215
# 15ab3378903d44d7b4f081dc953bf15d
msgid "Default: ``10``"
msgstr ""
#: ../../ref/configuration/minion.rst:217
# 94c1ebeb08de4fb6810fec44d44c292b
msgid "The number of seconds to wait until attempting to re-authenticate with the master."
msgstr ""
#: ../../ref/configuration/minion.rst:227
# 1a7ed1d3f52147468cdde5743420c6d4
msgid "``random_reauth_delay``"
msgstr ""
#: ../../ref/configuration/minion.rst:229
# 0f8576bc0dec430499120680c8378353
msgid "When the master key changes, the minion will try to re-auth itself to receive the new master key. In larger environments this can cause a syn-flood on the master because all minions try to re-auth immediately. To prevent this and have a minion wait for a random amount of time, use this optional parameter. The wait-time will be a random number of seconds between 0 and the defined value."
msgstr ""
#: ../../ref/configuration/minion.rst:243
# 800c5eb407f64684b88f804ed1e869cd
msgid "``acceptance_wait_time_max``"
msgstr ""
#: ../../ref/configuration/minion.rst:247
# 658acfcc6224439cbec1833b79207363
msgid "The maximum number of seconds to wait until attempting to re\\-authenticate with the master. If set, the wait will increase by acceptance_wait_time seconds each iteration."
msgstr ""
#: ../../ref/configuration/minion.rst:258
# d80e85f5e1a54c9c9bf7093e67664c7e
msgid "``dns_check``"
msgstr ""
#: ../../ref/configuration/minion.rst:262
# 2046ed7bfa6e41c5b322e38670d977b4
msgid "When healing, a dns_check is run. This is to make sure that the originally resolved dns has not changed. If this is something that does not happen in your environment, set this value to ``False``."
msgstr ""
#: ../../ref/configuration/minion.rst:273
# 16d4861abada4d30a22f0e37e716b5d3
msgid "``ipc_mode``"
msgstr ""
#: ../../ref/configuration/minion.rst:275
# 6bb250b4dd444d0aafa099db90d65e72
msgid "Default: ``ipc``"
msgstr ""
#: ../../ref/configuration/minion.rst:277
# 557a5d4e817d4c4dab47189c5d8da773
msgid "Windows platforms lack POSIX IPC and must rely on slower TCP based inter- process communications. Set ipc_mode to ``tcp`` on such systems."
msgstr ""
#: ../../ref/configuration/minion.rst:287
# 2146e74e7ff345f9824f3778ced0c96b
msgid "``tcp_pub_port``"
msgstr ""
#: ../../ref/configuration/minion.rst:289
# 4a800cc622d44539b2ebf20fbb27a618
msgid "Default: ``4510``"
msgstr ""
#: ../../ref/configuration/minion.rst:291
# ec94cdcdea554d5bb54500fdd98446a0
msgid "Publish port used when :conf_minion:`ipc_mode` is set to ``tcp``."
msgstr ""
#: ../../ref/configuration/minion.rst:300
# a8bf956b07c3417bb6a8806d3efe761d
msgid "``tcp_pull_port``"
msgstr ""
#: ../../ref/configuration/minion.rst:302
# 0f779a55db76497bab7cd3562c6c916a
msgid "Default: ``4511``"
msgstr ""
#: ../../ref/configuration/minion.rst:304
# 1cb70ed665a74f7cafa33cb9f9b3234d
msgid "Pull port used when :conf_minion:`ipc_mode` is set to ``tcp``."
msgstr ""
#: ../../ref/configuration/minion.rst:313
# 1032d8fcb98142828eee7d48cb04d054
msgid "Minion Module Management"
msgstr ""
#: ../../ref/configuration/minion.rst:318
# 4b7c9999864f4f6aaa60edb4c77e0194
msgid "``disable_modules``"
msgstr ""
#: ../../ref/configuration/minion.rst:320
# 3c232e1614b14cb38f7b883625284ca3
msgid "Default: ``[]`` (all modules are enabled by default)"
msgstr ""
#: ../../ref/configuration/minion.rst:322
# 3b04030b49e64c2d80e8cadffb940c65
msgid "The event may occur in which the administrator desires that a minion should not be able to execute a certain module. The sys module is built into the minion and cannot be disabled."
msgstr ""
#: ../../ref/configuration/minion.rst:326
# 27f519363f4a484ba65a2539ec02a100
msgid "This setting can also tune the minion, as all modules are loaded into ram disabling modules will lover the minion's ram footprint."
msgstr ""
#: ../../ref/configuration/minion.rst:338
# 88956698516644eabeb06344c5c7ca9a
msgid "``disable_returners``"
msgstr ""
#: ../../ref/configuration/minion.rst:340
# a4f0a54b7f974cd8b0e7badd37a2da3f
msgid "Default: ``[]`` (all returners are enabled by default)"
msgstr ""
#: ../../ref/configuration/minion.rst:342
# 0db70781696d4b46965db5ac056c6569
msgid "If certain returners should be disabled, this is the place"
msgstr ""
#: ../../ref/configuration/minion.rst:352
# fd65e1449eb14b3f81c4242633ed0f7f
msgid "``module_dirs``"
msgstr ""
#: ../../ref/configuration/minion.rst:356
# 8b6ee32926114c10b35bbccf7e70fdf8
msgid "A list of extra directories to search for Salt modules"
msgstr ""
#: ../../ref/configuration/minion.rst:366
# f73880935c6a419984f0b2ac75502807
msgid "``returner_dirs``"
msgstr ""
#: ../../ref/configuration/minion.rst:370
# ba2b7cc362d14eaf89cab9d5f124d2d0
msgid "A list of extra directories to search for Salt returners"
msgstr ""
#: ../../ref/configuration/minion.rst:380
# d41113666fb4457eb9a12796de6f5671
msgid "``states_dirs``"
msgstr ""
#: ../../ref/configuration/minion.rst:384
# 071d73ee17e54ae5a50f92ac4459b9b7
msgid "A list of extra directories to search for Salt states"
msgstr ""
#: ../../ref/configuration/minion.rst:395
# 6b73d0edbac847ed8b51b5baad79bdab
msgid "``render_dirs``"
msgstr ""
#: ../../ref/configuration/minion.rst:399
# 9bd5ed7b4a374552966ba6ec0566efba
msgid "A list of extra directories to search for Salt renderers"
msgstr ""
#: ../../ref/configuration/minion.rst:409
# 61f95c2b67394ce7b98b23e6611f7e13
msgid "``cython_enable``"
msgstr ""
#: ../../ref/configuration/minion.rst:413
# 6715994b19114a1dacfc4328d88332d0
msgid "Set this value to true to enable auto-loading and compiling of ``.pyx`` modules, This setting requires that ``gcc`` and ``cython`` are installed on the minion"
msgstr ""
#: ../../ref/configuration/minion.rst:423
# 3be8af56812b42e5983ca47e1781bb9a
msgid "``providers``"
msgstr ""
#: ../../ref/configuration/minion.rst:425
# 2993e62dbe9243d1ada1cb17d0c54759
msgid "Default: (empty)"
msgstr ""
#: ../../ref/configuration/minion.rst:427
# 26fe39dbf55f49b49b534dc7daaa1c55
msgid "A module provider can be statically overwritten or extended for the minion via the ``providers`` option. This can be done :doc:`on an individual basis in an SLS file <../states/providers>`, or globally here in the minion config, like below."
msgstr ""
#: ../../ref/configuration/minion.rst:441
# fc6e0cc8174f4b2b94c45e4c1f7dfbc5
msgid "State Management Settings"
msgstr ""
#: ../../ref/configuration/minion.rst:446
# b3eef380a2f1454eb9fe19550c2b566a
msgid "``renderer``"
msgstr ""
#: ../../ref/configuration/minion.rst:448
# beb40c1287c1470e9654cc350e73caab
msgid "Default: ``yaml_jinja``"
msgstr ""
#: ../../ref/configuration/minion.rst:450
# 2ce78f365f284de89197b6edc6701d32
msgid "The default renderer used for local state executions"
msgstr ""
#: ../../ref/configuration/minion.rst:459
# 8c7bac201a76440798ff6f6e45a7b188
msgid "``state_verbose``"
msgstr ""
#: ../../ref/configuration/minion.rst:463
# ed8f9128be2b4341be6647f6f7704261
msgid "state_verbose allows for the data returned from the minion to be more verbose. Normally only states that fail or states that have changes are returned, but setting state_verbose to ``True`` will return all states that were checked"
msgstr ""
#: ../../ref/configuration/minion.rst:475
# 08cc784b90c64664ac678214161bdbbb
msgid "``state_output``"
msgstr ""
#: ../../ref/configuration/minion.rst:477
# edc1b7f55462431aa5a77a8c4f0886d4
msgid "Default: ``full``"
msgstr ""
#: ../../ref/configuration/minion.rst:479
# b2d22103d0374db58ae2e4dc98c16ad3
msgid "The state_output setting changes if the output is the full multi line output for each changed state if set to 'full', but if set to 'terse' the output will be shortened to a single line."
msgstr ""
#: ../../ref/configuration/minion.rst:490
# 538a9c51198c4873971ae692e9d52a4f
msgid "``autoload_dynamic_modules``"
msgstr ""
#: ../../ref/configuration/minion.rst:494
# 3fefac92e5db4a69b7399a1b40810803
msgid "autoload_dynamic_modules Turns on automatic loading of modules found in the environments on the master. This is turned on by default, to turn of auto-loading modules when states run set this value to ``False``"
msgstr ""
#: ../../ref/configuration/minion.rst:506
# c3cd68eaf7a54e8a9011ce5a91ac71ae
msgid "clean_dynamic_modules keeps the dynamic modules on the minion in sync with the dynamic modules on the master, this means that if a dynamic module is not on the master it will be deleted from the minion. By default this is enabled and can be disabled by changing this value to ``False``"
msgstr ""
#: ../../ref/configuration/minion.rst:518
# 4c8b8f578631443eacee303cbffbd18e
msgid "``environment``"
msgstr ""
#: ../../ref/configuration/minion.rst:522
# 49d10f129ee3490a83c94374160fedc2
msgid "Normally the minion is not isolated to any single environment on the master when running states, but the environment can be isolated on the minion side by statically setting it. Remember that the recommended way to manage environments is to isolate via the top file."
msgstr ""
#: ../../ref/configuration/minion.rst:534
# a344adc3d67049d7a07e763dc0ef5e67
msgid "File Directory Settings"
msgstr ""
#: ../../ref/configuration/minion.rst:539
# 19e53863a3df49548f57d70a1e7f752e
msgid "``file_client``"
msgstr ""
#: ../../ref/configuration/minion.rst:541
# a60b01e105974f0ab4cce1cabe8c31c9
msgid "Default: ``remote``"
msgstr ""
#: ../../ref/configuration/minion.rst:543
# 46b9180c80d746fdb103f7af0dc1c22a
msgid "The client defaults to looking on the master server for files, but can be directed to look on the minion by setting this parameter to ``local``."
msgstr ""
#: ../../ref/configuration/minion.rst:553
# f7e3f4f1e7554b2194940d9017e4646f
msgid "``file_roots``"
msgstr ""
#: ../../ref/configuration/minion.rst:555
#: ../../ref/configuration/minion.rst:598
# a812a0dfbf1847a08a0f2ef570ec0514
# 700d160411a345aeaa4486102db0a769
msgid "Default:"
msgstr ""
#: ../../ref/configuration/minion.rst:562
# 5bcf004ca45b4ea59aaddc80df25920c
msgid "When using a local :conf_minion:`file_client`, this parameter is used to setup the fileserver's environments. This parameter operates identically to the :conf_master:`master config parameter of the same name <file_roots>`."
msgstr ""
#: ../../ref/configuration/minion.rst:581
# 4259b3bdd67f4dd59d757a344c54ea14
msgid "``hash_type``"
msgstr ""
#: ../../ref/configuration/minion.rst:583
# 1b4f61bba1044fa5b7ad34aa4a97a532
msgid "Default: ``md5``"
msgstr ""
#: ../../ref/configuration/minion.rst:585
# 04310cea767c45fca7385363500b8459
msgid "The hash_type is the hash to use when discovering the hash of a file on the local fileserver. The default is md5, but sha1, sha224, sha256, sha384 and sha512 are also supported."
msgstr ""
#: ../../ref/configuration/minion.rst:596
# b15814e5f3d440ebb8e5d64f06e2c764
msgid "``pillar_roots``"
msgstr ""
#: ../../ref/configuration/minion.rst:605
# 9960e0a592034b10baec3cce11150163
msgid "When using a local :conf_minion:`file_client`, this parameter is used to setup the pillar environments."
msgstr ""
#: ../../ref/configuration/minion.rst:621
# 6d1846f64eca4dd28ab6f49be93a5b57
msgid "Security Settings"
msgstr ""
#: ../../ref/configuration/minion.rst:626
# 4297e6e0fafa40a59f5886af9c734a78
msgid "``open_mode``"
msgstr ""
#: ../../ref/configuration/minion.rst:630
# e784080dd0cb44dca9ce38f89e10ffd8
msgid "Open mode can be used to clean out the PKI key received from the Salt master, turn on open mode, restart the minion, then turn off open mode and restart the minion to clean the keys."
msgstr ""
#: ../../ref/configuration/minion.rst:641
# b8938f717a9b49f7a4fac849ee1566d5
msgid "Thread Settings"
msgstr ""
#: ../../ref/configuration/minion.rst:647
# aca7366ef5884511a649c47b4bed0820
msgid "Disable multiprocessing support by default when a minion receives a publication a new process is spawned and the command is executed therein."
msgstr ""
#: ../../ref/configuration/minion.rst:660
# cab6097c580143d48ddcd5118526d5a1
msgid "Minion Logging Settings"
msgstr ""
#: ../../ref/configuration/minion.rst:665
# 8bf38149b7364615b1902ce4e297befb
msgid "``log_file``"
msgstr ""
#: ../../ref/configuration/minion.rst:667
# 882a2ff95ce4438091664972a4c91008
msgid "Default: ``/var/log/salt/minion``"
msgstr ""
#: ../../ref/configuration/minion.rst:669
# 30d3947bfc7f4f8f91931f970c313655
msgid "The minion log can be sent to a regular file, local path name, or network location. See also :conf-log:`log_file`."
msgstr ""
#: ../../ref/configuration/minion.rst:672
# 0d952eda92c442ed855f97c687f0f531
msgid "Examples:"
msgstr ""
#: ../../ref/configuration/minion.rst:691
# fd5601326c9b4b3d981c88eea135655d
msgid "``log_level``"
msgstr ""
#: ../../ref/configuration/minion.rst:693
#: ../../ref/configuration/minion.rst:709
# cf79a607b5924399af5d6f568fa0a26c
# 18ef581f642041158fe2bcd25c58740a
msgid "Default: ``warning``"
msgstr ""
#: ../../ref/configuration/minion.rst:695
# 746bc7d472ed4755ab8953607c15be5f
msgid "The level of messages to send to the console. See also :conf-log:`log_level`."
msgstr ""
#: ../../ref/configuration/minion.rst:707
# 8c2418ff49ad4269b695358c3cfe728e
msgid "``log_level_logfile``"
msgstr ""
#: ../../ref/configuration/minion.rst:711
# f8b91c1501eb402380d6fb9a14902ef2
msgid "The level of messages to send to the log file. See also :conf-log:`log_level_logfile`."
msgstr ""
#: ../../ref/configuration/minion.rst:723
# e69b480d53d344d198f2d7d849ed899b
msgid "``log_datefmt``"
msgstr ""
#: ../../ref/configuration/minion.rst:725
# 75648b99e7a54957883e9add390a361c
msgid "Default: ``%H:%M:%S``"
msgstr ""
#: ../../ref/configuration/minion.rst:727
# b08f0e365e7148b88f4aeb619c2dfa2f
msgid "The date and time format used in console log messages. See also :conf-log:`log_datefmt`."
msgstr ""
#: ../../ref/configuration/minion.rst:740
# 994d48b3c3874d67ba98ba0522b2e003
msgid "``log_datefmt_logfile``"
msgstr ""
#: ../../ref/configuration/minion.rst:742
# 07a5332d88624ceda924a4d9eb2c6992
msgid "Default: ``%Y-%m-%d %H:%M:%S``"
msgstr ""
#: ../../ref/configuration/minion.rst:744
# 212b7b51876c4d259ff8960411ab1fff
msgid "The date and time format used in log file messages. See also :conf-log:`log_datefmt_logfile`."
msgstr ""
#: ../../ref/configuration/minion.rst:756
# e031522277a442359d9de9eff296b8a2
msgid "``log_fmt_console``"
msgstr ""
#: ../../ref/configuration/minion.rst:758
# 76e38e34a4d144a1be782d4fcf8ef346
msgid "Default: ``[%(levelname)-8s] %(message)s``"
msgstr ""
#: ../../ref/configuration/minion.rst:760
# 2767e0a0dc4d4411af96f46273f510cf
msgid "The format of the console logging messages. See also :conf-log:`log_fmt_console`."
msgstr ""
#: ../../ref/configuration/minion.rst:772
# 2fe30aabb9ed4b66a58c2bf1654e70fc
msgid "``log_fmt_logfile``"
msgstr ""
#: ../../ref/configuration/minion.rst:774
# 9b166f93eb8f4bb49dc72462d0ec6330
msgid "Default: ``%(asctime)s,%(msecs)03.0f [%(name)-17s][%(levelname)-8s] %(message)s``"
msgstr ""
#: ../../ref/configuration/minion.rst:776
# 7042ae11b9924703b3c24441ee049b16
msgid "The format of the log file logging messages. See also :conf-log:`log_fmt_logfile`."
msgstr ""
#: ../../ref/configuration/minion.rst:788
# 305d960b8d094d2faa0e4a09cfa55628
msgid "``log_granular_levels``"
msgstr ""
#: ../../ref/configuration/minion.rst:790
# 6f436100e91c482bbc5fa00c4cfcf82e
msgid "Default: ``{}``"
msgstr ""
#: ../../ref/configuration/minion.rst:792
# 81d18178778a4e6a9edc1de56efbe5c0
msgid "This can be used to control logging levels more specifically. See also :conf-log:`log_granular_levels`."
msgstr ""
#: ../../ref/configuration/minion.rst:798
# 95322ed386ac4173bd285b3938f64e21
msgid "Include Configuration"
msgstr ""
#: ../../ref/configuration/minion.rst:803
# 05fb83f081894d9f820ac03d18fec82d
msgid "``default_include``"
msgstr ""
#: ../../ref/configuration/minion.rst:805
# e4793ea30c9f4250a983d0c1eb2f0a37
msgid "Default: ``minion.d/*.conf``"
msgstr ""
#: ../../ref/configuration/minion.rst:807
# 91dad6c3c6af435995be0238a26e68bb
msgid "The minion can include configuration from other files. Per default the minion will automatically include all config files from `minion.d/*.conf` where minion.d is relative to the directory of the minion configuration file."
msgstr ""
#: ../../ref/configuration/minion.rst:813
# 0230cd51c9fc49bf980d4747b2896454
msgid "``include``"
msgstr ""
#: ../../ref/configuration/minion.rst:815
# c282699bc3a844a8b5b74ee1d7f98a38
msgid "Default: ``not defined``"
msgstr ""
#: ../../ref/configuration/minion.rst:817
# 09b2d018abf5483f844ddfe66676ab97
msgid "The minion can include configuration from other files. To enable this, pass a list of paths to this option. The paths can be either relative or absolute; if relative, they are considered to be relative to the directory the main minion configuration file lives in. Paths can make use of shell-style globbing. If no files are matched by a path passed to this option then the minion will log a warning message."
msgstr ""
#: ../../ref/configuration/minion.rst:842
# 3db361ec99f647819bc26fd679446a48
msgid "Frozen Build Update Settings"
msgstr ""
#: ../../ref/configuration/minion.rst:844
# d029e47e08b447bc8af534d0e567aff6
msgid "These options control how :py:func:`salt.modules.saltutil.update` works with esky frozen apps. For more information look at `<https://github.com/cloudmatrix/esky/>`_."
msgstr ""
#: ../../ref/configuration/minion.rst:850
# fadb097c9eed44d79fdabccc7a54d473
msgid "``update_url``"
msgstr ""
#: ../../ref/configuration/minion.rst:852
# 853a218c5f904efd9853212acd724b4a
msgid "Default: ``False`` (Update feature is disabled)"
msgstr ""
#: ../../ref/configuration/minion.rst:854
# b2c3e87dcedd401191bea5462da8d8c1
msgid "The url to use when looking for application updates. Esky depends on directory listings to search for new versions. A webserver running on your Master is a good starting point for most setups."
msgstr ""
#: ../../ref/configuration/minion.rst:865
# 1418c84b9d3949baaf51ce04a8d3abf5
msgid "``update_restart_services``"
msgstr ""
#: ../../ref/configuration/minion.rst:867
# c62b5366fd90422295ccaae99ceeaf98
msgid "Default: ``[]`` (service restarting on update is disabled)"
msgstr ""
#: ../../ref/configuration/minion.rst:869
# 99cda874e2e14be3b90ac64feb555cf4
msgid "A list of services to restart when the minion software is updated. This would typically just be a list containing the minion's service name, but you may have other services that need to go with it."
msgstr ""

View file

@ -0,0 +1,63 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/file_server/all/index.rst:8
# 09370cc7f3d84bf5bcc06fae724a7374
msgid "Full list of builtin fileserver modules"
msgstr ""
#: ../../<autosummary>:1
# 5766cc59203b439dac67d65f706525ee
msgid ":obj:`gitfs <salt.fileserver.gitfs>`\\"
msgstr ""
#: ../../<autosummary>:1
# 5e7d83d6f1ad4526a72edd6931b61564
msgid "The backend for the git based file server system."
msgstr ""
#: ../../<autosummary>:1
# 56395bdf557d498e9358053cf57d7c11
msgid ":obj:`hgfs <salt.fileserver.hgfs>`\\"
msgstr ""
#: ../../<autosummary>:1
# eefe41a0ca994bcabce39042fa0f594b
msgid "The backed for the mercurial based file server system."
msgstr ""
#: ../../<autosummary>:1
# 23697d58db3a4acba8b1c4a4a84d289b
msgid ":obj:`roots <salt.fileserver.roots>`\\"
msgstr ""
#: ../../<autosummary>:1
# 933ca5e054624178a0e9e3591f313120
msgid "The default file server backend"
msgstr ""
#: ../../<autosummary>:1
# 5a6d799e5f84471ab3c9bc0242277524
msgid ":obj:`s3fs <salt.fileserver.s3fs>`\\"
msgstr ""
#: ../../<autosummary>:1
# 73967f5032fd4a6f95afec8ad8f0b5c7
msgid "The backend for a fileserver based on Amazon S3"
msgstr ""

View file

@ -0,0 +1,83 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/file_server/all/salt.fileserver.gitfs.rst:6
# a36b1784ff4d4c25a2d09628c2058244
msgid "salt.fileserver.gitfs"
msgstr ""
#: ../../../salt/fileserver/gitfs.py:docstring of salt.fileserver.gitfs:1
# c8a46e01a3ad4f388c2f1795108b6d18
msgid "The backend for the git based file server system."
msgstr ""
#: ../../../salt/fileserver/gitfs.py:docstring of salt.fileserver.gitfs:3
# 7b01c04db1574e73af954bd7d36d1a8e
msgid "After enabling this backend, branches and tags in a remote git repository are exposed to salt as different environments. This feature is managed by the fileserver_backend option in the salt master config."
msgstr ""
#: ../../../salt/fileserver/gitfs.py:docstring of salt.fileserver.gitfs:7
# 51508bcc75064ca1afd0c2dc6258efd4
msgid "gitpython Python module"
msgstr ""
#: ../../../salt/fileserver/gitfs.py:docstring of salt.fileserver.gitfs.dir_list:1
# 7f6481dffca54b78910cb60bdfb5cb56
msgid "Return a list of all directories on the master"
msgstr ""
#: ../../../salt/fileserver/gitfs.py:docstring of salt.fileserver.gitfs.envs:1
# 89e13db804e84425ba3495d2e83c8f7e
msgid "Return a list of refs that can be used as environments"
msgstr ""
#: ../../../salt/fileserver/gitfs.py:docstring of salt.fileserver.gitfs.file_hash:1
# fc823fc330fc402a86a696736aa93fba
msgid "Return a file hash, the hash type is set in the master config file"
msgstr ""
#: ../../../salt/fileserver/gitfs.py:docstring of salt.fileserver.gitfs.file_list:1
# f1768ca85a5d457a971b68847c3ff174
msgid "Return a list of all files on the file server in a specified environment"
msgstr ""
#: ../../../salt/fileserver/gitfs.py:docstring of salt.fileserver.gitfs.file_list_emptydirs:1
# fe88e43f35964fbd8bdd36ecbea17dc9
msgid "Return a list of all empty directories on the master"
msgstr ""
#: ../../../salt/fileserver/gitfs.py:docstring of salt.fileserver.gitfs.find_file:1
# c0589f4488b54d2ca3c44903cce2500b
msgid "Find the first file to match the path and ref, read the file out of git and send the path to the newly cached file"
msgstr ""
#: ../../../salt/fileserver/gitfs.py:docstring of salt.fileserver.gitfs.init:1
# 1ab4da7fdcc748c4982a13266c25f2a3
msgid "Return the git repo object for this session"
msgstr ""
#: ../../../salt/fileserver/gitfs.py:docstring of salt.fileserver.gitfs.serve_file:1
# f68ce8bbd59d4e8caa928d6012df7dfd
msgid "Return a chunk from a file based on the data received"
msgstr ""
#: ../../../salt/fileserver/gitfs.py:docstring of salt.fileserver.gitfs.update:1
# 31bd8e2b631d4dcb95f46f1bc920c4fe
msgid "Execute a git pull on all of the repos"
msgstr ""

View file

@ -0,0 +1,88 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/file_server/all/salt.fileserver.hgfs.rst:6
# 1d75f45d6cea494cb8f0224433626011
msgid "salt.fileserver.hgfs"
msgstr ""
#: ../../../salt/fileserver/hgfs.py:docstring of salt.fileserver.hgfs:1
# 0cc5fe191c874f03ad877f981d3cd5cb
msgid "The backed for the mercurial based file server system."
msgstr ""
#: ../../../salt/fileserver/hgfs.py:docstring of salt.fileserver.hgfs:3
# dfd1fd8d0d89402c8380f09191b5ec32
msgid "After enabling this backend, branches, bookmarks, and tags in a remote mercurial repository are exposed to salt as different environments. This feature is managed by the fileserver_backend option in the salt master config."
msgstr ""
#: ../../../salt/fileserver/hgfs.py:docstring of salt.fileserver.hgfs:7
# 9a894b95bb004886a45fcb147d6346b7
msgid "This fileserver has an additional option ``hgfs_branch_method`` that will set the desired branch method. Possible values are: ``branches``, ``bookmarks``, or ``mixed``. If using ``branches`` or ``mixed``, the ``default`` branch will be mapped to ``base``."
msgstr ""
#: ../../../salt/fileserver/hgfs.py:docstring of salt.fileserver.hgfs:12
# 5560389fc8594f6da1b16101a6ec2c9a
msgid "mercurial"
msgstr ""
#: ../../../salt/fileserver/hgfs.py:docstring of salt.fileserver.hgfs.dir_list:1
# a83cd8a6b0084a169d57ac027f7927d6
msgid "Return a list of all directories on the master"
msgstr ""
#: ../../../salt/fileserver/hgfs.py:docstring of salt.fileserver.hgfs.envs:1
# 60488cedfcd84a848f271cc00ca336a2
msgid "Return a list of refs that can be used as environments"
msgstr ""
#: ../../../salt/fileserver/hgfs.py:docstring of salt.fileserver.hgfs.file_hash:1
# 13476886742c44dbb33c10450913f8e1
msgid "Return a file hash, the hash type is set in the master config file"
msgstr ""
#: ../../../salt/fileserver/hgfs.py:docstring of salt.fileserver.hgfs.file_list:1
# 2031d53de3654df4a3bfb7ba85a39707
msgid "Return a list of all files on the file server in a specified environment"
msgstr ""
#: ../../../salt/fileserver/hgfs.py:docstring of salt.fileserver.hgfs.file_list_emptydirs:1
# f114d43462ed4d2ba5b0ae7baef96471
msgid "Return a list of all empty directories on the master"
msgstr ""
#: ../../../salt/fileserver/hgfs.py:docstring of salt.fileserver.hgfs.find_file:1
# 85cd57e912814cd8a7f35a7c6b191b31
msgid "Find the first file to match the path and ref, read the file out of hg and send the path to the newly cached file"
msgstr ""
#: ../../../salt/fileserver/hgfs.py:docstring of salt.fileserver.hgfs.init:1
# f5b60a9dca2b424292daace114194dde
msgid "Return the hg repo object for this session"
msgstr ""
#: ../../../salt/fileserver/hgfs.py:docstring of salt.fileserver.hgfs.serve_file:1
# f1c7240e994e46ddbdcda1575bedfd7a
msgid "Return a chunk from a file based on the data received"
msgstr ""
#: ../../../salt/fileserver/hgfs.py:docstring of salt.fileserver.hgfs.update:1
# c48b10ffbd764896a368f1ba65574ca7
msgid "Execute a hg pull on all of the repos"
msgstr ""

View file

@ -0,0 +1,78 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/file_server/all/salt.fileserver.roots.rst:6
# 955eabe938414b48a27ae92a05dcd723
msgid "salt.fileserver.roots"
msgstr ""
#: ../../../salt/fileserver/roots.py:docstring of salt.fileserver.roots:1
# c9353b253d884527a2a1d45cd2d15d21
msgid "The default file server backend"
msgstr ""
#: ../../../salt/fileserver/roots.py:docstring of salt.fileserver.roots:3
# d2d467ebd1474f41b1d2a49bbe527d74
msgid "Based on the environments in the :conf_master:`file_roots` configuration option."
msgstr ""
#: ../../../salt/fileserver/roots.py:docstring of salt.fileserver.roots.dir_list:1
# 3510ea869cfc450fa0f5b3826e23d895
msgid "Return a list of all directories on the master"
msgstr ""
#: ../../../salt/fileserver/roots.py:docstring of salt.fileserver.roots.envs:1
# 8727c3836c3b416d8021a34ec7b5abb8
msgid "Return the file server environments"
msgstr ""
#: ../../../salt/fileserver/roots.py:docstring of salt.fileserver.roots.file_hash:1
# 2e342630ad6b41caa50966ffd5836c61
msgid "Return a file hash, the hash type is set in the master config file"
msgstr ""
#: ../../../salt/fileserver/roots.py:docstring of salt.fileserver.roots.file_list:1
# b57d29c189b848e6bda3cb6b3304ef86
msgid "Return a list of all files on the file server in a specified environment"
msgstr ""
#: ../../../salt/fileserver/roots.py:docstring of salt.fileserver.roots.file_list_emptydirs:1
# e08787919d694b6384e869fda3136456
msgid "Return a list of all empty directories on the master"
msgstr ""
#: ../../../salt/fileserver/roots.py:docstring of salt.fileserver.roots.find_file:1
# b20f86b4c59b4e78999d9c1057541f50
msgid "Search the environment for the relative path"
msgstr ""
#: ../../../salt/fileserver/roots.py:docstring of salt.fileserver.roots.serve_file:1
# 76bedf8e7f904f30bf3c3089ce3cba34
msgid "Return a chunk from a file based on the data received"
msgstr ""
#: ../../../salt/fileserver/roots.py:docstring of salt.fileserver.roots.symlink_list:1
# a98faabeb7ce4b25b1ee5588c21d00c0
msgid "Return a dict of all symlinks based on a given path on the Master"
msgstr ""
#: ../../../salt/fileserver/roots.py:docstring of salt.fileserver.roots.update:1
# 1ba68381103140468dac64713c209058
msgid "When we are asked to update (regular interval) lets reap the cache"
msgstr ""

View file

@ -0,0 +1,118 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/file_server/all/salt.fileserver.s3fs.rst:6
# c25d536c2b3a424aab18dc9e94766aeb
msgid "salt.fileserver.s3fs"
msgstr ""
#: ../../../salt/fileserver/s3fs.py:docstring of salt.fileserver.s3fs:1
# ee4daf3e7f1e4fec8e2fcfa7f4f0f041
msgid "The backend for a fileserver based on Amazon S3"
msgstr ""
#: ../../../salt/fileserver/s3fs.py:docstring of salt.fileserver.s3fs:3
# ce00bdb0fd5d4206bfb316187191cd2e
msgid ":doc:`/ref/file_server/index`"
msgstr ""
#: ../../../salt/fileserver/s3fs.py:docstring of salt.fileserver.s3fs:5
# a649a2324ef34aa087700a83c1cf52d1
msgid "This backend exposes directories in S3 buckets as Salt environments. This feature is managed by the :conf_master:`fileserver_backend` option in the Salt Master config."
msgstr ""
#: ../../../salt/fileserver/s3fs.py:docstring of salt.fileserver.s3fs:10
# 7615e4faf95e46ec8fa3001cdf4632eb
msgid "S3 credentials can be set in the master config file like so:"
msgstr ""
#: ../../../salt/fileserver/s3fs.py:docstring of salt.fileserver.s3fs:17
# 3d30bfdb8e234915a467028cfc48a5b8
msgid "Alternatively, if on EC2 these credentials can be automatically loaded from instance metadata."
msgstr ""
#: ../../../salt/fileserver/s3fs.py:docstring of salt.fileserver.s3fs:20
# a0732beaccb443629d8b8aa51ea56267
msgid "Additionally, ``s3fs`` must be included in the :conf_master:`fileserver_backend` config parameter in the master config file:"
msgstr ""
#: ../../../salt/fileserver/s3fs.py:docstring of salt.fileserver.s3fs:28
# b84771a39fea45218d4a61ce9eacceed
msgid "This fileserver supports two modes of operation for the buckets:"
msgstr ""
#: ../../../salt/fileserver/s3fs.py:docstring of salt.fileserver.s3fs:30
# 3166718f59684aad954ed5eb2ce636d3
msgid ":strong:`A single bucket per environment`"
msgstr ""
#: ../../../salt/fileserver/s3fs.py:docstring of salt.fileserver.s3fs:42
# 922b520c457448b887125dbe29d455ab
msgid ":strong:`Multiple environments per bucket`"
msgstr ""
#: ../../../salt/fileserver/s3fs.py:docstring of salt.fileserver.s3fs:52
# fa5fe2568d7a491d921a1a86df61c119
msgid "Note that bucket names must be all lowercase both in the AWS console and in Salt, otherwise you may encounter ``SignatureDoesNotMatch`` errors."
msgstr ""
#: ../../../salt/fileserver/s3fs.py:docstring of salt.fileserver.s3fs:55
# e4c133a5f20d4f3786eccd0239290ffa
msgid "A multiple-environment bucket must adhere to the following root directory structure::"
msgstr ""
#: ../../../salt/fileserver/s3fs.py:docstring of salt.fileserver.s3fs.dir_list:1
# 9f6fae93cac145668635515575ab334b
msgid "Return a list of all directories on the master"
msgstr ""
#: ../../../salt/fileserver/s3fs.py:docstring of salt.fileserver.s3fs.envs:1
# 9fd07bf875a24e739560d2bc00c4774c
msgid "Return a list of directories within the bucket that can be used as environments."
msgstr ""
#: ../../../salt/fileserver/s3fs.py:docstring of salt.fileserver.s3fs.file_hash:1
# e452c2a15dc24bbd8b04dbc84be0f39f
msgid "Return an MD5 file hash"
msgstr ""
#: ../../../salt/fileserver/s3fs.py:docstring of salt.fileserver.s3fs.file_list:1
# 23c095708df543439d0d2d8de8df05a6
msgid "Return a list of all files on the file server in a specified environment"
msgstr ""
#: ../../../salt/fileserver/s3fs.py:docstring of salt.fileserver.s3fs.file_list_emptydirs:1
# 3a3892897e764e619304d42f34423cf4
msgid "Return a list of all empty directories on the master"
msgstr ""
#: ../../../salt/fileserver/s3fs.py:docstring of salt.fileserver.s3fs.find_file:1
# 4888cf6f19a54709b50a0e58609477bc
msgid "Look through the buckets cache file for a match. If the field is found, it is retrieved from S3 only if its cached version is missing, or if the MD5 does not match."
msgstr ""
#: ../../../salt/fileserver/s3fs.py:docstring of salt.fileserver.s3fs.serve_file:1
# 649972a517284d4786d2b0bd36149cfb
msgid "Return a chunk from a file based on the data received"
msgstr ""
#: ../../../salt/fileserver/s3fs.py:docstring of salt.fileserver.s3fs.update:1
# 4b51be66b640405d8badacc2996a44bf
msgid "Update the cache file for the bucket."
msgstr ""

View file

@ -0,0 +1,53 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/file_server/backends.rst:6
# 5d78ada54875492ca2a8d04d3101f43c
msgid "File Server Backends"
msgstr ""
#: ../../ref/file_server/backends.rst:8
# 3f6f85e20e744b4b96b8ca5ae025bd12
msgid "Salt version 0.12.0 introduced the ability for the Salt Master to integrate different file server backends. File server backends allows the Salt file server to act as a transparent bridge to external resources. The primary example of this is the git backend which allows for all of the Salt formulas and files to be maintained in a remote git repository."
msgstr ""
#: ../../ref/file_server/backends.rst:14
# 9afb43ae862b432f8f7af25c2b3571d5
msgid "The fileserver backend system can accept multiple backends as well. This makes it possible to have the environments listed in the file_roots configuration available in addition to other backends, or the ability to mix multiple backends."
msgstr ""
#: ../../ref/file_server/backends.rst:19
# 887b6da27ae046b48790a7ee9c9e0dcd
msgid "This feature is managed by the `fileserver_backend` option in the master config. The desired backend systems are listed in order of search priority:"
msgstr ""
#: ../../ref/file_server/backends.rst:28
# e2aea0c2118b4642883a4fb1210efe88
msgid "If this configuration the environments and files defined in the `file_roots` configuration will be searched first, if the referenced environment and file is not found then the git backend will be searched."
msgstr ""
#: ../../ref/file_server/backends.rst:33
# 3fcf9b3773c24ad788c5f9e7fc99046a
msgid "Environments"
msgstr ""
#: ../../ref/file_server/backends.rst:35
# 626d78b95b8942b080075d85c15131e1
msgid "The concept of environments is followed in all backend systems. The environments in the classic `roots` backend are defined in the `file_roots` option. Environments map differently based on the backend, for instance the git backend translated branches and tags in git to environments. This makes it easy to define environments in git by just setting a tag or forking a branch."
msgstr ""

View file

@ -0,0 +1,103 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/file_server/dynamic-modules.rst:6
# ff4d807ed44745d4b2fe56fb3edda2a3
msgid "Dynamic Module Distribution"
msgstr ""
#: ../../ref/file_server/dynamic-modules.rst:10
# 8ef06ddd38694025a964dcb7b1301c5f
msgid "Salt Python modules can be distributed automatically via the Salt file server. Under the root of any environment defined via the :conf_master:`file_roots` option on the master server directories corresponding to the type of module can be used."
msgstr ""
#: ../../ref/file_server/dynamic-modules.rst:16
# 35f3ee14d21c41939e37c990804b34a1
msgid "Module sync"
msgstr ""
#: ../../ref/file_server/dynamic-modules.rst:18
# 4b5f3b4d39264e50ac9b3b642b1f843e
msgid "Automatically transfer and load modules, grains, renderers, returners, states, etc from the master to the minions."
msgstr ""
#: ../../ref/file_server/dynamic-modules.rst:21
# d9506129aa9d4f6ca9142771927f8fcf
msgid "The directories are prepended with an underscore:"
msgstr ""
#: ../../ref/file_server/dynamic-modules.rst:23
# af5ee93eacc44d38ab2e2a3f05950c03
msgid ":file:`_modules`"
msgstr ""
#: ../../ref/file_server/dynamic-modules.rst:24
# 38d21d4142124c3c916b82d65cda897c
msgid ":file:`_grains`"
msgstr ""
#: ../../ref/file_server/dynamic-modules.rst:25
# 443a2b86853d476da7825980ded95c75
msgid ":file:`_renderers`"
msgstr ""
#: ../../ref/file_server/dynamic-modules.rst:26
# 8357d288a02544e383376674ba80710c
msgid ":file:`_returners`"
msgstr ""
#: ../../ref/file_server/dynamic-modules.rst:27
# b633801e79c1428ead68442f2a49e731
msgid ":file:`_states`"
msgstr ""
#: ../../ref/file_server/dynamic-modules.rst:29
# 2ae5c950b7fc43abb82511efaac95b49
msgid "The contents of these directories need to be synced over to the minions after Python modules have been created in them. There are a number of ways to sync the modules."
msgstr ""
#: ../../ref/file_server/dynamic-modules.rst:34
# 0f8ce5462e3a45e3a9cba6cccb0f04c4
msgid "Sync Via States"
msgstr ""
#: ../../ref/file_server/dynamic-modules.rst:36
# d2b794c5890545baa34519e5c40ae9af
msgid "The minion configuration contains an option ``autoload_dynamic_modules`` which defaults to True. This option makes the state system refresh all dynamic modules when states are run. To disable this behavior set ``autoload_dynamic_modules`` to False in the minion config."
msgstr ""
#: ../../ref/file_server/dynamic-modules.rst:41
# d8a3bf090acf480e8b84ad4e3c0bf2cf
msgid "When dynamic modules are autoloaded via states, modules only pertinent to the environments matched in the master's top file are downloaded."
msgstr ""
#: ../../ref/file_server/dynamic-modules.rst:44
# 3038e2dd13634ba89ddbbc3e81f79556
msgid "This is important to remember, because modules can be manually loaded from any specific environment that environment specific modules will be loaded when a state run is executed."
msgstr ""
#: ../../ref/file_server/dynamic-modules.rst:49
# 9593e78b72bb43ab8b509a55f1eb1f72
msgid "Sync Via the saltutil Module"
msgstr ""
#: ../../ref/file_server/dynamic-modules.rst:51
# ce2619e938ae4e9aa3acbedc7e1f413e
msgid "The saltutil module has a number of functions that can be used to sync all or specific dynamic modules. The saltutil module function ``saltutil.sync_all`` will sync all module types over to a minion. For more information see: :mod:`salt.modules.saltutil`"
msgstr ""

View file

@ -0,0 +1,83 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/file_server/file_roots.rst:6
# a3d7cb1d966b4096bcf821524cf06554
msgid "File Server Configuration"
msgstr ""
#: ../../ref/file_server/file_roots.rst:8
# bd1b3492521249fbbbe0f87f5c446f62
msgid "The Salt file server is a high performance file server written in ZeroMQ. It manages large files quickly and with little overhead, and has been optimized to handle small files in an extremely efficient manner."
msgstr ""
#: ../../ref/file_server/file_roots.rst:12
# bbc26fb03b2c43afb98aa1bd9d5a6e70
msgid "The Salt file server is an environment aware file server. This means that files can be allocated within many root directories and accessed by specifying both the file path and the environment to search. The individual environments can span across multiple directory roots to create overlays and to allow for files to be organized in many flexible ways."
msgstr ""
#: ../../ref/file_server/file_roots.rst:20
# 5135f53351ce48ce867de47a5211e275
msgid "Environments"
msgstr ""
#: ../../ref/file_server/file_roots.rst:22
# 0d838a52de6a48fc9468f638c5806feb
msgid "The Salt file server defaults to the mandatory ``base`` environment. This environment **MUST** be defined and is used to download files when no environment is specified."
msgstr ""
#: ../../ref/file_server/file_roots.rst:26
# 024a7b957f4e4f96a2b1fc001c8d242b
msgid "Environments allow for files and sls data to be logically separated, but environments are not isolated from each other. This allows for logical isolation of environments by the engineer using Salt, but also allows for information to be used in multiple environments."
msgstr ""
#: ../../ref/file_server/file_roots.rst:33
# 83985bebf3cd4e449d34881a444bf0ff
msgid "Directory Overlay"
msgstr ""
#: ../../ref/file_server/file_roots.rst:35
# fbc128470b704475964aae5f411d3a14
msgid "The ``environment`` setting is a list of directories to publish files from. These directories are searched in order to find the specified file and the first file found is returned."
msgstr ""
#: ../../ref/file_server/file_roots.rst:39
# 2a712d44fae94240bf7a99e6840f2cc0
msgid "This means that directory data is prioritized based on the order in which they are listed. In the case of this ``file_roots`` configuration:"
msgstr ""
#: ../../ref/file_server/file_roots.rst:49
# f7cf3418da1a40bbb0c7652289ab28cf
msgid "If a file's URI is ``salt://httpd/httpd.conf``, it will first search for the file at ``/srv/salt/base/httpd/httpd.conf``. If the file is found there it will be returned. If the file is not found there, then ``/srv/salt/failover/httpd/httpd.conf`` will be used for the source."
msgstr ""
#: ../../ref/file_server/file_roots.rst:54
# 000c6ceb4aa54628b6c7a008d561fcb9
msgid "This allows for directories to be overlaid and prioritized based on the order they are defined in the configuration."
msgstr ""
#: ../../ref/file_server/file_roots.rst:58
# 09b338061ecd46c1b0c09bbb79bc014c
msgid "Local File Server"
msgstr ""
#: ../../ref/file_server/file_roots.rst:63
# b5a5aa7de5984628be500a02c61f330a
msgid "The file server can be rerouted to run from the minion. This is primarily to enable running Salt states without a Salt master. To use the local file server interface, copy the file server data to the minion and set the file_roots option on the minion to point to the directories copied from the master. Once the minion ``file_roots`` option has been set, change the ``file_client`` option to local to make sure that the local file server interface is used."
msgstr ""

View file

@ -0,0 +1,143 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/file_server/index.rst:6
# 3bfae855840c453682b708ab1e9d2219
msgid "Salt File Server"
msgstr ""
#: ../../ref/file_server/index.rst:8
# 8dc031e8f72444e2a3cb033284ea9f7f
msgid "Salt comes with a simple file server suitable for distributing files to the Salt minions. The file server is a stateless ZeroMQ server that is built into the Salt master."
msgstr ""
#: ../../ref/file_server/index.rst:12
# 681bfcb8e00b41a6accb044baa298a49
msgid "The main intent of the Salt file server is to present files for use in the Salt state system. With this said, the Salt file server can be used for any general file transfer from the master to the minions."
msgstr ""
#: ../../ref/file_server/index.rst:17
# b1772281d2334546b8ff341b34e424f2
msgid "The cp Module"
msgstr ""
#: ../../ref/file_server/index.rst:19
# 010baa8defa349daab819968e8f11f87
msgid "The cp module is the home of minion side file server operations. The cp module is used by the Salt state system, salt-cp and can be used to distribute files presented by the Salt file server."
msgstr ""
#: ../../ref/file_server/index.rst:24
# e0afe363cef24263bb12515b105bcea2
msgid "Environments"
msgstr ""
#: ../../ref/file_server/index.rst:26
# 14d4f4c7551b4b1792ff69dd3b22a3af
msgid "Since the file server is made to work with the Salt state system, it supports environments. The environments are defined in the master config file and when referencing an environment the file specified will be based on the root directory of the environment."
msgstr ""
#: ../../ref/file_server/index.rst:32
# 68052208372a4050b550188b97ee85e3
msgid "get_file"
msgstr ""
#: ../../ref/file_server/index.rst:34
# 89f25117db48484b93aa700fac80bde2
msgid "The cp.get_file function can be used on the minion to download a file from the master, the syntax looks like this:"
msgstr ""
#: ../../ref/file_server/index.rst:41
# cdd0cc2c88eb4ecc80b758c4849f6523
msgid "This will instruct all Salt minions to download the vimrc file and copy it to /etc/vimrc"
msgstr ""
#: ../../ref/file_server/index.rst:44
# 7bc41a473b0d4cb39723549fd81bbd8c
msgid "Template rendering can be enabled on both the source and destination file names like so:"
msgstr ""
#: ../../ref/file_server/index.rst:51
# 75a72e2ee3d948049c8e4e3dc511b0d6
msgid "This example would instruct all Salt minions to download the vimrc from a directory with the same name as their OS grain and copy it to /etc/vimrc"
msgstr ""
#: ../../ref/file_server/index.rst:54
# 6c55addbd95b4b3798f9ed22eac69db1
msgid "For larger files, the cp.get_file module also supports gzip compression. Because gzip is CPU-intensive, this should only be used in scenarios where the compression ratio is very high (e.g. pretty-printed JSON or YAML files)."
msgstr ""
#: ../../ref/file_server/index.rst:59
# 0e2d0bc001bf4759863b424a1b99fb17
msgid "Use the *gzip* named argument to enable it. Valid values are 1..9, where 1 is the lightest compression and 9 the heaviest. 1 uses the least CPU on the master (and minion), 9 uses the most."
msgstr ""
#: ../../ref/file_server/index.rst:67
# 003852c03fc9481b80429490eee2c391
msgid "Finally, note that by default cp.get_file does *not* create new destination directories if they do not exist. To change this, use the *makedirs* argument:"
msgstr ""
#: ../../ref/file_server/index.rst:74
# 1b0328a94e774958b250058f8536e488
msgid "In this example, /etc/vim/ would be created if it didn't already exist."
msgstr ""
#: ../../ref/file_server/index.rst:77
# 3ec3744398384daf9fa40ef095a4bba7
msgid "get_dir"
msgstr ""
#: ../../ref/file_server/index.rst:79
# 90dc62cbea7044e784dcc5e6e562a67f
msgid "The cp.get_dir function can be used on the minion to download an entire directory from the master. The syntax is very similar to get_file:"
msgstr ""
#: ../../ref/file_server/index.rst:86
# 896631f8c8f44d3eb4e2becae329bf6d
msgid "cp.get_dir supports *template* rendering and *gzip* compression arguments just like get_file:"
msgstr ""
#: ../../ref/file_server/index.rst:95
# c5e88377cc99409383b3c6abf4e16023
msgid "File Server Client API"
msgstr ""
#: ../../ref/file_server/index.rst:97
# 16a29ff86cd04e35a2b780913251be8a
msgid "A client API is available which allows for modules and applications to be written which make use of the Salt file server."
msgstr ""
#: ../../ref/file_server/index.rst:100
# bb6775965c1c4b81ab28b4f51157c84d
msgid "The file server uses the same authentication and encryption used by the rest of the Salt system for network communication."
msgstr ""
#: ../../ref/file_server/index.rst:104
# 74722309029140fdbddcaa71c8bb2174
msgid "FileClient Class"
msgstr ""
#: ../../ref/file_server/index.rst:106
# 3884277140f142a3a0229718fdb36f85
msgid "The FileClient class is used to set up the communication from the minion to the master. When creating a FileClient object the minion configuration needs to be passed in. When using the FileClient from within a minion module the built in ``__opts__`` data can be passed:"
msgstr ""
#: ../../ref/file_server/index.rst:127
# cc4d9b82694446c3ac0fd8a7613cc0a9
msgid "Using the FileClient class outside of a minion module where the ``__opts__`` data is not available, it needs to be generated:"
msgstr ""

View file

@ -0,0 +1,188 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/index.rst:6
# 63c6d94bf6bb4af39c5480528bbca1db
msgid "Introduction to Extending Salt"
msgstr ""
#: ../../ref/index.rst:8
# e3932c1c8f7242a49013dbfcf0f505db
msgid "Salt is made to be used, and made to be extended. The primary goal of Salt is to provide a foundation which can be used to solve problems without assuming what those problems might be."
msgstr ""
#: ../../ref/index.rst:12
# 60babb3844f74e989024ae02e48ddf39
msgid "One of the greatest benefit of developing Salt has been the vast array of ways in which people have wanted to use it, while the original intention was as a communication layer for a cloud controller Salt has been extended to facilitate so much more."
msgstr ""
#: ../../ref/index.rst:18
# d9d795b9213d4896ac2fd6da0cd833e6
msgid "Client API"
msgstr ""
#: ../../ref/index.rst:20
# 09885ee0956c474395c57b5392a373bd
msgid "The primary interface used to extend Salt, is to simply use it. Salt executions can be called via the Salt client API, making programming master side solutions with Salt is easy."
msgstr ""
#: ../../ref/index.rst:24
# 436c27e399c941c0b17a1eded6a39feb
msgid ":ref:`client-apis`"
msgstr ""
#: ../../ref/index.rst:27
# c99cae114f6e4cc494b7f14f1e1dc8ee
msgid "Adding Loadable Plugins"
msgstr ""
#: ../../ref/index.rst:29
# f67224e9b9324e558872f9c73a0c93d5
msgid "Salt is comprised of a core platform that loads many types of easy to write plugins. The idea is to enable all of the breaking points in the Salt processes to have a point of pluggable interaction. This means that all of the main features of Salt can be extended, modified or used."
msgstr ""
#: ../../ref/index.rst:34
# 8e7a7278bf7a425a8ecc19cdc6944a85
msgid "The breaking points and helping interfaces span from convenience master side executions to manipulating the flow of how data is handled by Salt."
msgstr ""
#: ../../ref/index.rst:38
# f2f7779ee420417fbc1b7f6e10874f3e
msgid "Minion Execution Modules"
msgstr ""
#: ../../ref/index.rst:40
# 3e57486b42874cdea6809849589178f2
msgid "The minion execution modules or just ``modules`` are the core to what Salt is and does. These modules are found in:"
msgstr ""
#: ../../ref/index.rst:43
# deb60af329684ab48a566fa4079688f8
msgid ":blob:`salt/modules`"
msgstr ""
#: ../../ref/index.rst:45
# 9295e35a06cf40368c1a9192eb16f85e
msgid "These modules are what is called by the Salt command line and the salt client API. Adding modules is done by simply adding additional Python modules to the *modules* directory and restarting the minion."
msgstr ""
#: ../../ref/index.rst:50
# 46016ea3cfec41d8b052907f047bf8f3
msgid "Grains"
msgstr ""
#: ../../ref/index.rst:52
# edef40e02cf5409daf1f7cf995e29e4d
msgid "Salt grains, or \"grains of truth\" are bits of static information that are generated when the minion starts. This information is useful when determining what package manager to default to, or where certain configuration files are stored on the minion."
msgstr ""
#: ../../ref/index.rst:57
# 6758f8205b444eb896f4e49a9ef01e7e
msgid "The Salt grains are the interface used for auto detection and dynamic assignment of execution modules and types to specific Salt minions."
msgstr ""
#: ../../ref/index.rst:60
# 6b2d25548af74fac8a5cc3faad932c70
msgid "The code used to generate the Salt grains can be found here:"
msgstr ""
#: ../../ref/index.rst:62
# af72c0d8fc7140d4805de704670e1e90
msgid ":blob:`salt/grains`"
msgstr ""
#: ../../ref/index.rst:65
# d6ed81fa3806467e96894691da0f34f8
msgid "States"
msgstr ""
#: ../../ref/index.rst:67
# f2cace5da9bf4264b2956d1272dcd4aa
msgid "Salt supports state enforcement, this makes Salt a high speed and very efficient solution for system configuration management."
msgstr ""
#: ../../ref/index.rst:70
# 3d6046c10e06408f9c9f6d886c3dc9d6
msgid "States can be easily added to Salt by dropping a new state module in:"
msgstr ""
#: ../../ref/index.rst:72
# d122add0aaa8401fb7535789526419d3
msgid ":blob:`salt/states`"
msgstr ""
#: ../../ref/index.rst:75
# 316bde8b28644f5da3d30d35f942eb65
msgid "Renderers"
msgstr ""
#: ../../ref/index.rst:77
# 9301f09e81234940892488b4310c1236
msgid "Salt states are controlled by simple data structures, these structures can be abstracted in a number of ways. While the default is to be in a YAML file wrapped in a jinja template, any abstraction can be used. This means that any format that can be dreamed is possible, so long as a renderer is written for it."
msgstr ""
#: ../../ref/index.rst:83
# 8a713ce06d2b4e87836e49af25bcaf3e
msgid "The existing renderers can be found here:"
msgstr ""
#: ../../ref/index.rst:85
# 9f9b4f6e74dd4f7c84ac3f130794d69c
msgid ":blob:`salt/renderers`"
msgstr ""
#: ../../ref/index.rst:88
# 1d055cef9ddc48e689974678ca6865d2
msgid "Returners"
msgstr ""
#: ../../ref/index.rst:90
# 1cf6c1c1618244248124eeb47913e012
msgid "The Salt commands all produce a return value, that return value is sent to the Salt master by default, but it can be sent anywhere. The returner interface makes it programmatically possible for the information to be sent to anything from an SQL or NoSQL database, to a custom application made to use Salt."
msgstr ""
#: ../../ref/index.rst:95
# bf2eed1fb3e4445ca791e162cc32db1c
msgid "The existing returners can be found here:"
msgstr ""
#: ../../ref/index.rst:97
# 2ad9377510744f908c1fccacc43fa310
msgid ":blob:`salt/returners`"
msgstr ""
#: ../../ref/index.rst:100
# 0f91b696af314fc1b74e30d618a14c92
msgid "Runners"
msgstr ""
#: ../../ref/index.rst:102
# 4ace664c0cf8461a8e9e689c80297fd6
msgid "Sometimes a certain application can be made to execute and run from the existing Salt command line. This is where the Salt runners come into play. The Salt Runners what is called by the Salt-run command and are meant to act as a generic interface for encapsulating master side executions."
msgstr ""
#: ../../ref/index.rst:107
# ce3a59a65fdc497dbd0bb0026ad5e9cc
msgid "Existing Salt runners are located here:"
msgstr ""
#: ../../ref/index.rst:109
# 64adf3973e184280ab73098c1862244c
msgid ":blob:`salt/runners`"
msgstr ""

View file

@ -0,0 +1,38 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/internals/exceptions.rst:6
# 2fc3ae266d504444a1067d665169db41
msgid "Exceptions"
msgstr ""
#: ../../ref/internals/exceptions.rst:8
# cfce8bfa1e8148b9bda0b6c18db3cbf7
msgid "Salt-specific exceptions should be thrown as often as possible so the various interfaces to Salt (CLI, API, etc) can handle those errors appropriately and display error messages appropriately."
msgstr ""
#: ../../<autosummary>:1
# 8f89fd8f36b74cde828518e38e698cc9
msgid ":obj:`salt.exceptions <salt.exceptions>`\\"
msgstr ""
#: ../../<autosummary>:1
# 5363eb87df4a4a009cb0a920f5354767
msgid "This module is a central location for all salt exceptions"
msgstr ""

View file

@ -0,0 +1,33 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/internals/index.rst:6
# cc4072fa0631411a89e5f8caf021468f
msgid "Salt code and internals"
msgstr ""
#: ../../ref/internals/index.rst:8
# dc949886f27c44f09463da0c3ed164ca
msgid "Reference documentation on Salt's internal code."
msgstr ""
#: ../../ref/internals/index.rst:11
# b624950d17a24bd7af12f7afd45d5868
msgid "Contents"
msgstr ""

View file

@ -0,0 +1,105 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/internals/salt.exceptions.rst:6
# 7700a0520e7147ffb68989361e8f99da
msgid "salt.exceptions"
msgstr ""
#: ../../../salt/exceptions.py:docstring of salt.exceptions:1
# 93faa2b0a0a74191a3df3dfd5f413aa2
msgid "This module is a central location for all salt exceptions"
msgstr ""
#: ../../../salt/exceptions.py:docstring of salt.exceptions.AuthenticationError:1
# 6016db5ab61248e98010b572980c85fb
msgid "If sha256 signature fails during decryption"
msgstr ""
#: ../../../salt/exceptions.py:docstring of salt.exceptions.CommandExecutionError:1
# b90ebe98a323411e9e7a8dab5aacaa67
msgid "Used when a module runs a command which returns an error and wants to show the user the output gracefully instead of dying"
msgstr ""
#: ../../../salt/exceptions.py:docstring of salt.exceptions.CommandNotFoundError:1
# f37502c1466e46aea4a718238b52d444
msgid "Used in modules or grains when a required binary is not available"
msgstr ""
#: ../../../salt/exceptions.py:docstring of salt.exceptions.EauthAuthenticationError:1
# 11385c94aa964b0987298ec34f5f0ebd
msgid "Thrown when eauth authentication fails"
msgstr ""
#: ../../../salt/exceptions.py:docstring of salt.exceptions.LoaderError:1
# 830b580cc4a94aa9b6a6ad39834ece4c
msgid "Problems loading the right renderer"
msgstr ""
#: ../../../salt/exceptions.py:docstring of salt.exceptions.MasterExit:1
# 7544618e91354e0aace72e94ea09ac6d
msgid "Rise when the master exits"
msgstr ""
#: ../../../salt/exceptions.py:docstring of salt.exceptions.MinionError:1
# 8b8ed8b2fab149489c6acdaea089c7db
msgid "Minion problems reading uris such as salt:// or http://"
msgstr ""
#: ../../../salt/exceptions.py:docstring of salt.exceptions.PkgParseError:1
# 8ab6990c426d49619ad701eef95adfd6
msgid "Used when of the pkg modules cannot correctly parse the output from the CLI tool (pacman, yum, apt, aptitude, etc)"
msgstr ""
#: ../../../salt/exceptions.py:docstring of salt.exceptions.SaltClientError:1
#: ../../../salt/exceptions.py:docstring of salt.exceptions.SaltMasterError:1
# 31c0ccf289fc4a75bc1053a21a3d43ca
# 3ae0e4d0f2e647f083952e2e108b22a5
msgid "Problem reading the master root key"
msgstr ""
#: ../../../salt/exceptions.py:docstring of salt.exceptions.SaltException:1
# 0cbf530198aa44308f0b84105c014d27
msgid "Base exception class; all Salt-specific exceptions should subclass this"
msgstr ""
#: ../../../salt/exceptions.py:docstring of salt.exceptions.SaltInvocationError:1
# 0e388c486e1744359155c4dd1b66e036
msgid "Used when the wrong number of arguments are sent to modules or invalid arguments are specified on the command line"
msgstr ""
#: ../../../salt/exceptions.py:docstring of salt.exceptions.SaltRenderError:1
# 36fd3cfdc445464ea209ad7fda7c68dc
msgid "Used when a renderer needs to raise an explicit error"
msgstr ""
#: ../../../salt/exceptions.py:docstring of salt.exceptions.SaltReqTimeoutError:1
# 3511880519a942b19fc46f3f97ad81c1
msgid "Thrown when a salt master request call fails to return within the timeout"
msgstr ""
#: ../../../salt/exceptions.py:docstring of salt.exceptions.SaltSystemExit:1
# e1f590bf43394a80823636812009e2c7
msgid "This exception is raised when an unsolvable problem is found. There's nothing else to do, salt should just exit."
msgstr ""
#: ../../../salt/exceptions.py:docstring of salt.exceptions.TimedProcTimeoutError:1
# 91b48a90297a44c982e03f9e57e4d251
msgid "Thrown when a timed subprocess does not terminate within the timeout, or if the specified timeout is not an int or a float"
msgstr ""

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,66 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.aliases.rst:6
# 14a57afb16e64c9d87eda31388e5ed3b
msgid "salt.modules.aliases"
msgstr ""
#: ../../../salt/modules/aliases.py:docstring of salt.modules.aliases:1
# 306441b9ce5a4aa3a941f005f65b92eb
msgid "Manage the information in the aliases file"
msgstr ""
#: ../../../salt/modules/aliases.py:docstring of salt.modules.aliases.get_target:1
# 227653bcfb4543369e081464218c443d
msgid "Return the target associated with an alias"
msgstr ""
#: ../../../salt/modules/aliases.py:docstring of salt.modules.aliases.get_target:3
#: ../../../salt/modules/aliases.py:docstring of salt.modules.aliases.has_target:3
#: ../../../salt/modules/aliases.py:docstring of salt.modules.aliases.list_aliases:5
#: ../../../salt/modules/aliases.py:docstring of salt.modules.aliases.rm_alias:3
#: ../../../salt/modules/aliases.py:docstring of salt.modules.aliases.set_target:5
# 1e0915cb03fa4392ac4fd94c5faf96ad
# 87711d92f44d4150aec8165c777ea88c
# 282d88d167e643da9ab626356c4ff058
# 388e645b0fa14d94807f8e84f4dccbe2
# cde55525799a4426b76c4cfd646dfbad
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/aliases.py:docstring of salt.modules.aliases.has_target:1
# 6c2081a4171f4d80ba1532cb9fc2b66b
msgid "Return true if the alias/target is set"
msgstr ""
#: ../../../salt/modules/aliases.py:docstring of salt.modules.aliases.list_aliases:1
# d7e83f3664eb446995d291c37648b2f3
msgid "Return the aliases found in the aliases file in this format::"
msgstr ""
#: ../../../salt/modules/aliases.py:docstring of salt.modules.aliases.rm_alias:1
# 022c3c75306d40b28036417f1a9b0488
msgid "Remove an entry from the aliases file"
msgstr ""
#: ../../../salt/modules/aliases.py:docstring of salt.modules.aliases.set_target:1
# 18a1cbd47026443bafb503e9cc0d8608
msgid "Set the entry in the aliases file for the given alias, this will overwrite any previous entry for the given alias or create a new one if it does not exist."
msgstr ""

View file

@ -0,0 +1,95 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.alternatives.rst:6
# 7da33875466d4847b7b79cd8a828f7b5
msgid "salt.modules.alternatives"
msgstr ""
#: ../../../salt/modules/alternatives.py:docstring of salt.modules.alternatives:1
# 59fff39ccd054bcea3341234511f0671
msgid "Support for Alternatives system"
msgstr ""
#: ../../../salt/modules/alternatives.py:docstring of salt.modules.alternatives:3
# c647c7f85fb94db8a3ed1218f11e42b5
msgid "Radek Rada <radek.rada@gmail.com>"
msgstr ""
#: ../../../salt/modules/alternatives.py:docstring of salt.modules.alternatives:4
# 6582e81743e54fc9a19c28f459d521ff
msgid "© 2012 by the SaltStack Team, see AUTHORS for more details."
msgstr ""
#: ../../../salt/modules/alternatives.py:docstring of salt.modules.alternatives:5
# 3662c2bc729141e4afc0568363ac8e8d
msgid "Apache 2.0, see LICENSE for more details."
msgstr ""
#: ../../../salt/modules/alternatives.py:docstring of salt.modules.alternatives.auto:1
# 22de8b075d354d74bea88d850ed4d7ff
msgid "Trigger alternatives to set the path for <name> as specified by priority."
msgstr ""
#: ../../../salt/modules/alternatives.py:docstring of salt.modules.alternatives.auto:4
#: ../../../salt/modules/alternatives.py:docstring of salt.modules.alternatives.check_installed:4
#: ../../../salt/modules/alternatives.py:docstring of salt.modules.alternatives.display:3
#: ../../../salt/modules/alternatives.py:docstring of salt.modules.alternatives.install:3
#: ../../../salt/modules/alternatives.py:docstring of salt.modules.alternatives.remove:3
#: ../../../salt/modules/alternatives.py:docstring of salt.modules.alternatives.set_:3
#: ../../../salt/modules/alternatives.py:docstring of salt.modules.alternatives.show_current:4
# d0ffd629761446acb6a9384120042b38
# 0f9de6235fa94622ad069130881ab2b3
# c2843b6a580041d5bba2124da12b5368
# 4b68f63177c8455d862581a5585103b0
# e8b8bed14c13457c9883090d7af287d3
# 060d4766176c446f8940e99ac28a9abf
# f93893ecc205465dba348b39d7efe143
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/alternatives.py:docstring of salt.modules.alternatives.check_installed:1
# b2a2df3202bd4d22a9d0784c97202036
msgid "Check if the current highest-priority match for a given alternatives link is set to the desired path"
msgstr ""
#: ../../../salt/modules/alternatives.py:docstring of salt.modules.alternatives.display:1
# c1c58647a5474c7c94b8b282ed5bb067
msgid "Display alternatives settings for defined command name"
msgstr ""
#: ../../../salt/modules/alternatives.py:docstring of salt.modules.alternatives.install:1
# 89a247e207634e4a9941dd501fa19c0c
msgid "Install symbolic links determining default commands"
msgstr ""
#: ../../../salt/modules/alternatives.py:docstring of salt.modules.alternatives.remove:1
# ead8ec17e43148d29a208a8d42631be1
msgid "Remove symbolic links determining the default commands."
msgstr ""
#: ../../../salt/modules/alternatives.py:docstring of salt.modules.alternatives.set_:1
# 936b96bb2a0d451ba49284b6574698ed
msgid "Manually set the alternative <path> for <name>."
msgstr ""
#: ../../../salt/modules/alternatives.py:docstring of salt.modules.alternatives.show_current:1
# b196a3e5d95044bcab598613cb5708a8
msgid "Display the current highest-priority alternative for a given alternatives link"
msgstr ""

View file

@ -0,0 +1,164 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.apache.rst:6
# 99f92d1e092548419720f579576d5db2
msgid "salt.modules.apache"
msgstr ""
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache:1
# 6125eb15334f465ea6d34803bf280c98
msgid "Support for Apache"
msgstr ""
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.a2dissite:1
# f11b969a4fb4486585286ccf628fc594
msgid "Runs a2dissite for the given site."
msgstr ""
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.a2dissite:3
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.a2ensite:3
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.check_site_enabled:3
# 94cb1a78e1f64a7586fea0f6f7e06e19
# e22006868a1a424ab6295e40637de66f
# 13689076302447868cdf908ad06c3b90
msgid "This will only be functional on Debian-based operating systems (Ubuntu, Mint, etc)."
msgstr ""
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.a2dissite:6
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.a2ensite:6
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.check_site_enabled:6
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.server_status:20
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.useradd:10
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.userdel:3
# 77499c9bcffe4ccdad7e2db5fde41f58
# 1f4e59548fa6447aa4ddfad5a62d8b29
# 28926f9892a9483f9da71f68ef2de065
# 74556f87608f406ca9c1c9dcadafc140
# b18dda17f0d449d7b596e50eca8e3794
# 26901c0e3d4a4268b47a530b57ceceae
msgid "CLI Examples:"
msgstr ""
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.a2ensite:1
# c237184fa5b24730adfe19af7b345acd
msgid "Runs a2ensite for the given site."
msgstr ""
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.check_site_enabled:1
# 7aad4033a13c465ebf605e796a254e0c
msgid "Checks to see if the specific Site symlink is in /etc/apache2/sites-enabled."
msgstr ""
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.directives:1
# ffda8831bba541d9864c4aaded278da3
msgid "Return list of directives together with expected arguments and places where the directive is valid (``apachectl -L``)"
msgstr ""
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.directives:4
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.fullversion:3
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.modules:3
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.servermods:3
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.signal:3
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.version:3
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.vhosts:6
# 997d7fe879d444e19985f881bbb1e854
# f5e48c8e84234b7b8869c9e48b0e2310
# d279e26701c6477ca299344b60f8e2e8
# a1d98e3078b542a98cf4a119b9625003
# e8e5ffc89d6b425ba0ca0aeb25565fd1
# 84924622d944406ca464581d439d992e
# e7e5da18ca884be592a13c831cf6e0ff
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.fullversion:1
# 715c67da2e99448895648aed04d835be
msgid "Return server version from apachectl -V"
msgstr ""
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.modules:1
# 1ab645b0205343c18532d094933f4a6a
msgid "Return list of static and shared modules from apachectl -M"
msgstr ""
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.server_status:1
# c839887d5c214e0fad05e767769e7959
msgid "Get Information from the Apache server-status handler"
msgstr ""
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.server_status:3
# c93b5fa6bad848b5b50b96a710aaae85
msgid "NOTE: the server-status handler is disabled by default. in order for this function to work it needs to be enabled. http://httpd.apache.org/docs/2.2/mod/mod_status.html"
msgstr ""
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.server_status:8
# df3260d530e148fea9fb44905d79d23f
msgid "The following configuration needs to exists in pillar/grains each entry nested in apache.server-status is a profile of a vhost/server this would give support for multiple apache servers/vhosts"
msgstr ""
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.server_status:18
# ba9efbae043946ef9fd3f4894766c933
msgid "apache.server-status:"
msgstr ""
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.server_status:18
# 4a9b968277264c70b6882657ffd1a2ca
msgid "'default':"
msgstr ""
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.server_status:14
# c5443bd74134408bb1e671c88cb77550
msgid "'url': http://localhost/server-status 'user': someuser 'pass': password 'realm': 'authentication realm for digest passwords' 'timeout': 5"
msgstr ""
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.servermods:1
# cb60a9a2eb7c45d2a506b66a18931b95
msgid "Return list of modules compiled into the server (apachectl -l)"
msgstr ""
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.signal:1
# 1259adac44884146b80ab2b7a6635cad
msgid "Signals httpd to start, restart, or stop."
msgstr ""
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.useradd:1
# 7c3528f2f44e49ab88944a9cd56f45de
msgid "Add an HTTP user using the htpasswd command. If the htpasswd file does not exist, it will be created. Valid options that can be passed are:"
msgstr ""
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.useradd:4
# a82b68d5a4ce4367a441a12f2468a05c
msgid "n Don't update file; display results on stdout. m Force MD5 encryption of the password (default). d Force CRYPT encryption of the password. p Do not encrypt the password (plaintext). s Force SHA encryption of the password."
msgstr ""
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.userdel:1
# 1428448b06174f3f8afb22494a828988
msgid "Delete an HTTP user from the specified htpasswd file."
msgstr ""
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.version:1
# 8a6bc43e06fd4f929d0f848a1b81db9a
msgid "Return server version from apachectl -v"
msgstr ""
#: ../../../salt/modules/apache.py:docstring of salt.modules.apache.vhosts:1
# cc1d7bc9395145c5a50765f69fdbcf9f
msgid "Show the settings as parsed from the config file (currently only shows the virtualhost settings). (``apachectl -S``) Because each additional virtual host adds to the execution time, this command may require a long timeout be specified."
msgstr ""

View file

@ -0,0 +1,431 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.apt.rst:6
# d3bc7e20611441438712891f49901002
msgid "salt.modules.apt"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt:1
# a70aa63cf4ca432baf3ca6ca50269203
msgid "Support for APT (Advanced Packaging Tool)"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.del_repo:1
# d7aee341d76a441591da690e8b21924b
msgid "Delete a repo from the sources.list / sources.list.d"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.del_repo:3
# 8373492e5db9486aaf5a6afecb915d7c
msgid "If the .list file is in the sources.list.d directory and the file that the repo exists in does not contain any other repo configuration, the file itself will be deleted."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.del_repo:7
# e1bcfdd9c51b4a1ebbbb2d99b78c206c
msgid "The repo passed in must be a fully formed repository definition string."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.del_repo:10
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.file_dict:5
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.file_list:5
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.get_repo:5
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.mod_repo:20
# d87e35fa6fbc4be9a7e8b1da747f9d39
# c6108c682d4b4811bebb3d6e01520811
# 7913161cbaca42f2bd7e30808a347354
# 3eca2d77efc54e21810c34ed5a891bb5
# 0672c93f4262470a9efdffb86bec82f0
msgid "CLI Examples:"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.expand_repo_def:1
# 6b2940d689524d73897e36238232f2e0
msgid "Take a repository definition and expand it to the full pkg repository dict that can be used for comparison. This is a helper function to make the Debian/Ubuntu apt sources sane for comparison in the pkgrepo states."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.expand_repo_def:5
# 63e2b1949a914876891b39b81d6d2bb1
msgid "There is no use to calling this function via the CLI."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.file_dict:1
# f62dc14837b74edd8bdae0adbf5bedbb
msgid "List the files that belong to a package, grouped by package. Not specifying any packages will return a list of _every_ file on the system's package database (not generally recommended)."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.file_list:1
# 768856163adf466fad02b1c24006b761
msgid "List the files that belong to a package. Not specifying any packages will return a list of _every_ file on the system's package database (not generally recommended)."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.get_repo:1
# 69c53b3852f443d3a027ddf6d54108ea
msgid "Display a repo from the sources.list / sources.list.d"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.get_repo:3
# 7b71d07ea15d42ec9afd8e0325fc2bdb
msgid "The repo passwd in needs to be a complete repo entry."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.get_selections:1
# 088b1161aee7474f91bfe2e77b96e7d3
msgid "View package state from the dpkg database."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.get_selections:3
# 1be2bcb9aec94b79b51c165202d4a461
msgid "Returns a dict of dicts containing the state, and package names:"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.get_selections:15
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.install:14
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.install:46
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.install:62
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.latest_version:10
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.list_pkgs:13
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.list_repos:3
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.list_upgrades:3
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.purge:19
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.refresh_db:10
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.remove:18
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.set_selections:30
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.upgrade:8
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.upgrade_available:3
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.version:5
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.version_cmp:5
# 261e491d03014f7da8594bb28b23d559
# 91435bf2fbb84923868f18746beee75b
# dacb40c747b446a5a1ca7aa179fbb342
# 50ac4c10d39d425cb7d7773626fe19bc
# 42f5c82f865940da89e334caadce5ebb
# 9b07ea3c2f724e67a7349d88cd6a4f3e
# 2388dc3935e743168cf8d7165221d1d5
# e66644e5feb54ba2bc9e987cd1abf5e6
# dcfe25ce1a034f7e8273027f8bcc7cca
# 7d1b0b6ce8564174a355f4629cfd4852
# 77f7eb7760534b1791de24872f6f7f0d
# e0dff1a131cf41b285de587ad157e50d
# 28d94aadbaf64acc834f131b530cdcc0
# 12ce315dcae944be996ea909eb1ea0e1
# 483ed64c86b7443bbbe8a4e98eb47646
# b2a321bd4bd14f73884596afa66f56cf
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.install:1
# 7012da44add542da91b599f65dc6aae6
msgid "Install the passed package, add refresh=True to update the dpkg database."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.install:18
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.purge:6
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.remove:5
# 459f84bcb8224d25adc593d62d811210
# b8a150de71fe48739ee7b308563d0e22
# 2e365c63627549158c48c509c540c178
msgid "name"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.install:4
# 23f1d3131bc64aeb839b2487fd1f514f
msgid "The name of the package to be installed. Note that this parameter is ignored if either \"pkgs\" or \"sources\" is passed. Additionally, please note that this option can only be used to install packages from a software repository. To install a package file manually, use the \"sources\" option."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.install:10
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.install:58
# aa4b5b6937834368adef144a6f35761c
# c74db730eb7e4725852b3d5681e45500
msgid "32-bit packages can be installed on 64-bit systems by appending the architecture designation (``:i386``, etc.) to the end of the package name."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.install:21
# 423d9b36546f46e589e2bd31dc0c9317
msgid "refresh"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.install:21
# 866c0048e6b844d98c6e0a1754566271
msgid "Whether or not to refresh the package database before installing."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.install:25
# f7611358961c41fe9c4b58f53df3686e
msgid "fromrepo"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.install:24
# ea17442d5105491a9a9de96e0d526c68
msgid "Specify a package repository to install from (e.g., ``apt-get -t unstable install somepackage``)"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.install:29
# d44f6f68912f48dbaca21d272ee14000
msgid "skip_verify"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.install:28
# 460e7679b451449fa54a362a701d9ad7
msgid "Skip the GPG verification check (e.g., ``--allow-unauthenticated``, or ``--force-bad-verify`` for install from package file)."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.install:33
# 6f84b92825124b24ac2a98b8b8d2d435
msgid "debconf"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.install:32
# 29801d8adb51488b8d054b648e5b888f
msgid "Provide the path to a debconf answers file, processed before installation."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.install:38
# 6a1933c89f874c1e9b25b66e69710684
msgid "version"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.install:36
# 743ebbfa7e544cfca25429a240e9b1b5
msgid "Install a specific version of the package, e.g. 1.2.3~0ubuntu0. Ignored if \"pkgs\" or \"sources\" is passed."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.install:40
# 921cae81a1c3463086979f3e1264b610
msgid "Multiple Package Installation Options:"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.install:51
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.purge:12
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.remove:11
# d8478624d186442899de9786a4ff8159
# b69fd482e47048b79867769eec68cb3b
# c65b18ce6c3d48ec80be421418c79f05
msgid "pkgs"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.install:43
# 12d0e69b37344a05b540689a855812ef
msgid "A list of packages to install from a software repository. Must be passed as a python list."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.install:67
# 5e770b0b4fcb49608193fb4f283b337d
msgid "sources"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.install:54
# 5d14a4fdf0244a149f63e72f7f7d9a76
msgid "A list of DEB packages to install. Must be passed as a list of dicts, with the keys being package names, and the values being the source URI or local path to the package."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.install:69
# f3fec4bc42e242c6ae6d44f1fc928f2c
msgid "Returns a dict containing the new package names and versions::"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.latest_version:1
# 43203a6fb2724e8e9b0418bf39e93655
msgid "Return the latest version of the named package available for upgrade or installation. If more than one package name is specified, a dict of name/version pairs is returned."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.latest_version:5
# 597898b6144e49e1add81c4dfab5a3fc
msgid "If the latest version of a given package is already installed, an empty string will be returned for that package."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.latest_version:8
# f6398368c27c4e5e9d7bef7c0ee97620
msgid "A specific repo can be requested using the ``fromrepo`` keyword argument."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.list_pkgs:1
# eb953a77b2b84ad4b9f0bcecc78936c7
msgid "List the packages currently installed in a dict::"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.list_pkgs:5
# 199e51b3285845baa5c628c4378e94f1
msgid "If removed is ``True``, then only packages which have been removed (but not purged) will be returned."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.list_pkgs:8
# 34ba8ae7f27f42f6b6c096650c4062ff
msgid "External dependencies::"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.list_repos:1
# 8f22d78762d5418d8d26255e201846e0
msgid "Lists all repos in the sources.list (and sources.lists.d) files"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.list_upgrades:1
# 34dce47273ef481c939a3eeaeb98d41a
msgid "List all available package upgrades."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.mod_repo:1
# 4ab038d1dc234adb8aaf4a6f9f5ce834
msgid "Modify one or more values for a repo. If the repo does not exist, it will be created, so long as the definition is well formed. For Ubuntu the \"ppa:<project>/repo\" format is acceptable. \"ppa:\" format can only be used to create a new repository."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.mod_repo:6
# bfee47c1e83c47138695ce9a1dc8f484
msgid "The following options are available to modify a repo definition::"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.purge:1
# c43fd2a8343b4a8e8c3d6d13cd1b619b
msgid "Remove packages via ``apt-get purge`` along with all configuration files and unused dependencies."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.purge:5
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.remove:4
# 5c527c53d1c0450f9c5d06454569a23a
# 0b53e0ec656a4cf2a7cf7f04cf92906a
msgid "The name of the package to be deleted."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.purge:8
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.remove:7
# dcf6482696fb4795bfd8836e50575870
# 65e247a3c9354684a4b6c4df8724b9bd
msgid "Multiple Package Options:"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.purge:11
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.remove:10
# 42c756da635b40b7b332b6abf012f317
# 2fb510cace044c72a331a6dba565123b
msgid "A list of packages to delete. Must be passed as a python list. The ``name`` parameter will be ignored if this option is passed."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.purge:17
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.remove:16
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.upgrade:3
# dd9c3693e6a6479fa9ab0c6e330a8759
# 1fbb4b9782924175bfa7feca024cc966
# 4087327cff4f40d0b2cd4e2bcb3bf1f9
msgid "Returns a dict containing the changes."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.refresh_db:1
# 8ba3b9acc08844c0bc243d767d4f1332
msgid "Updates the APT database to latest packages based upon repositories"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.refresh_db:3
# 7365183e5ac44b6d9755a80116b50147
msgid "Returns a dict, with the keys being package databases and the values being the result of the update attempt. Values can be one of the following:"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.refresh_db:6
# 33b23233fd26408599b5a1be6117b43f
msgid "``True``: Database updated successfully"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.refresh_db:7
# a48d94d7cbc64124822c5b194b154abf
msgid "``False``: Problem updating database"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.refresh_db:8
# aac4d476f5ab4b7c88c8e270083491b6
msgid "``None``: Database already up-to-date"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.remove:1
# 82e6ad632ded4f1892604f64390a2549
msgid "Remove packages using ``apt-get remove``."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.set_selections:1
# d57c0afc9b7c4d4f9565f82221836e14
msgid "Change package state in the dpkg database."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.set_selections:3
# 4e1f0e6c51564ff8bb6259707aa8c0df
msgid "The state can be any one of, documented in ``dpkg(1)``:"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.set_selections:5
# 99bd7678c4a342f6bb978429d50b4d3f
msgid "install"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.set_selections:6
# ad9ec3bdc934426e9cde33f5b4d54bad
msgid "hold"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.set_selections:7
# 27cf60c265eb46b8ac69b30098bd7c41
msgid "deinstall"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.set_selections:8
# de4fe8cdee4b4e2d8ad0250cb74512b2
msgid "purge"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.set_selections:10
# 5b757c9a4f264dd68baec4480966ce3f
msgid "This command is commonly used to mark specific packages to be held from being upgraded, that is, to be kept at a certain version. When a state is changed to anything but being held, then it is typically followed by ``apt-get -u dselect-upgrade``."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.set_selections:15
# b33c734d00e744a1b8a279d9c46b62ca
msgid "Note: Be careful with the ``clear`` argument, since it will start with setting all packages to deinstall state."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.set_selections:18
# 0b98d26901b34e6c88c8dc617678b039
msgid "Returns a dict of dicts containing the package names, and the new and old versions:"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.upgrade:1
# 2b5e55e9fcec422a89453f47625b66bc
msgid "Upgrades all packages via ``apt-get dist-upgrade``"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.upgrade:6
# 1ed552f2c06848bf95c190d8a1c1651e
msgid "{'<package>': {'old': '<old-version>',"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.upgrade:6
# de9ead7df2d44fadbff45f312eb58ad8
msgid "'new': '<new-version>'}}"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.upgrade_available:1
# dea799219bbc4fdda66c78f169380d92
msgid "Check whether or not an upgrade is available for a given package"
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.version:1
# 17b8688aae644fd89e1f3b5f759f95fd
msgid "Returns a string representing the package version or an empty string if not installed. If more than one package name is specified, a dict of name/version pairs is returned."
msgstr ""
#: ../../../salt/modules/apt.py:docstring of salt.modules.apt.version_cmp:1
# e40e13ea5e374d4b8979e4ea460771dc
msgid "Do a cmp-style comparison on two packages. Return -1 if pkg1 < pkg2, 0 if pkg1 == pkg2, and 1 if pkg1 > pkg2. Return None if there was a problem making the comparison."
msgstr ""

View file

@ -0,0 +1,201 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.archive.rst:6
# 5d86e975ec714bb19dc27c763dd47155
msgid "salt.modules.archive"
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive:1
# 9be236283abe45b58d00df7ccb8183b5
msgid "A module to wrap archive calls"
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.gunzip:1
# 5be1453ab1ea49739f0bf7a3263a8115
msgid "Uses the gunzip command to unpack gzip files"
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.gunzip:3
# d3fcaf09f0cc43c89552dfb446721035
msgid "CLI Example to create ``/tmp/sourcefile.txt``:"
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.gunzip:9
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.gzip:9
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.rar:10
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.unrar:10
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.unzip:9
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.zip_:9
# 1cc854c0e9cf436ea4674e40f5c0a4ee
# 7cafb660c56a4215a0ff5222ed756158
# 2cdb1e9bba9541279c65308052f42602
# 6ad96aefd8a34850b0c63279d181ff5e
# ab1d1c4904a9410291c3907c6d9a536a
# 3b7bda014ea14645b7d544d18958b41e
msgid "The template arg can be set to 'jinja' or another supported template engine to render the command arguments before execution."
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.gunzip:12
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.gzip:12
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.rar:4
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.tar:30
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.unrar:4
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.unzip:3
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.zip_:3
# d19796c930444c82aec876be0e125321
# ddb6448122a24219bdf88cce8a263d94
# dd12c1a65a4a4d8087cc2938f3e68fb3
# 94b81e2381124e858d26e08bb58e31e9
# 96c517dab1074bbaaaba093a85307031
# 71e01c7f4b4a4609969a2c6c4c91e5ac
# 23f0fbfca8d44789a2ff66e54f498247
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.gzip:1
# 90b019e8f6ca492c80c73ed2e10dcb04
msgid "Uses the gzip command to create gzip files"
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.gzip:3
# 153bab68e0f548e6aa5e2f78af8d1127
msgid "CLI Example to create ``/tmp/sourcefile.txt.gz``:"
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.rar:1
# 612cec28b7db4424af448ab073adc90f
msgid "Uses the rar command to create rar files Uses rar for Linux from http://www.rarlab.com/"
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.rar:13
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.unrar:13
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.unzip:12
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.zip_:12
# 5af2612bd8704fd9a991ef063c55749c
# 12a07b08bc7d41d1b9f8ed35afd2b393
# f7d1c5ee6e2d4188ba8d7ed4dd7f51c1
# befa42e65b334c5dbf71dbe1c2c52446
msgid "For example:"
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.tar:3
# db7b2ec6e4244bfe96ea1169ad9bfb0f
msgid "This function has changed for version 0.17.0. In prior versions, the ``cwd`` and ``template`` arguments must be specified, with the source directories/files coming as a space-separated list at the end of the command. Beginning with 0.17.0, ``sources`` must be a comma-separated list, and the ``cwd`` and ``template`` arguments are optional."
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.tar:9
# f97173ed8e4248829e66af308f2734ce
msgid "Uses the tar command to pack, unpack, etc tar files"
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.tar:13
# fdcaa04bf06c4f05a49be3ed470cdeaf
msgid "options:"
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.tar:13
# 1bd7aab9e40a48ffb1f2682cce09bc29
msgid "Options to pass to the ``tar`` binary."
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.tar:16
# b3c54b6a95284c1fb90e0fb9fcae2cb6
msgid "tarfile:"
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.tar:16
# 440bc0db158f425da5e76a9ebd2e118d
msgid "The tar filename to pack/unpack."
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.tar:19
# 9455ef9019db4510817b522c61c1699c
msgid "sources:"
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.tar:19
# ef32e97d29694a69bd5310d513c5b921
msgid "Comma delimited list of files to **pack** into the tarfile."
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.tar:22
# dd5aeaba7557423599f4cd7bb58fab37
msgid "dest:"
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.tar:22
# 09365468c3c04b899e73118c7a85df0e
msgid "The destination directory to **unpack** the tarfile to."
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.tar:25
# dda9c374f1f9495193999e04c9bafa4c
msgid "cwd:"
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.tar:25
# c073063819424f4dbfa628a6af74656f
msgid "The directory in which the tar command should be executed."
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.tar:28
# 61bf9f380838463d8e277cd971ffa0bf
msgid "template:"
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.tar:28
# 6d3c4bb4a7c9401899871dd7605edff8
msgid "Template engine name to render the command arguments before execution."
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.tar:37
# f39bd87072554be7aa4b270ff54606ca
msgid "The template arg can be set to ``jinja`` or another supported template engine to render the command arguments before execution. For example:"
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.tar:45
# e01fac9a20224539bca7b8c6641f6654
msgid "To unpack a tarfile, for example:"
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.tar:47
# 9811a6a3aa934c8195734e8192d88af3
msgid "..code-block:: bash"
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.tar:49
# a80fd47d8edb4de990d4878d38c581e6
msgid "salt '*' archive.tar foo.tar xf dest=/target/directory"
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.unrar:1
# ff8fc5dc3fb3466eaf958cd438915370
msgid "Uses the unrar command to unpack rar files Uses rar for Linux from http://www.rarlab.com/"
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.unzip:1
# 5aff43badcf7415fa1a66ce9cccb215d
msgid "Uses the unzip command to unpack zip files"
msgstr ""
#: ../../../salt/modules/archive.py:docstring of salt.modules.archive.zip_:1
# aa6874a5c0d448d9808cf7428610015e
msgid "Uses the zip command to create zip files"
msgstr ""

View file

@ -0,0 +1,69 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.at.rst:6
# 00b3301b1407486f822697b55e46d20a
msgid "salt.modules.at"
msgstr ""
#: ../../../salt/modules/at.py:docstring of salt.modules.at:1
# a3dfcb9e9f2e47ceb77b6dce14580853
msgid "Wrapper module for at(1)"
msgstr ""
#: ../../../salt/modules/at.py:docstring of salt.modules.at:3
# f2757a50e23b4f23b9931df5e1500b27
msgid "Also, a 'tag' feature has been added to more easily tag jobs."
msgstr ""
#: ../../../salt/modules/at.py:docstring of salt.modules.at.at:1
# 43075d53cacf417a8870239b124126bf
msgid "Add a job to the queue."
msgstr ""
#: ../../../salt/modules/at.py:docstring of salt.modules.at.at:3
# b908a60dee404a21b0409e17983c1f1d
msgid "The 'timespec' follows the format documented in the at(1) manpage."
msgstr ""
#: ../../../salt/modules/at.py:docstring of salt.modules.at.at:6
#: ../../../salt/modules/at.py:docstring of salt.modules.at.atc:5
#: ../../../salt/modules/at.py:docstring of salt.modules.at.atq:4
#: ../../../salt/modules/at.py:docstring of salt.modules.at.atrm:3
# 305f4ec3182d4e2ca178aedb23a08573
# 7e10592aafec4b61ab6e8a8c88c7bf57
# db02c9fa2e3444b7a073bf172b41b42a
# 4b4d1c7215044f0aa4398ea3554cdb05
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/at.py:docstring of salt.modules.at.atc:1
# 6389f11b7d26431b983ac289f3a05011
msgid "Print the at(1) script that will run for the passed job id. This is mostly for debugging so the output will just be text."
msgstr ""
#: ../../../salt/modules/at.py:docstring of salt.modules.at.atq:1
# c4cb3e2b163c44e78084970ea5822c32
msgid "List all queued and running jobs or only those with an optional 'tag'."
msgstr ""
#: ../../../salt/modules/at.py:docstring of salt.modules.at.atrm:1
# 88068af2d970409ba02a4dd0dd4ec718
msgid "Remove jobs from the queue."
msgstr ""

View file

@ -0,0 +1,94 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.augeas_cfg.rst:6
# d8fe188e776e4836884ff1c4ba780ad8
msgid "salt.modules.augeas_cfg"
msgstr ""
#: ../../../salt/modules/augeas_cfg.py:docstring of salt.modules.augeas_cfg:1
# d154c3482d2741fda65a5940d57535b9
msgid "Manages configuration files via augeas"
msgstr ""
#: ../../../salt/modules/augeas_cfg.py:docstring of salt.modules.augeas_cfg:3
# 5df52054a734429e98428bd06625a6c1
msgid ":strong:`NOTE:` This state requires the ``augeas`` Python module."
msgstr ""
#: ../../../salt/modules/augeas_cfg.py:docstring of salt.modules.augeas_cfg.get:1
# a8563cf6ce1e4452b3482349bb6c92d9
msgid "Get a value for a specific augeas path"
msgstr ""
#: ../../../salt/modules/augeas_cfg.py:docstring of salt.modules.augeas_cfg.get:3
#: ../../../salt/modules/augeas_cfg.py:docstring of salt.modules.augeas_cfg.ls:3
#: ../../../salt/modules/augeas_cfg.py:docstring of salt.modules.augeas_cfg.match:3
#: ../../../salt/modules/augeas_cfg.py:docstring of salt.modules.augeas_cfg.remove:3
#: ../../../salt/modules/augeas_cfg.py:docstring of salt.modules.augeas_cfg.setvalue:3
#: ../../../salt/modules/augeas_cfg.py:docstring of salt.modules.augeas_cfg.setvalue:11
#: ../../../salt/modules/augeas_cfg.py:docstring of salt.modules.augeas_cfg.setvalue:20
#: ../../../salt/modules/augeas_cfg.py:docstring of salt.modules.augeas_cfg.tree:3
# 1faac150886e4549b0e59ad0b28c238a
# d5ae6804531440349f1c5ce280c8a51b
# d9856d12679c4acaa6bf7b922079383e
# 1cf73c506d824583b10730bdb3100b0e
# 61c1b98c5a504c7ab289d599d8526732
# c8cd55b09f474897a3297b3168d1a6db
# 653e3c19f3af4fbabfd644b3178aad31
# ba2cf45b8d3d42f5ab3c9a8e108f44ac
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/augeas_cfg.py:docstring of salt.modules.augeas_cfg.ls:1
# de1a2d98b65d4c77b53548ee912bfea7
msgid "List the direct children of a node"
msgstr ""
#: ../../../salt/modules/augeas_cfg.py:docstring of salt.modules.augeas_cfg.match:1
#: ../../../salt/modules/augeas_cfg.py:docstring of salt.modules.augeas_cfg.remove:1
# ff917290f6d14363906f0b74e2d2edff
# 2df29bbbabde434fb52e8563594ad3ff
msgid "Get matches for path expression"
msgstr ""
#: ../../../salt/modules/augeas_cfg.py:docstring of salt.modules.augeas_cfg.setvalue:1
# 37b0f1044b23451baee2a2a165db7ab3
msgid "Set a value for a specific augeas path"
msgstr ""
#: ../../../salt/modules/augeas_cfg.py:docstring of salt.modules.augeas_cfg.setvalue:9
# 38b248a318b145c68afd5cd70759fcff
msgid "This will set the first entry in /etc/hosts to localhost"
msgstr ""
#: ../../../salt/modules/augeas_cfg.py:docstring of salt.modules.augeas_cfg.setvalue:18
# c24293804398477db6e9a9b73511f932
msgid "Adds a new host to /etc/hosts the ip address 192.168.1.1 and hostname test"
msgstr ""
#: ../../../salt/modules/augeas_cfg.py:docstring of salt.modules.augeas_cfg.setvalue:32
# 417c5a64ddf9449e93e19d1eb5ba598b
msgid "Ensures that the following line is present in /etc/sudoers::"
msgstr ""
#: ../../../salt/modules/augeas_cfg.py:docstring of salt.modules.augeas_cfg.tree:1
# ce7d78ccff8a48949947a5e9ef9756ce
msgid "Returns recursively the complete tree of a node"
msgstr ""

View file

@ -0,0 +1,145 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.bluez.rst:6
# 35f56e7abf8d4194b129b66fd5209d52
msgid "salt.modules.bluez"
msgstr ""
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez:1
# fe54c1a9318a4a7183119b86c0ec91c9
msgid "Support for Bluetooth (using BlueZ in Linux)."
msgstr ""
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez:3
# 5e53b3ed5d024c56a305af31703c5e45
msgid "The following packages are required packages for this module:"
msgstr ""
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez:5
# 4cec41b5182947a083398acfb69de60a
msgid "bluez >= 5.7 bluez-libs >= 5.7 bluez-utils >= 5.7 pybluez >= 0.18"
msgstr ""
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.address_:1
# 63dd603c1615481bb608354365d58e0f
msgid "Get the many addresses of the Bluetooth adapter"
msgstr ""
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.address_:3
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.block:3
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.discoverable:3
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.noscan:3
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.pair:3
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.scan:3
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.start:3
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.stop:3
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.unblock:3
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.unpair:3
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.version:3
# 50643a73463044e8b7b82f2b97eab2f9
# 89c392c16bbf4fa1bd49e53e510fb039
# 9bf35d22a62041a1b06f2d91e50965fa
# c0584a8d20304de59dd378ddad80022b
# 6c2519db618b41638e4f2f25627765e1
# 07d15f3822b245e1be951ada4dd27263
# c678193fe68b4fd8a5a5267f55ada667
# 4cc5b7be46624e8189b0537b76f387d4
# 013011f70bba4a5c9babee130a730ed0
# 494cfe5fc7fc47268310042a43012fd5
# 114e88fd78a04da3859e97482e8cf3a8
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.block:1
# f83bbdc6220a4df3924367a1ff0a2caa
msgid "Block a specific bluetooth device by BD Address"
msgstr ""
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.discoverable:1
# 649f16fddc354b29a4830ae40480d642
msgid "Enable this bluetooth device to be discoverable."
msgstr ""
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.noscan:1
# b8cd924220d14759b35fed38a707e2d7
msgid "Turn off scanning modes on this device."
msgstr ""
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.pair:1
# 78cce3fad2204bb999726b4a6e88ca17
msgid "Pair the bluetooth adapter with a device"
msgstr ""
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.pair:9
# 6c06f4ac045e422da72990a93170226e
msgid "Where DE:AD:BE:EF:CA:FE is the address of the device to pair with, and 1234 is the passphrase."
msgstr ""
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.pair:12
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.unpair:11
# e5a1d93df65c464b9a0107ee6dffd739
# 8bf822f7133a4e638747576394636115
msgid "TODO: This function is currently broken, as the bluez-simple-agent program no longer ships with BlueZ >= 5.0. It needs to be refactored."
msgstr ""
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.power:1
# 86e5d68e3ee9452e8290ec8d17de3692
msgid "Power a bluetooth device on or off"
msgstr ""
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.power:3
# fdc8fa23b95643c4b53cc98141e04ad5
msgid "CLI Examples:"
msgstr ""
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.scan:1
# 6d370835ed754fe6920247536a47b285
msgid "Scan for bluetooth devices in the area"
msgstr ""
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.start:1
# 5e161275c1c64749b2809811e0063ded
msgid "Start the bluetooth service."
msgstr ""
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.stop:1
# 64bb7ea580a444909ffe58bea1e957b5
msgid "Stop the bluetooth service."
msgstr ""
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.unblock:1
# e7f8a969447049f29e14d434d9851d72
msgid "Unblock a specific bluetooth device by BD Address"
msgstr ""
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.unpair:1
# e0ec29ca3eda4a20b2517f5261caa736
msgid "Unpair the bluetooth adapter from a device"
msgstr ""
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.unpair:9
# 95718f38d3e846f897f00e0827ab0811
msgid "Where DE:AD:BE:EF:CA:FE is the address of the device to unpair."
msgstr ""
#: ../../../salt/modules/bluez.py:docstring of salt.modules.bluez.version:1
# c4989af059314c1888cbe92afd437492
msgid "Return Bluez version from bluetoothd -v"
msgstr ""

View file

@ -0,0 +1,167 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.brew.rst:6
# 6cea7876aa764e9aa5e33010619cb797
msgid "salt.modules.brew"
msgstr ""
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew:1
# 18fc1c80cfc74eac94ea2fee31fe5f4a
msgid "Homebrew for Mac OS X"
msgstr ""
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.install:1
# 54fe6e20074341f7a53fb9709ab9270c
msgid "Install the passed package(s) with ``brew install``"
msgstr ""
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.install:11
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.remove:5
# 9263d130c6d54bd7a116f19278b2b978
# faaf0d8771894aedb1be1ae5bb3e47b7
msgid "name"
msgstr ""
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.install:4
# 20dd67238e1d486ebf3c036ba9eac345
msgid "The name of the formula to be installed. Note that this parameter is ignored if \"pkgs\" is passed."
msgstr ""
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.install:7
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.install:16
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.install:31
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.install:43
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.install:55
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.latest_version:7
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.list_pkgs:5
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.list_upgrades:3
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.remove:18
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.upgrade_available:3
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.version:5
# bf616d37e9ad4e5886efa9010e3766bb
# 14c7387c32dd4703b8e1e9b0093637a8
# d7082027d2fa4a68a69a869765d3af5e
# 816999110cbe4b3eadf6be932969ffac
# 2d1852e071bc412da4f89bf2065e39e5
# 2f497a710f074dba8014476ed3e1690a
# 4107e6c9f17648e2b24309278e43e74f
# c7f7653238ba4c818e81deaa262178bd
# ba46a7051c934dab8e762ad09bc49489
# e47133b3cb674f3f910d3a71848957ab
# 0c8f91d34ed0461e80a51ab8e99f02f4
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.install:22
# 15469dbbd3344b1ebde1dc401932986d
msgid "taps"
msgstr ""
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.install:14
# b9cd5436a8f648c4998706ab58d45381
msgid "Unofficial Github repos to use when updating and installing formulas."
msgstr ""
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.install:36
# 9b0071aa267744f8aaf1ddff47a6bbc6
msgid "options"
msgstr ""
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.install:25
# 64946d87ac304d4fa68d4afe5191f667
msgid "Options to pass to brew. Only applies to inital install. Due to how brew works, modifying chosen options requires a full uninstall followed by a fresh install. Note that if \"pkgs\" is used, all options will be passed to all packages. Unreconized options for a package will be silently ignored by brew."
msgstr ""
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.install:38
# f18ae867867f4250b80660385dea41ed
msgid "Multiple Package Installation Options:"
msgstr ""
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.install:48
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.remove:11
# 43a64af8c6374d0b9c96508abff09b67
# e75fc3e86c4a421e9c8839be59daed2a
msgid "pkgs"
msgstr ""
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.install:41
# 4839b9c664904c74804c875e3d278c88
msgid "A list of formulas to install. Must be passed as a python list."
msgstr ""
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.install:50
# c5ff4729172747cb9b31d1e3e404635d
msgid "Returns a dict containing the new package names and versions::"
msgstr ""
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.latest_version:1
# 2b3d384ff6c644dab54b09c6dc5b0ab3
msgid "Return the latest version of the named package available for upgrade or installation"
msgstr ""
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.latest_version:4
# 8796ad7b9f2e466f9da1cf5d84951a3b
msgid "Note that this currently not fully implemented but needs to return something to avoid a traceback when calling pkg.latest."
msgstr ""
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.list_pkgs:1
# ad7ebdf81043491197f212eb05f1892c
msgid "List the packages currently installed in a dict::"
msgstr ""
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.list_upgrades:1
# 135b68a7031147bd84b4001261eeecf0
msgid "Check whether or not an upgrade is available for all packages"
msgstr ""
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.remove:1
# f6feb564752447d5a0f24019b2bb0e09
msgid "Removes packages with ``brew uninstall``."
msgstr ""
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.remove:4
# ad97439d323a43f383f5743892bb4504
msgid "The name of the package to be deleted."
msgstr ""
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.remove:7
# b3c0581949c04cf0aad66a70e5c4ae76
msgid "Multiple Package Options:"
msgstr ""
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.remove:10
# fb87ff1f33e84de6b73b68247832fc1d
msgid "A list of packages to delete. Must be passed as a python list. The ``name`` parameter will be ignored if this option is passed."
msgstr ""
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.remove:16
# 32395922dd934c909193f0019bd6a313
msgid "Returns a dict containing the changes."
msgstr ""
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.upgrade_available:1
# c1d12b745dfe42d9aed818b2b62e1a38
msgid "Check whether or not an upgrade is available for a given package"
msgstr ""
#: ../../../salt/modules/brew.py:docstring of salt.modules.brew.version:1
# 1cd849340b9247b098f6526ded1e7f0f
msgid "Returns a string representing the package version or an empty string if not installed. If more than one package name is specified, a dict of name/version pairs is returned."
msgstr ""

View file

@ -0,0 +1,101 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.bridge.rst:6
# eb9afc3b3b974786a6ce2e510013f4e7
msgid "salt.modules.bridge"
msgstr ""
#: ../../../salt/modules/bridge.py:docstring of salt.modules.bridge:1
# eec15a5cc8e24792a84c02a3dd8ae878
msgid "Module for gathering and managing bridging information"
msgstr ""
#: ../../../salt/modules/bridge.py:docstring of salt.modules.bridge.add:1
# 2f4db004cf3e44519291f6abf77f3fed
msgid "Creates a bridge"
msgstr ""
#: ../../../salt/modules/bridge.py:docstring of salt.modules.bridge.add:3
#: ../../../salt/modules/bridge.py:docstring of salt.modules.bridge.addif:3
#: ../../../salt/modules/bridge.py:docstring of salt.modules.bridge.delete:3
#: ../../../salt/modules/bridge.py:docstring of salt.modules.bridge.delif:3
#: ../../../salt/modules/bridge.py:docstring of salt.modules.bridge.find_interfaces:3
#: ../../../salt/modules/bridge.py:docstring of salt.modules.bridge.interfaces:3
#: ../../../salt/modules/bridge.py:docstring of salt.modules.bridge.list_:3
#: ../../../salt/modules/bridge.py:docstring of salt.modules.bridge.show:5
#: ../../../salt/modules/bridge.py:docstring of salt.modules.bridge.stp:3
#: ../../../salt/modules/bridge.py:docstring of salt.modules.bridge.stp:13
# 6e558e88203e4446bbb4629815a41b97
# 680946a5d17b4394817b04c2003eac86
# 1df30d4c7a134e89bf2e58aa1afff9ca
# 26c4c9d959e54c6dac7a46258f62e24e
# 4ddb557a5bf449888dfc80c6c57bcb1a
# 58458bb53bde4333b9ffe34be95f5947
# 6f4cc810b47845c8a599a4b3c6965e94
# b0e1f9cfe4c448be826c1e025478c7ef
# c9e999e162194f7f82642c5cf56619d8
# 06d9a943748f41ae8d6a019d035c7da6
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/bridge.py:docstring of salt.modules.bridge.addif:1
# 9ece35d5e5eb4d8abde4431f54a45645
msgid "Adds an interface to a bridge"
msgstr ""
#: ../../../salt/modules/bridge.py:docstring of salt.modules.bridge.delete:1
# 26f7d4fe00ab4711a99a3df87bc8a0a8
msgid "Deletes a bridge"
msgstr ""
#: ../../../salt/modules/bridge.py:docstring of salt.modules.bridge.delif:1
# b55d663292624e6cbeb3ccd25ad91bda
msgid "Removes an interface from a bridge"
msgstr ""
#: ../../../salt/modules/bridge.py:docstring of salt.modules.bridge.find_interfaces:1
# 86232536c69245be9c0741bf9c054325
msgid "Returns the bridge to which the interfaces are bond to"
msgstr ""
#: ../../../salt/modules/bridge.py:docstring of salt.modules.bridge.interfaces:1
# 904e4a9436784e939ee1328d6e8708dd
msgid "Returns interfaces attached to a bridge"
msgstr ""
#: ../../../salt/modules/bridge.py:docstring of salt.modules.bridge.list_:1
# 73f1f304f8ca43ac95b568c1048f7d76
msgid "Returns the machine's bridges list"
msgstr ""
#: ../../../salt/modules/bridge.py:docstring of salt.modules.bridge.show:1
# df7075ac1a51417888505c205d395da3
msgid "Returns bridges interfaces along with enslaved physical interfaces. If no interface is given, all bridges are shown, else only the specified bridge values are returned."
msgstr ""
#: ../../../salt/modules/bridge.py:docstring of salt.modules.bridge.stp:1
# f897d97fe70e4816b715d5de794e7e6a
msgid "Sets Spanning Tree Protocol state for a bridge"
msgstr ""
#: ../../../salt/modules/bridge.py:docstring of salt.modules.bridge.stp:10
# c015941ad0144c61bc8435aad26213cb
msgid "For the NetBSD operating system, it is required to add the interface on which to enable the STP."
msgstr ""

View file

@ -0,0 +1,77 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.bsd_shadow.rst:6
# 722205030eb44b409445b08704849f1f
msgid "salt.modules.bsd_shadow"
msgstr ""
#: ../../../salt/modules/bsd_shadow.py:docstring of salt.modules.bsd_shadow:1
# c6d0cee198f545beb20dfe674796fa20
msgid "Manage the password database on BSD systems"
msgstr ""
#: ../../../salt/modules/bsd_shadow.py:docstring of salt.modules.bsd_shadow.default_hash:1
# 150fa3245d1f475eb8ae8ea3362510b6
msgid "Returns the default hash used for unset passwords"
msgstr ""
#: ../../../salt/modules/bsd_shadow.py:docstring of salt.modules.bsd_shadow.default_hash:3
#: ../../../salt/modules/bsd_shadow.py:docstring of salt.modules.bsd_shadow.info:3
#: ../../../salt/modules/bsd_shadow.py:docstring of salt.modules.bsd_shadow.set_password:20
# 1442d3e1cfad4f95a623728b48100739
# 9d1f178715474d3eb11e2c89229730f7
# bfa5a01f80044a7096a8dd067b339907
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/bsd_shadow.py:docstring of salt.modules.bsd_shadow.info:1
# 8b2ca6960c5145269110996b6cbbde9f
msgid "Return information for the specified user"
msgstr ""
#: ../../../salt/modules/bsd_shadow.py:docstring of salt.modules.bsd_shadow.set_password:1
# cdae3f2125aa4c0495f22540426c4859
msgid "Set the password for a named user. The password must be a properly defined hash. The password hash can be generated with this command:"
msgstr ""
#: ../../../salt/modules/bsd_shadow.py:docstring of salt.modules.bsd_shadow.set_password:4
# 57018a1db4b0469898672fe514176560
msgid "``python -c \"import crypt; print crypt.crypt('password', ciphersalt)\"``"
msgstr ""
#: ../../../salt/modules/bsd_shadow.py:docstring of salt.modules.bsd_shadow.set_password:6
# 777253776033409ca40d3e3466bcded0
msgid ":strong:`NOTE:` When constructing the ``ciphersalt`` string, you must escape any dollar signs, to avoid them being interpolated by the shell."
msgstr ""
#: ../../../salt/modules/bsd_shadow.py:docstring of salt.modules.bsd_shadow.set_password:9
# 40eea62735524190bef813aa847b33dd
msgid "``'password'`` is, of course, the password for which you want to generate a hash."
msgstr ""
#: ../../../salt/modules/bsd_shadow.py:docstring of salt.modules.bsd_shadow.set_password:12
# a58a1e9e431e4063930dd900a8b37b04
msgid "``ciphersalt`` is a combination of a cipher identifier, an optional number of rounds, and the cryptographic salt. The arrangement and format of these fields depends on the cipher and which flavor of BSD you are using. For more information on this, see the manpage for ``crpyt(3)``. On NetBSD, additional information is available in ``passwd.conf(5)``."
msgstr ""
#: ../../../salt/modules/bsd_shadow.py:docstring of salt.modules.bsd_shadow.set_password:18
# f4546e4c5f154451bef31bb250156bd2
msgid "It is important to make sure that a supported cipher is used."
msgstr ""

View file

@ -0,0 +1,104 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.cassandra.rst:6
# b7af8182bcad43d695aaba4943e144fd
msgid "salt.modules.cassandra"
msgstr ""
#: ../../../salt/modules/cassandra.py:docstring of salt.modules.cassandra:1
# e9bb0fc735104157b9f0824278c7d202
msgid "Cassandra NoSQL Database Module"
msgstr ""
#: ../../../salt/modules/cassandra.py:docstring of salt.modules.cassandra:3
# 958af6600e5d4946afd79805e900fe5a
msgid "pycassa Cassandra Python adapter"
msgstr ""
#: ../../../salt/modules/cassandra.py:docstring of salt.modules.cassandra:5
# e9b4bccdbc7145399244c1e95dc20c9e
msgid "The location of the 'nodetool' command, host, and thrift port needs to be specified via pillar::"
msgstr ""
#: ../../../salt/modules/cassandra.py:docstring of salt.modules.cassandra.column_families:1
# 12a5e7bdadda42ada0773158d8ca6be9
msgid "Return existing column families for all keyspaces or just the provided one."
msgstr ""
#: ../../../salt/modules/cassandra.py:docstring of salt.modules.cassandra.column_families:4
#: ../../../salt/modules/cassandra.py:docstring of salt.modules.cassandra.column_family_definition:4
#: ../../../salt/modules/cassandra.py:docstring of salt.modules.cassandra.compactionstats:3
#: ../../../salt/modules/cassandra.py:docstring of salt.modules.cassandra.info:3
#: ../../../salt/modules/cassandra.py:docstring of salt.modules.cassandra.keyspaces:3
#: ../../../salt/modules/cassandra.py:docstring of salt.modules.cassandra.netstats:3
#: ../../../salt/modules/cassandra.py:docstring of salt.modules.cassandra.ring:3
#: ../../../salt/modules/cassandra.py:docstring of salt.modules.cassandra.tpstats:3
#: ../../../salt/modules/cassandra.py:docstring of salt.modules.cassandra.version:3
# ce78b38ad8c44f03aa2f95641acd2b3d
# bbea96eb99114badbc72d08ee98ec4e9
# 18d6a6c7e31847d2b30696bc9bb17b8a
# b5fcfc02743740d692bb5feec8f948cd
# 5dc6409b088a4e4e9dc8acbbcbdbae5b
# b38d8de82a844f68a3cebde2aab12d36
# b64b955e4d8c4be08f687939c60062b4
# c9017a77dad945f09c749b6faba03c98
# 8d9e41b0ccb041fca46ebcb4061d08fd
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/cassandra.py:docstring of salt.modules.cassandra.column_family_definition:1
# 02ba81fb595c433292ea1ee70c37c969
msgid "Return a dictionary of column family definitions for the given keyspace/column_family"
msgstr ""
#: ../../../salt/modules/cassandra.py:docstring of salt.modules.cassandra.compactionstats:1
# a70d4a62a63b4da1979f1fe68418fe6a
msgid "Return compactionstats info"
msgstr ""
#: ../../../salt/modules/cassandra.py:docstring of salt.modules.cassandra.info:1
# d1ddc1c7f04747e297c04e331c806ad2
msgid "Return cassandra node info"
msgstr ""
#: ../../../salt/modules/cassandra.py:docstring of salt.modules.cassandra.keyspaces:1
# f428dc00fd074dae941ffdcb7f77b141
msgid "Return existing keyspaces"
msgstr ""
#: ../../../salt/modules/cassandra.py:docstring of salt.modules.cassandra.netstats:1
# f8f2a6d4633c4f79a9e22d8470f4f576
msgid "Return netstats info"
msgstr ""
#: ../../../salt/modules/cassandra.py:docstring of salt.modules.cassandra.ring:1
# 7b0eefd99fb045ae9524b40601ec6445
msgid "Return cassandra ring info"
msgstr ""
#: ../../../salt/modules/cassandra.py:docstring of salt.modules.cassandra.tpstats:1
# d9ace8c541934b05951f140816c6af6d
msgid "Return tpstats info"
msgstr ""
#: ../../../salt/modules/cassandra.py:docstring of salt.modules.cassandra.version:1
# de1496c791e54b59a84d098b3c0f0048
msgid "Return the cassandra version"
msgstr ""

View file

@ -0,0 +1,180 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.cmdmod.rst:6
# 10859cad131045579b324afe99096465
msgid "salt.modules.cmdmod"
msgstr ""
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod:1
# 8213833ffa984b698e408f2032b0a54c
msgid "A module for shelling out"
msgstr ""
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod:3
# 7cf98f8ec08a4843a176476c2d4a4ec9
msgid "Keep in mind that this module is insecure, in that it can give whomever has access to the master root execution access to all salt minions"
msgstr ""
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.exec_code:1
# 7846d55cbc234c41a4c093e1dc8de90b
msgid "Pass in two strings, the first naming the executable language, aka - python2, python3, ruby, perl, lua, etc. the second string containing the code you wish to execute. The stdout and stderr will be returned"
msgstr ""
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.exec_code:5
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.has_exec:3
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.retcode:6
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.run:6
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.run_all:6
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.run_stderr:6
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.run_stdout:6
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.script:11
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.script_retcode:12
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.which:3
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.which_bin:3
# 8b546695a5f64ecdbc1183020013d648
# f95fcb54b8ec46f8a24bb900493cd526
# 3ac68b0149c4418ab56239ef347528bf
# 565d00ee9f41440bbaca846cc621ad31
# 434196e5f1224d478460e122d2bbcb8c
# 04f1da400b4c4e199fcba6af69f05db1
# b1f33644f2fe4a7489f77dfc5132cf0b
# fd944784fa0f40d2b0a630d590b339d5
# 4749de2aedf542bcab6f75e5d9e9050c
# 0257a6b6d4d041c6b3aef6badd56e77e
# e971bcef1af44cd79c821de92714f177
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.has_exec:1
# a8319992980748ff97e045d0eb324133
msgid "Returns true if the executable is available on the minion, false otherwise"
msgstr ""
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.retcode:1
# 4826d122a61f4a8eb11c9f5fb5e5dc89
msgid "Execute a shell command and return the command's return code."
msgstr ""
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.retcode:3
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.run:3
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.run_all:3
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.run_stderr:3
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.run_stdout:3
# b534e6309fc34db88086e524356f45fe
# 702d6e0160094142a710c1cab77306c0
# 9e6003d593e745c1a8858953e26d7afa
# 5615ca1f333344d993530b02502755e2
# fc0f7e2d985a4a8383f432db0074bb6f
msgid "Note that ``env`` represents the environment variables for the command, and should be formatted as a dict, or a YAML string which resolves to a dict."
msgstr ""
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.retcode:12
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.run:12
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.run_all:12
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.run_stderr:12
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.run_stdout:12
# 349ac9f18d644ad09cac8fc6bb066393
# e4ea0fd8ab9248d59d388b5a52ceed95
# dc3e2cdd633c418bb12de15316eab8fa
# a7c3d47c2f5b40c9b2245ac82e8e1492
# ba689cf9bdb04a848b5f338a5fe01a11
msgid "The template arg can be set to 'jinja' or another supported template engine to render the command arguments before execution. For example:"
msgstr ""
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.retcode:20
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.run:26
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.run_all:20
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.run_stderr:20
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.run_stdout:20
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.script:19
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.script_retcode:18
# 74d70039b0dc486ea60934a16a94a296
# 49af73b3cb26443dafb272916f685932
# 32a602f8924e42f4a71d82981bb6da7e
# 57022c9b154f4295b82c4651bde0d159
# 464c62dd7e914777b80d639f90cc2658
# 63ce8e797df249af99f46c6c6ab3e731
# 3048e3367cc2402a8c77d2fd332afef6
msgid "A string of standard input can be specified for the command to be run using the ``stdin`` parameter. This can be useful in cases where sensitive information must be read from standard input.:"
msgstr ""
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.run:1
# 6597f4b3c471470b9de5042aec2b44e0
msgid "Execute the passed command and return the output as a string"
msgstr ""
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.run:20
# 409bf910943f43349d2370e7a8d24762
msgid "Specify an alternate shell with the shell parameter:"
msgstr ""
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.run_all:1
# aa5cddab2e1a425b810ed6fc6f7a5b97
msgid "Execute the passed command and return a dict of return data"
msgstr ""
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.run_stderr:1
# 83fdb2dd43d542bd89a1b7473dfeb015
msgid "Execute a command and only return the standard error"
msgstr ""
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.run_stdout:1
# 28b1b855a5834847bd309b4636afdf9d
msgid "Execute a command, and only return the standard out"
msgstr ""
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.script:1
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.script_retcode:1
# 909bf3d1f05f42e5916cf61d018cac4c
# c79e58062e774a1da072a41f2ce310d7
msgid "Download a script from a remote location and execute the script locally. The script can be located on the salt master file server or on an HTTP/FTP server."
msgstr ""
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.script:5
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.script_retcode:5
# ac1f1a63df59406382407aa2570393ae
# a402e7af40354cc697bd63492c7eac28
msgid "The script will be executed directly, so it can be written in any available programming language."
msgstr ""
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.script:8
# 08bbfd16ee5f49d798838bb554777e79
msgid "The script can also be formated as a template, the default is jinja. Arguments for the script can be specified as well."
msgstr ""
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.script_retcode:8
# 3c2cb6a3e5f046fdb60aac2f85f37e42
msgid "The script can also be formated as a template, the default is jinja."
msgstr ""
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.script_retcode:10
# 6e7ed70259d449d2a5111be3a3ed2ecf
msgid "Only evaluate the script return code and do not block for terminal output"
msgstr ""
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.which:1
# bff68a28419b4154913f75fed9899f38
msgid "Returns the path of an executable available on the minion, None otherwise"
msgstr ""
#: ../../../salt/modules/cmdmod.py:docstring of salt.modules.cmdmod.which_bin:1
# 88b416d90fba4caabb7c7dfbdb53d107
msgid "Returns the first command found in a list of commands"
msgstr ""

View file

@ -0,0 +1,127 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.config.rst:6
# ade35e386c434f90a13f68b51e9ed8e5
msgid "salt.modules.config"
msgstr ""
#: ../../../salt/modules/config.py:docstring of salt.modules.config:1
# d0aa0e329f8d40678740419373c31441
msgid "Return config information"
msgstr ""
#: ../../../salt/modules/config.py:docstring of salt.modules.config.backup_mode:1
# 55e85e49d95e41b2afac9dbd47d974e4
msgid "Return the backup mode"
msgstr ""
#: ../../../salt/modules/config.py:docstring of salt.modules.config.backup_mode:3
#: ../../../salt/modules/config.py:docstring of salt.modules.config.dot_vals:4
#: ../../../salt/modules/config.py:docstring of salt.modules.config.gather_bootstrap_script:4
#: ../../../salt/modules/config.py:docstring of salt.modules.config.get:24
#: ../../../salt/modules/config.py:docstring of salt.modules.config.manage_mode:3
#: ../../../salt/modules/config.py:docstring of salt.modules.config.merge:6
#: ../../../salt/modules/config.py:docstring of salt.modules.config.option:3
#: ../../../salt/modules/config.py:docstring of salt.modules.config.valid_fileproto:4
# 740367c9bd034b3fa8b66f8fb7004a5d
# 3a843420213c4b158d8dd5f37e5121f5
# 4df7948098764e2580064ee1fcbe4dce
# f1ed2cdb66584aa69e2156bd7c774803
# 0cbbcb8718c449118a37e749d1bfd45d
# dabbc42f4f57497480a3667817e85142
# 23b3d67549674f13b977a3f8b6593c55
# fc23d0e64f5346a698582aba2a9df484
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/config.py:docstring of salt.modules.config.dot_vals:1
# b39de12fc41042e8b4be748f07896370
msgid "Pass in a configuration value that should be preceded by the module name and a dot, this will return a list of all read key/value pairs"
msgstr ""
#: ../../../salt/modules/config.py:docstring of salt.modules.config.gather_bootstrap_script:1
# 6e4c05007b7447fd8c2de0a9b3ba8ce3
msgid "Download the salt-bootstrap script, set replace to True to refresh the script if it has already been downloaded"
msgstr ""
#: ../../../salt/modules/config.py:docstring of salt.modules.config.get:3
# 60c033f1e52e437cbdc0752cbde40aa7
msgid "Attempt to retrieve the named value from opts, pillar, grains of the master config, if the named value is not available return the passed default. The default return is an empty string."
msgstr ""
#: ../../../salt/modules/config.py:docstring of salt.modules.config.get:7
# 5f1092cf6ee24f1b8cddbb05ce9d6e78
msgid "The value can also represent a value in a nested dict using a \":\" delimiter for the dict. This means that if a dict looks like this::"
msgstr ""
#: ../../../salt/modules/config.py:docstring of salt.modules.config.get:12
# 899c8daf093349309f98d48341c12d9e
msgid "To retrieve the value associated with the apache key in the pkg dict this key can be passed::"
msgstr ""
#: ../../../salt/modules/config.py:docstring of salt.modules.config.get:17
# 0b06aee6234e4ce786c0a770ed02a525
msgid "This routine traverses these data stores in this order:"
msgstr ""
#: ../../../salt/modules/config.py:docstring of salt.modules.config.get:19
# d1a4d31252014c528deb7e43c410f5b6
msgid "Local minion config (opts)"
msgstr ""
#: ../../../salt/modules/config.py:docstring of salt.modules.config.get:20
# b575a1ca6e7047fc8272aa7be0e6d1e9
msgid "Minion's grains"
msgstr ""
#: ../../../salt/modules/config.py:docstring of salt.modules.config.get:21
# e1e287c8c8a94d7f9191c481af001891
msgid "Minion's pillar"
msgstr ""
#: ../../../salt/modules/config.py:docstring of salt.modules.config.get:22
# 1a156f0519e84234a576d6373b904f39
msgid "Master config"
msgstr ""
#: ../../../salt/modules/config.py:docstring of salt.modules.config.manage_mode:1
# d338c1ec19d24e29b1396ddc3d4069d1
msgid "Return a mode value, normalized to a string"
msgstr ""
#: ../../../salt/modules/config.py:docstring of salt.modules.config.merge:1
# 4ac156fd6c4c4c32b99e84a54888e649
msgid "Retrieves an option based on key, merging all matches."
msgstr ""
#: ../../../salt/modules/config.py:docstring of salt.modules.config.merge:3
# 52f053f1da2d4cea8059308ae7abea05
msgid "Same as ``option()`` except that it merges all matches, rather than taking the first match."
msgstr ""
#: ../../../salt/modules/config.py:docstring of salt.modules.config.option:1
# 9a48be2aa6f04cccb6d850693e72dbb4
msgid "Pass in a generic option and receive the value that will be assigned"
msgstr ""
#: ../../../salt/modules/config.py:docstring of salt.modules.config.valid_fileproto:1
# 4bb5abe790b149da9535b7725371f0a5
msgid "Returns a boolean value based on whether or not the URI passed has a valid remote file protocol designation"
msgstr ""

View file

@ -0,0 +1,197 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.cp.rst:6
# a03fd58dec6b48b789a3d9fbd577316f
msgid "salt.modules.cp"
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp:1
# 791e9821c40b473faf26b3744a4cb9c4
msgid "Minion side functions for salt-cp"
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.cache_dir:1
# 103dcab6bf5e4e558fd36580318e2b29
msgid "Download and cache everything under a directory from the master"
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.cache_dir:3
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.cache_file:3
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.cache_files:5
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.cache_local_file:3
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.cache_master:3
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.get_dir:3
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.get_file:3
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.get_file_str:3
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.get_template:3
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.get_url:3
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.hash_file:5
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.is_cached:4
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.list_master:3
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.list_master_dirs:3
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.list_master_symlinks:3
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.list_minion:3
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.list_states:3
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.push:10
# 92006a36b54843b4b088d1bc558488f8
# fa131496085a4ab182f86433366c314d
# 00ace5aef2d54b479732eaace97b97ce
# a5ee4ef3e3354f20adb594457504a8b4
# 0041c4a3448c4d4ca9b38bccdf7b32bf
# 46b046694693415b95954e51e9653622
# d451a94cae264fe7ab500ee97375f1e5
# 769234dfd1b54aee83d9ee91f1169489
# 9580b6c977b44cdcbb4a01d50cf957ab
# 7eae5fe4be6b46c1986146d893559a24
# 3d1029981ccb4f2c97355ef15b03b809
# 212becd6915640ea9040b21f12d013d1
# 7ad055e1ef1542fabc852692b515eac6
# 05b6b8feb44646f8908b067883d73f1a
# 8b0eaebe9991434ab6c0c89bf8f32a81
# 7319761bcce9420484d892a07038263f
# 714ea66268464defb9c1eeb5976b3c48
# 5edd6b813ec14a30904231923c7821aa
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.cache_file:1
# 8d0f79286465472783aad4bb5cc7fff4
msgid "Used to cache a single file in the local salt-master file cache."
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.cache_files:1
# e378a42d2f134d488e271e4dd2e4a301
msgid "Used to gather many files from the master, the gathered files will be saved in the minion cachedir reflective to the paths retrieved from the master."
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.cache_local_file:1
# 5d7042ef014943138e24f88026ed0ba6
msgid "Cache a local file on the minion in the localfiles cache"
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.cache_master:1
# 743315caf7ab4af7b551c761cbb47596
msgid "Retrieve all of the files on the master and cache them locally"
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.get_dir:1
# d3dd6fc18a0a4b739bd7009ade07b436
msgid "Used to recursively copy a directory from the salt master"
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.get_dir:9
# 850a0bd9347d46e1812edb710a383d12
msgid "get_dir supports the same template and gzip arguments as get_file."
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.get_file:1
# 9575b81853624550b3038ad2dcb3b55e
msgid "Used to get a single file from the salt master"
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.get_file:9
# 2da68f43648f487e9015945b61333fbb
msgid "Template rendering can be enabled on both the source and destination file names like so:"
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.get_file:16
# ddf531e284b34069bf5c820d845343ae
msgid "This example would instruct all Salt minions to download the vimrc from a directory with the same name as their os grain and copy it to /etc/vimrc"
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.get_file:19
# 957cd46ceefd4d0fb6ce5ebbade3216b
msgid "For larger files, the cp.get_file module also supports gzip compression. Because gzip is CPU-intensive, this should only be used in scenarios where the compression ratio is very high (e.g. pretty-printed JSON or YAML files)."
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.get_file:24
# 7bac838d1b1a4ace9e5349fb746ac4e4
msgid "Use the *gzip* named argument to enable it. Valid values are 1..9, where 1 is the lightest compression and 9 the heaviest. 1 uses the least CPU on the master (and minion), 9 uses the most."
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.get_file_str:1
# d71a795ded244ec1bbe5f91761d1d9be
msgid "Return the contents of a file from a URL"
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.get_template:1
# f4f8854906d7481dbcd0b308e44636df
msgid "Render a file as a template before setting it down"
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.get_url:1
# 92be4f09e0044e328ad4ae75b526ec1d
msgid "Used to get a single file from a URL."
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.hash_file:1
# c19362f3381143579318ccbe0e28a943
msgid "Return the hash of a file, to get the hash of a file on the salt master file server prepend the path with salt://<file on server> otherwise, prepend the file with / for a local file."
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.is_cached:1
# 4f4b3f0bb7cb4186acef46fc7a793050
msgid "Return a boolean if the given path on the master has been cached on the minion"
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.list_master:1
# c2f8deadb7af47528550b3c3c7508dd4
msgid "List all of the files stored on the master"
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.list_master_dirs:1
# 2b1bb3300f254cc5beb8fa485cf83fe7
msgid "List all of the directories stored on the master"
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.list_master_symlinks:1
# c161d25e24c9408caf30ab6fae873210
msgid "List all of the symlinks stored on the master"
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.list_minion:1
# 686df6c60feb4ac19844a8d462dc4897
msgid "List all of the files cached on the minion"
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.list_states:1
# ccc8a5ee99b94fa8bcc02f75f14fd77a
msgid "List all of the available state modules in an environment"
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.push:1
# 74e34083804d41f785e2b7d315b7af9f
msgid "Push a file from the minion up to the master, the file will be saved to the salt master in the master's minion files cachedir (defaults to ``/var/cache/salt/master/minions/minion-id/files``)"
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.push:5
# 68e42ec8e3c14b00a21e151c00f21c10
msgid "Since this feature allows a minion to push a file up to the master server it is disabled by default for security purposes. To enable, set ``file_recv`` to ``True`` in the master configuration file, and restart the master."
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.recv:1
# 4fdbba639ae84abfbe6ce47e9f72cccb
msgid "Used with salt-cp, pass the files dict, and the destination."
msgstr ""
#: ../../../salt/modules/cp.py:docstring of salt.modules.cp.recv:3
# c156d4be90e249ae8783dddb4b3d34be
msgid "This function receives small fast copy files from the master via salt-cp. It does not work via the CLI."
msgstr ""

View file

@ -0,0 +1,102 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.cron.rst:6
# 9a26b697c7324d48be35161a17a7e51d
msgid "salt.modules.cron"
msgstr ""
#: ../../../salt/modules/cron.py:docstring of salt.modules.cron:1
# b2bd40332884484196603f22f50f2723
msgid "Work with cron"
msgstr ""
#: ../../../salt/modules/cron.py:docstring of salt.modules.cron.list_tab:1
#: ../../../salt/modules/cron.py:docstring of salt.modules.cron.ls:1
# fa674b150a4b4320805d33e0c44e944a
# c8028e2e5ef34ea387c662ff3bdcdb86
msgid "Return the contents of the specified user's crontab"
msgstr ""
#: ../../../salt/modules/cron.py:docstring of salt.modules.cron.list_tab:3
#: ../../../salt/modules/cron.py:docstring of salt.modules.cron.ls:3
#: ../../../salt/modules/cron.py:docstring of salt.modules.cron.raw_cron:3
#: ../../../salt/modules/cron.py:docstring of salt.modules.cron.rm:4
#: ../../../salt/modules/cron.py:docstring of salt.modules.cron.rm_env:3
#: ../../../salt/modules/cron.py:docstring of salt.modules.cron.rm_job:4
#: ../../../salt/modules/cron.py:docstring of salt.modules.cron.set_env:3
#: ../../../salt/modules/cron.py:docstring of salt.modules.cron.set_job:3
#: ../../../salt/modules/cron.py:docstring of salt.modules.cron.set_special:3
#: ../../../salt/modules/cron.py:docstring of salt.modules.cron.write_cron_file:3
#: ../../../salt/modules/cron.py:docstring of salt.modules.cron.write_cron_file_verbose:3
# 09f7fcf0516f4f22b19f12757e420932
# c49ece8d4aa141498aaab1ba0c8af3d3
# 0850f30b184f4c3a93528e9223e5fdc3
# ddfa20b6e95e4938821bcd78b2f5eec9
# 6656bcae6c8a461aa43a8de762318488
# 8d0a05491eb44bea8c6f1fe30c0a665a
# 8cacb499830f439d9ff085918fafb984
# 606709071f5c41e798d620ba6a31cc00
# a03b5e69334344b78fbf9233e2413f7a
# efe9fa04e35c4d12b3901e9aa8cf53d0
# 94730498cc1d43b2b6ee6dcafbfedaba
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/cron.py:docstring of salt.modules.cron.raw_cron:1
# c89cb8d69b90416ca7a9f78a1fd09fa5
msgid "Return the contents of the user's crontab"
msgstr ""
#: ../../../salt/modules/cron.py:docstring of salt.modules.cron.rm:1
#: ../../../salt/modules/cron.py:docstring of salt.modules.cron.rm_job:1
# abc28019614644d197076933c0c1b63e
# 775b948bba9640868de41ebbe7475eb1
msgid "Remove a cron job for a specified user. If any of the day/time params are specified, the job will only be removed if the specified params match."
msgstr ""
#: ../../../salt/modules/cron.py:docstring of salt.modules.cron.rm_env:1
# 1a7c4f165e00434081c9ece62e9fd136
msgid "Remove cron environment variable for a specified user."
msgstr ""
#: ../../../salt/modules/cron.py:docstring of salt.modules.cron.set_env:1
# 686677d08d7e42bb84b2cf584303e60b
msgid "Set up an environment variable in the crontab."
msgstr ""
#: ../../../salt/modules/cron.py:docstring of salt.modules.cron.set_job:1
# 99e92e7cbc6b457488627141c509c1d9
msgid "Sets a cron job up for a specified user."
msgstr ""
#: ../../../salt/modules/cron.py:docstring of salt.modules.cron.set_special:1
# 265448c8d8d54001ac932f62ee03193c
msgid "Set up a special command in the crontab."
msgstr ""
#: ../../../salt/modules/cron.py:docstring of salt.modules.cron.write_cron_file:1
# c374437ed92547d6b30406976eae34ae
msgid "Writes the contents of a file to a user's crontab"
msgstr ""
#: ../../../salt/modules/cron.py:docstring of salt.modules.cron.write_cron_file_verbose:1
# 4c37eac720c74efe965497d7c41c32ba
msgid "Writes the contents of a file to a user's crontab and return error message on error"
msgstr ""

View file

@ -0,0 +1,99 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.daemontools.rst:6
# f2aa1eb773d1410b862b1dd795b2c738
msgid "salt.modules.daemontools"
msgstr ""
#: ../../../salt/modules/daemontools.py:docstring of salt.modules.daemontools:1
# 8e76df50adcc4c81b9a760597a916c93
msgid "daemontools service module. This module will create daemontools type service watcher."
msgstr ""
#: ../../../salt/modules/daemontools.py:docstring of salt.modules.daemontools:4
# 63f264ccac4a4a979a1603b08d0ffe30
msgid "This module is compatible with the :mod:`service <salt.states.service>` states, so it can be used to maintain services using the ``provider`` argument:"
msgstr ""
#: ../../../salt/modules/daemontools.py:docstring of salt.modules.daemontools.available:1
# 35de16363ed64df4bc42deb4600bea01
msgid "Returns ``True`` if the specified service is available, otherwise returns ``False``."
msgstr ""
#: ../../../salt/modules/daemontools.py:docstring of salt.modules.daemontools.available:4
#: ../../../salt/modules/daemontools.py:docstring of salt.modules.daemontools.full_restart:3
#: ../../../salt/modules/daemontools.py:docstring of salt.modules.daemontools.get_all:3
#: ../../../salt/modules/daemontools.py:docstring of salt.modules.daemontools.reload_:3
#: ../../../salt/modules/daemontools.py:docstring of salt.modules.daemontools.restart:3
#: ../../../salt/modules/daemontools.py:docstring of salt.modules.daemontools.start:3
#: ../../../salt/modules/daemontools.py:docstring of salt.modules.daemontools.status:3
#: ../../../salt/modules/daemontools.py:docstring of salt.modules.daemontools.stop:3
#: ../../../salt/modules/daemontools.py:docstring of salt.modules.daemontools.term:3
# 54013afc70424147b0146660dfd77f95
# d7437a2b65fa48548086f98d3b9c6335
# c901667b84944a40b2f0c638fa4880c5
# 953551a4f61b4ec6924254ec06261bce
# 5271997798ca43879a072d013eb749fe
# 069888b99da6499d931b0d9e77e6a56b
# 0005f1f2aa5c4d66b9a2f817c4626a9a
# 492cb7dd2c254c27872917bfcf538a62
# e92d017c98674537addc0433552145a7
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/daemontools.py:docstring of salt.modules.daemontools.full_restart:1
# ad55ecf04ffd463ea78a2d51ae94ecf0
msgid "Calls daemontools.restart() function"
msgstr ""
#: ../../../salt/modules/daemontools.py:docstring of salt.modules.daemontools.get_all:1
# 5e9b3e3f09e944bf9ca4a34d2fe6a9f2
msgid "Return a list of all available services"
msgstr ""
#: ../../../salt/modules/daemontools.py:docstring of salt.modules.daemontools.reload_:1
# bdd756486ffa418fa174c6e1dd4b51b8
msgid "Wrapper for term()"
msgstr ""
#: ../../../salt/modules/daemontools.py:docstring of salt.modules.daemontools.restart:1
# ebb35eba786a4627b55754fe58e061c0
msgid "Restart service via daemontools. This will stop/start service"
msgstr ""
#: ../../../salt/modules/daemontools.py:docstring of salt.modules.daemontools.start:1
# d4ca8ab718c84cb8b34be011ffdedba7
msgid "Starts service via daemontools"
msgstr ""
#: ../../../salt/modules/daemontools.py:docstring of salt.modules.daemontools.status:1
# 46c081114a1b4c608775afd6ffd3d323
msgid "Return the status for a service via daemontools, return pid if running"
msgstr ""
#: ../../../salt/modules/daemontools.py:docstring of salt.modules.daemontools.stop:1
# 07c12bf00ec84106be88e2dbd57bf6e6
msgid "Stops service via daemontools"
msgstr ""
#: ../../../salt/modules/daemontools.py:docstring of salt.modules.daemontools.term:1
# 78f6b925fc3046a8ae4116d658653820
msgid "Send a TERM to service via daemontools"
msgstr ""

View file

@ -0,0 +1,59 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.darwin_sysctl.rst:6
# 87559d27d0b34dd387ea27960fb362dc
msgid "salt.modules.darwin_sysctl"
msgstr ""
#: ../../../salt/modules/darwin_sysctl.py:docstring of salt.modules.darwin_sysctl:1
# 64a5e6e5cbd142a28e811b681a5d5c59
msgid "Module for viewing and modifying sysctl parameters"
msgstr ""
#: ../../../salt/modules/darwin_sysctl.py:docstring of salt.modules.darwin_sysctl.assign:1
# bbd1657db76f4e63933c8e456b795f34
msgid "Assign a single sysctl parameter for this minion"
msgstr ""
#: ../../../salt/modules/darwin_sysctl.py:docstring of salt.modules.darwin_sysctl.assign:3
#: ../../../salt/modules/darwin_sysctl.py:docstring of salt.modules.darwin_sysctl.get:3
#: ../../../salt/modules/darwin_sysctl.py:docstring of salt.modules.darwin_sysctl.persist:3
#: ../../../salt/modules/darwin_sysctl.py:docstring of salt.modules.darwin_sysctl.show:3
# 1665c131b6c54de1a41a55e1f3d14ec2
# 66dfb8f6d17e40d294c4550590c56f90
# 70a3d1758c3e4a4db3452deef81e5ce9
# e79f7d5b5995431abea1da942be68981
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/darwin_sysctl.py:docstring of salt.modules.darwin_sysctl.get:1
# bef3c460e21448a1b4e759179bdec718
msgid "Return a single sysctl parameter for this minion"
msgstr ""
#: ../../../salt/modules/darwin_sysctl.py:docstring of salt.modules.darwin_sysctl.persist:1
# 8fe95ba70858456bac47b9b9f66cf75a
msgid "Assign and persist a simple sysctl parameter for this minion"
msgstr ""
#: ../../../salt/modules/darwin_sysctl.py:docstring of salt.modules.darwin_sysctl.show:1
# 8b77d3aeaf9c458f88d11c006fb22c4f
msgid "Return a list of sysctl parameters for this minion"
msgstr ""

View file

@ -0,0 +1,80 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.data.rst:6
# f0c7a35af02d4be0b74adcc6808d26c6
msgid "salt.modules.data"
msgstr ""
#: ../../../salt/modules/data.py:docstring of salt.modules.data:1
# 6ff41ab3e5e345bc86d3aa737b6d65bc
msgid "Manage a local persistent data structure that can hold any arbitrary data specific to the minion"
msgstr ""
#: ../../../salt/modules/data.py:docstring of salt.modules.data.cas:1
# e06528ddd6044b2286b1b93262c89bb3
msgid "Check and set a value in the minion datastore"
msgstr ""
#: ../../../salt/modules/data.py:docstring of salt.modules.data.cas:3
#: ../../../salt/modules/data.py:docstring of salt.modules.data.clear:4
#: ../../../salt/modules/data.py:docstring of salt.modules.data.dump:3
#: ../../../salt/modules/data.py:docstring of salt.modules.data.getval:3
#: ../../../salt/modules/data.py:docstring of salt.modules.data.getvals:3
#: ../../../salt/modules/data.py:docstring of salt.modules.data.load:3
#: ../../../salt/modules/data.py:docstring of salt.modules.data.update:3
# 72c3b716578f41a18ef662acd326dc0c
# e28064e50f034cc8a770f4d2c947ce2e
# d6fb3602a7234f75943380cd2f363743
# 45477886c9ce41ba91297542cddace5c
# 3f74f99d96e14772b8f6a3d2888d8683
# 0831587e895f4bd3be085c0b658c653b
# 34e7ea436059455ea0b4265749d51f08
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/data.py:docstring of salt.modules.data.clear:1
# 89915174be4f46a6b8f781612e68ce12
msgid "Clear out all of the data in the minion datastore, this function is destructive!"
msgstr ""
#: ../../../salt/modules/data.py:docstring of salt.modules.data.dump:1
# 7bfa1e88da854d6791e4f0f5ccbf97f0
msgid "Replace the entire datastore with a passed data structure"
msgstr ""
#: ../../../salt/modules/data.py:docstring of salt.modules.data.getval:1
# cb3f31432b8d4774a3d2ad64ea17fe93
msgid "Get a value from the minion datastore"
msgstr ""
#: ../../../salt/modules/data.py:docstring of salt.modules.data.getvals:1
# e6466e49efd542339aacc99c19c0a55e
msgid "Get values from the minion datastore"
msgstr ""
#: ../../../salt/modules/data.py:docstring of salt.modules.data.load:1
# c8949d66fccd4331a42d67c640920db1
msgid "Return all of the data in the minion datastore"
msgstr ""
#: ../../../salt/modules/data.py:docstring of salt.modules.data.update:1
# fc952024df504b2fa35ffebd7e53cbfd
msgid "Update a key with a value in the minion datastore"
msgstr ""

View file

@ -0,0 +1,64 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.ddns.rst:6
# 8e550f3f0bdd4993ba13a7e84aded294
msgid "salt.modules.ddns"
msgstr ""
#: ../../../salt/modules/ddns.py:docstring of salt.modules.ddns:1
# 57d53e0acb71420d9578b2c869b10c80
msgid "Support for RFC 2136 dynamic DNS updates. Requires dnspython module."
msgstr ""
#: ../../../salt/modules/ddns.py:docstring of salt.modules.ddns.add_host:1
# 48e1a563cb0d42f693cf8b9add315a29
msgid "Add, replace, or update the A and PTR (reverse) records for a host."
msgstr ""
#: ../../../salt/modules/ddns.py:docstring of salt.modules.ddns.add_host:3
#: ../../../salt/modules/ddns.py:docstring of salt.modules.ddns.delete:3
#: ../../../salt/modules/ddns.py:docstring of salt.modules.ddns.delete_host:5
#: ../../../salt/modules/ddns.py:docstring of salt.modules.ddns.update:6
# e1f9e5a8cab047088add4a21c495beaf
# 181f3928676942c3b6899eb7115d6382
# 0addc52b53c843eeb5872bd31fb17c49
# 309512a98d5f49989a9e327d4489d539
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/ddns.py:docstring of salt.modules.ddns.delete:1
# e38405fe14bc47b086506e4937b54fe0
msgid "Delete a DNS record."
msgstr ""
#: ../../../salt/modules/ddns.py:docstring of salt.modules.ddns.delete_host:1
# bf12de29a43c42c1a5ab2ec5290457e0
msgid "Delete the forward and reverse records for a host."
msgstr ""
#: ../../../salt/modules/ddns.py:docstring of salt.modules.ddns.delete_host:3
# b23ca42dbba948e999f0d2e1d1c0b62f
msgid "Returns true if any records are deleted."
msgstr ""
#: ../../../salt/modules/ddns.py:docstring of salt.modules.ddns.update:1
# 5d8de342cdf9491f9d4ffdc98512018c
msgid "Add, replace, or update a DNS record. nameserver must be an IP address and the minion running this module must have update privileges on that server. If replace is true, first deletes all records for this name and type."
msgstr ""

View file

@ -0,0 +1,64 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.debconfmod.rst:6
# 2c2bfc4133324a91a79f2ab032b38a11
msgid "salt.modules.debconfmod"
msgstr ""
#: ../../../salt/modules/debconfmod.py:docstring of salt.modules.debconfmod:1
# 7366e9e14fd94a40b8a8e833031d50b7
msgid "Support for Debconf"
msgstr ""
#: ../../../salt/modules/debconfmod.py:docstring of salt.modules.debconfmod.get_selections:1
# 1ab8625548484ffca75f65cb09b698d7
msgid "Answers to debconf questions for all packages in the following format::"
msgstr ""
#: ../../../salt/modules/debconfmod.py:docstring of salt.modules.debconfmod.get_selections:5
#: ../../../salt/modules/debconfmod.py:docstring of salt.modules.debconfmod.set_:3
#: ../../../salt/modules/debconfmod.py:docstring of salt.modules.debconfmod.set_file:3
#: ../../../salt/modules/debconfmod.py:docstring of salt.modules.debconfmod.show:7
# 130b44d546a74f6f91a17b631f16088e
# e8ba16aa98954964a33fe15ff67faca0
# da221ead44844a478d0873d832356a33
# 849cbf6f55bb4b03ac34bfa1da68d479
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/debconfmod.py:docstring of salt.modules.debconfmod.set_:1
# f40d18ec25504b2d8fcc20b7bcbf7328
msgid "Set answers to debconf questions for a package."
msgstr ""
#: ../../../salt/modules/debconfmod.py:docstring of salt.modules.debconfmod.set_file:1
# 81e101367243491abd98b32fef3e9857
msgid "Set answers to debconf questions from a file."
msgstr ""
#: ../../../salt/modules/debconfmod.py:docstring of salt.modules.debconfmod.show:1
# 470b4bbed60445e290635bbed02e4034
msgid "Answers to debconf questions for a package in the following format::"
msgstr ""
#: ../../../salt/modules/debconfmod.py:docstring of salt.modules.debconfmod.show:5
# 5c5237997d084478bee97784be2bc4f9
msgid "If debconf doesn't know about a package, we return None."
msgstr ""

View file

@ -0,0 +1,126 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.debian_service.rst:6
# 60fda68db7544a9aa8249c9f6f587c9f
msgid "salt.modules.debian_service"
msgstr ""
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service:1
# a2f8052c05d34469a6ad6b2552a1af2a
msgid "Service support for Debian systems (uses update-rc.d and /sbin/service)"
msgstr ""
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.available:1
# 12b606dbf36d4b7f8f2523550b803a93
msgid "Returns ``True`` if the specified service is available, otherwise returns ``False``."
msgstr ""
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.available:4
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.disable:3
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.disabled:3
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.enable:3
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.enabled:3
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.force_reload:3
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.get_all:3
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.get_disabled:3
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.get_enabled:3
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.reload_:3
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.restart:3
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.start:3
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.status:4
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.stop:3
# 2da02d39df674fa292a6257e59775bee
# da799f2d71374074b9468f95e07efb5c
# d5808b68116d4eb0a51f9ad061ac5d11
# 176cd011c70e4ec6bb1be0cf22ee686c
# 8c942ef5d5104c8a8502d559c38bf3a8
# 21a63ddde4d644ef92e2940ed9f05d82
# 88f32cc7119e4fd9b9b73d8f28463675
# 71a3d17a64544c66ab8151431860972a
# 0ba55f2e619b4f3bab2534725c349e1d
# 572c658d23a0405ea7cd50038e71560d
# 73ed4b297dff4e90819534830666dea9
# de5d23a94a894eb48306144aa5a93702
# cf6963492d6c47c39d288faedc3dd035
# 0a35093e00764c89a03364493e925557
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.disable:1
# 0c44fdef134c4d208572f0c31a54fa7d
msgid "Disable the named service to start at boot"
msgstr ""
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.disabled:1
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.enabled:1
# 106cdaaaac0142359df546da534d8d89
# ea07d24932004fe2bef1981f33f878bf
msgid "Return True if the named service is enabled, false otherwise"
msgstr ""
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.enable:1
# cfc4e282bda342a39e23ae6ce2c89b68
msgid "Enable the named service to start at boot"
msgstr ""
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.force_reload:1
# 76d7922c39d44310873c133acd741ee2
msgid "Force-reload the named service"
msgstr ""
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.get_all:1
# 52bf77e7be004d18a3d523aec219659b
msgid "Return all available boot services"
msgstr ""
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.get_disabled:1
# 1e9007c52aa44bc5ad74385d71d513ad
msgid "Return a set of services that are installed but disabled"
msgstr ""
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.get_enabled:1
# 7cb6034e4cff4518999c1f138aa10f93
msgid "Return a list of service that are enabled on boot"
msgstr ""
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.reload_:1
# 4f2ef8c0ddbb421d8a7b6b8da091d28a
msgid "Reload the named service"
msgstr ""
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.restart:1
# 88042f2ce76f4f22a4f68ec0f28aa078
msgid "Restart the named service"
msgstr ""
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.start:1
# 02163febeb93470998a57fe1b94f8ddb
msgid "Start the specified service"
msgstr ""
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.status:1
# a60286d771a24892bed47d91e9d080d2
msgid "Return the status for a service, pass a signature to use to find the service via ps"
msgstr ""
#: ../../../salt/modules/debian_service.py:docstring of salt.modules.debian_service.stop:1
# 9c3c4be8c8a54114af03087e9cd6645e
msgid "Stop the specified service"
msgstr ""

View file

@ -0,0 +1,91 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.dig.rst:6
# 05e00160523e416985d581b48594bfe3
msgid "salt.modules.dig"
msgstr ""
#: ../../../salt/modules/dig.py:docstring of salt.modules.dig:1
# 958b99fec47a4f8ca2c09f4b329b5949
msgid "Compendium of generic DNS utilities"
msgstr ""
#: ../../../salt/modules/dig.py:docstring of salt.modules.dig.A:1
# 0aca81facf4b4b56bf351f14763b5c2f
msgid "Return the A record for ``host``."
msgstr ""
#: ../../../salt/modules/dig.py:docstring of salt.modules.dig.A:3
# 8b2f5da3aa2a4e659e9e1a02fe6ba9a2
msgid "Always returns a list."
msgstr ""
#: ../../../salt/modules/dig.py:docstring of salt.modules.dig.A:5
#: ../../../salt/modules/dig.py:docstring of salt.modules.dig.MX:10
#: ../../../salt/modules/dig.py:docstring of salt.modules.dig.NS:5
#: ../../../salt/modules/dig.py:docstring of salt.modules.dig.SPF:7
#: ../../../salt/modules/dig.py:docstring of salt.modules.dig.check_ip:3
# b476bf83269142bba8cd5e710273ae4e
# 49c9ef6e46a743cf9f06460b648f467a
# 0373de41a09e4480a708fa832c2659fb
# 4234d923df7844dc8674671dcdf3e306
# 4c31f067a0584ff18cc5765ea16a36fc
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/dig.py:docstring of salt.modules.dig.MX:1
# 3a122f68f77e4dd58cb785defc516335
msgid "Return a list of lists for the MX of ``domain``."
msgstr ""
#: ../../../salt/modules/dig.py:docstring of salt.modules.dig.MX:3
# b38896450ea14056b143625127743185
msgid "If the ``resolve`` argument is True, resolve IPs for the servers."
msgstr ""
#: ../../../salt/modules/dig.py:docstring of salt.modules.dig.MX:5
# b0bf9acd0fd24e6194f6aff5266df67a
msgid "It's limited to one IP, because although in practice it's very rarely a round robin, it is an acceptable configuration and pulling just one IP lets the data be similar to the non-resolved version. If you think an MX has multiple IPs, don't use the resolver here, resolve them in a separate step."
msgstr ""
#: ../../../salt/modules/dig.py:docstring of salt.modules.dig.NS:1
# 70a163e0da3b4a338ef6303675039521
msgid "Return a list of IPs of the nameservers for ``domain``"
msgstr ""
#: ../../../salt/modules/dig.py:docstring of salt.modules.dig.NS:3
# bfb3f62bdd564f6d8460455e3928a8e3
msgid "If ``resolve`` is False, don't resolve names."
msgstr ""
#: ../../../salt/modules/dig.py:docstring of salt.modules.dig.SPF:1
# bb10da6a43574e80a80b055760e5f5e0
msgid "Return the allowed IPv4 ranges in the SPF record for ``domain``."
msgstr ""
#: ../../../salt/modules/dig.py:docstring of salt.modules.dig.SPF:3
# 20dc58b60d4b4fb893e87a82b74edc10
msgid "If record is ``SPF`` and the SPF record is empty, the TXT record will be searched automatically. If you know the domain uses TXT and not SPF, specifying that will save a lookup."
msgstr ""
#: ../../../salt/modules/dig.py:docstring of salt.modules.dig.check_ip:1
# dafde6a632fd4c7fb77fa3e7a51f14da
msgid "Check that string x is a valid IP"
msgstr ""

View file

@ -0,0 +1,45 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.disk.rst:6
# 18081d5f94404953be41e33c3960e2b0
msgid "salt.modules.disk"
msgstr ""
#: ../../../salt/modules/disk.py:docstring of salt.modules.disk:1
# bdd99b6581c149d19b0c1b4b35a3e53e
msgid "Module for gathering disk information"
msgstr ""
#: ../../../salt/modules/disk.py:docstring of salt.modules.disk.inodeusage:1
# d1a840bb04c5450b85a0564a60348dec
msgid "Return inode usage information for volumes mounted on this minion"
msgstr ""
#: ../../../salt/modules/disk.py:docstring of salt.modules.disk.inodeusage:3
#: ../../../salt/modules/disk.py:docstring of salt.modules.disk.usage:3
# 36373ecec3f84fdd9c009358a3125635
# 5f39fc88dfea4706a842c9affcc35cf2
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/disk.py:docstring of salt.modules.disk.usage:1
# 3d33c82fa34c40ee955159a8dfcb0930
msgid "Return usage information for volumes mounted on this minion"
msgstr ""

View file

@ -0,0 +1,81 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.djangomod.rst:6
# 7dc371ff4ee3489e90ea4c5b1773d4b2
msgid "salt.modules.djangomod"
msgstr ""
#: ../../../salt/modules/djangomod.py:docstring of salt.modules.djangomod:1
# cae23f38807d4faa9998eb726de421d9
msgid "Manage Django sites"
msgstr ""
#: ../../../salt/modules/djangomod.py:docstring of salt.modules.djangomod.collectstatic:1
# 403323b2a4c64cc7842cea38a13dbf6e
msgid "Collect static files from each of your applications into a single location that can easily be served in production."
msgstr ""
#: ../../../salt/modules/djangomod.py:docstring of salt.modules.djangomod.collectstatic:4
#: ../../../salt/modules/djangomod.py:docstring of salt.modules.djangomod.command:3
#: ../../../salt/modules/djangomod.py:docstring of salt.modules.djangomod.createsuperuser:5
#: ../../../salt/modules/djangomod.py:docstring of salt.modules.djangomod.loaddata:6
#: ../../../salt/modules/djangomod.py:docstring of salt.modules.djangomod.syncdb:7
# f3b2183b4413428b8cecf8156ef530c3
# cb89c5c65d484ac5b47e793548c7c00f
# 0ff9ada5a4cf418794e3cca6282c486d
# 9bf96f0f63944ef99e2afd1feaa7f65b
# d44539fec76247619ded0f6bf1336079
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/djangomod.py:docstring of salt.modules.djangomod.command:1
# 7feb34bc49ac4a52a5b076932f76f9c1
msgid "Run arbitrary django management command"
msgstr ""
#: ../../../salt/modules/djangomod.py:docstring of salt.modules.djangomod.createsuperuser:1
# 31206d3d032b4c21923855a87bce06ac
msgid "Create a super user for the database. This function defaults to use the ``--noinput`` flag which prevents the creation of a password for the superuser."
msgstr ""
#: ../../../salt/modules/djangomod.py:docstring of salt.modules.djangomod.loaddata:1
# 2cf081097412443aa7360f62659ca31d
msgid "Load fixture data"
msgstr ""
#: ../../../salt/modules/djangomod.py:docstring of salt.modules.djangomod.loaddata:4
# 77634e8ea74a4ecf81ba1505ba6c9ec8
msgid "Fixtures:"
msgstr ""
#: ../../../salt/modules/djangomod.py:docstring of salt.modules.djangomod.loaddata:4
# 23a50b19b0234574a34052f315763209
msgid "comma separated list of fixtures to load"
msgstr ""
#: ../../../salt/modules/djangomod.py:docstring of salt.modules.djangomod.syncdb:1
# aef9b5493b5e4089b5dd9fa933e3267f
msgid "Run syncdb"
msgstr ""
#: ../../../salt/modules/djangomod.py:docstring of salt.modules.djangomod.syncdb:3
# c3829b9aa8574b72b6207d2b9bf107cb
msgid "Execute the Django-Admin syncdb command, if South is available on the minion the ``migrate`` option can be passed as ``True`` calling the migrations to run after the syncdb completes"
msgstr ""

View file

@ -0,0 +1,67 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.dnsmasq.rst:6
# 89b55ffc45a243cc9e629bcaf8f38252
msgid "salt.modules.dnsmasq"
msgstr ""
#: ../../../salt/modules/dnsmasq.py:docstring of salt.modules.dnsmasq:1
# 46365ed5c5f34cc6a68ff23711b50e98
msgid "Module for managing dnqmasq"
msgstr ""
#: ../../../salt/modules/dnsmasq.py:docstring of salt.modules.dnsmasq.fullversion:1
# 28e805df535e4c9c818e6e7e1e9337a1
msgid "Shows installed version of dnsmasq, and compile options"
msgstr ""
#: ../../../salt/modules/dnsmasq.py:docstring of salt.modules.dnsmasq.fullversion:3
#: ../../../salt/modules/dnsmasq.py:docstring of salt.modules.dnsmasq.version:3
# ce5069b4494e406683cafc000e8fb53f
# a3fc64c4b31040d7a2c47fb871c515cd
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/dnsmasq.py:docstring of salt.modules.dnsmasq.get_config:1
# ee20165794ac462281d1ed1ccab86e1f
msgid "Dumps all options from the config file"
msgstr ""
#: ../../../salt/modules/dnsmasq.py:docstring of salt.modules.dnsmasq.get_config:3
#: ../../../salt/modules/dnsmasq.py:docstring of salt.modules.dnsmasq.set_config:12
# ed7a576b39a94460906305fc282f1c4c
# 170e0659e7934617aa885d7af329d2fb
msgid "CLI Examples:"
msgstr ""
#: ../../../salt/modules/dnsmasq.py:docstring of salt.modules.dnsmasq.set_config:1
# 6046c01e44ff4c199cbf35686a4cc7f6
msgid "Sets a value or a set of values in the specified file. By default, if conf-dir is configured in this file, salt will attempt to set the option in any file inside the conf-dir where it has already been enabled. If it does not find it inside any files, it will append it to the main config file. Setting follow to False will turn off this behavior."
msgstr ""
#: ../../../salt/modules/dnsmasq.py:docstring of salt.modules.dnsmasq.set_config:7
# c04bdfee0a164de5a3fd4bc3490facbe
msgid "If a config option currently appears multiple times (such as dhcp-host, which is specified at least once per host), the new option will be added to the end of the main config file (and not to any includes). If you need an option added to a specific include file, specify it as the config_file."
msgstr ""
#: ../../../salt/modules/dnsmasq.py:docstring of salt.modules.dnsmasq.version:1
# add94c0a3c3d4184aa505c3715c62169
msgid "Shows installed version of dnsmasq"
msgstr ""

View file

@ -0,0 +1,122 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.dnsutil.rst:6
# 1172133e1df3497faff853b566515c7d
msgid "salt.modules.dnsutil"
msgstr ""
#: ../../../salt/modules/dnsutil.py:docstring of salt.modules.dnsutil:1
# cc45ed4b032f48498793e90fe8f054da
msgid "Compendium of generic DNS utilities"
msgstr ""
#: ../../../salt/modules/dnsutil.py:docstring of salt.modules.dnsutil.A:1
# 9b9af6b78ce74b17a79755ff3109dd79
msgid "Return the A record for 'host'."
msgstr ""
#: ../../../salt/modules/dnsutil.py:docstring of salt.modules.dnsutil.A:3
# 10c2fe7f07f94595aa7b146b790cf121
msgid "Always returns a list."
msgstr ""
#: ../../../salt/modules/dnsutil.py:docstring of salt.modules.dnsutil.A:5
#: ../../../salt/modules/dnsutil.py:docstring of salt.modules.dnsutil.MX:10
#: ../../../salt/modules/dnsutil.py:docstring of salt.modules.dnsutil.NS:5
#: ../../../salt/modules/dnsutil.py:docstring of salt.modules.dnsutil.SPF:7
#: ../../../salt/modules/dnsutil.py:docstring of salt.modules.dnsutil.check_ip:3
#: ../../../salt/modules/dnsutil.py:docstring of salt.modules.dnsutil.hosts_append:3
#: ../../../salt/modules/dnsutil.py:docstring of salt.modules.dnsutil.parse_hosts:3
#: ../../../salt/modules/dnsutil.py:docstring of salt.modules.dnsutil.parse_zone:3
# 3e8d14224395415e8972204c042a979e
# 22518fe975444013a3159032eb269f80
# b9a8831fbbe741bdb1a33a5ec67bfa26
# 96cfc3fe1e09420f9491726c215fbd85
# dbad1c5ca7d649b5a6fc172e1ba3a122
# a9b56abacb4f4352a9d561defa7b181f
# 989f8ef747cf4ec7b7589a023e25e2d1
# b45acdda47a34b1da4b561d0cef4005f
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/dnsutil.py:docstring of salt.modules.dnsutil.MX:1
# 2614dade24dc478c9806e5b055121539
msgid "Return a list of lists for the MX of ``domain``."
msgstr ""
#: ../../../salt/modules/dnsutil.py:docstring of salt.modules.dnsutil.MX:3
# f542951d23cf497e8dd9874950470305
msgid "If the 'resolve' argument is True, resolve IPs for the servers."
msgstr ""
#: ../../../salt/modules/dnsutil.py:docstring of salt.modules.dnsutil.MX:5
# faff0806caa04789bc77439c02f0fe5f
msgid "It's limited to one IP, because although in practice it's very rarely a round robin, it is an acceptable configuration and pulling just one IP lets the data be similar to the non-resolved version. If you think an MX has multiple IPs, don't use the resolver here, resolve them in a separate step."
msgstr ""
#: ../../../salt/modules/dnsutil.py:docstring of salt.modules.dnsutil.NS:1
# f6795c3a3ecc42288802b155e391c11a
msgid "Return a list of IPs of the nameservers for ``domain``"
msgstr ""
#: ../../../salt/modules/dnsutil.py:docstring of salt.modules.dnsutil.NS:3
# 87ca88993f19423bbc54cdd6c5237dba
msgid "If 'resolve' is False, don't resolve names."
msgstr ""
#: ../../../salt/modules/dnsutil.py:docstring of salt.modules.dnsutil.SPF:1
# c2785e1986e94a739184e9077d4d881a
msgid "Return the allowed IPv4 ranges in the SPF record for ``domain``."
msgstr ""
#: ../../../salt/modules/dnsutil.py:docstring of salt.modules.dnsutil.SPF:3
# 798ed419432d43da8179025d5374d41b
msgid "If record is ``SPF`` and the SPF record is empty, the TXT record will be searched automatically. If you know the domain uses TXT and not SPF, specifying that will save a lookup."
msgstr ""
#: ../../../salt/modules/dnsutil.py:docstring of salt.modules.dnsutil.check_ip:1
# 044bf579918f4178a3950cfa073b6773
msgid "Check that string ip_addr is a valid IP"
msgstr ""
#: ../../../salt/modules/dnsutil.py:docstring of salt.modules.dnsutil.hosts_append:1
# c2cd2b13dfff4ab28fad295e2b5d407e
msgid "Append a single line to the /etc/hosts file."
msgstr ""
#: ../../../salt/modules/dnsutil.py:docstring of salt.modules.dnsutil.hosts_remove:1
# e68044862cde4ed18af202bc34299565
msgid "Remove a host from the /etc/hosts file. If doing so will leave a line containing only an IP address, then the line will be deleted. This function will leave comments and blank lines intact."
msgstr ""
#: ../../../salt/modules/dnsutil.py:docstring of salt.modules.dnsutil.hosts_remove:5
# 37862beffdd9491d8c3b98f50aba06b1
msgid "CLI Examples:"
msgstr ""
#: ../../../salt/modules/dnsutil.py:docstring of salt.modules.dnsutil.parse_hosts:1
# 9111dfa42d694d83a4b3b6015e7870cc
msgid "Parse /etc/hosts file."
msgstr ""
#: ../../../salt/modules/dnsutil.py:docstring of salt.modules.dnsutil.parse_zone:1
# ee4c74e9934a4c9a9824f42ca2b76c25
msgid "Parses a zone file. Can be passed raw zone data on the API level."
msgstr ""

View file

@ -0,0 +1,60 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.dpkg.rst:6
# e6ffd6d7efa340019ae0fb301b3c6bb1
msgid "salt.modules.dpkg"
msgstr ""
#: ../../../salt/modules/dpkg.py:docstring of salt.modules.dpkg:1
# 9f3389a675e743ecbae5599069bedefb
msgid "Support for DEB packages"
msgstr ""
#: ../../../salt/modules/dpkg.py:docstring of salt.modules.dpkg.file_dict:1
# 16609c7209e440169d9d81fb23107398
msgid "List the files that belong to a package, grouped by package. Not specifying any packages will return a list of _every_ file on the system's package database (not generally recommended)."
msgstr ""
#: ../../../salt/modules/dpkg.py:docstring of salt.modules.dpkg.file_dict:5
#: ../../../salt/modules/dpkg.py:docstring of salt.modules.dpkg.file_list:5
# 6c5286023faa4f9986e225983adf55c1
# 60daeae34bb24d23aa9dc004e1e71469
msgid "CLI Examples:"
msgstr ""
#: ../../../salt/modules/dpkg.py:docstring of salt.modules.dpkg.file_list:1
# 3b7c4016bf1f4ad388eaa9ebe9ef00ab
msgid "List the files that belong to a package. Not specifying any packages will return a list of _every_ file on the system's package database (not generally recommended)."
msgstr ""
#: ../../../salt/modules/dpkg.py:docstring of salt.modules.dpkg.list_pkgs:1
# 3a1f85644aaf4bac81c9bed045c866f8
msgid "List the packages currently installed in a dict::"
msgstr ""
#: ../../../salt/modules/dpkg.py:docstring of salt.modules.dpkg.list_pkgs:5
# c7b8e553e2bb46d4814f4906019ca019
msgid "External dependencies::"
msgstr ""
#: ../../../salt/modules/dpkg.py:docstring of salt.modules.dpkg.list_pkgs:10
# 5b554199675f48c99c651849c8c395a7
msgid "CLI Example:"
msgstr ""

View file

@ -0,0 +1,389 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.ebuild.rst:6
# f64009ec5e3145a88000804c39d92eda
msgid "salt.modules.ebuild"
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild:1
# eca03b7e3d6042839a83b3bc3efdbef8
msgid "Support for Portage"
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild:3
# 89f30304570e4bb59b57729cec0ab633
msgid "portage Python adapter"
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild:5
# 402cb8dbb18544c3ba3fa49d2c85bb86
msgid "For now all package names *MUST* include the package category, i.e. ``'vim'`` will not work, ``'app-editors/vim'`` will."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.check_db:3
# 14a95487cd104dbba5dae975baedc721
msgid "Returns a dict containing the following information for each specified package:"
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.check_db:6
# cc84eceaac734883ba2100319a7bf26f
msgid "A key ``found``, which will be a boolean value denoting if a match was found in the package database."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.check_db:8
# f03ca39b4ddc45acb606a1fa959c597e
msgid "If ``found`` is ``False``, then a second key called ``suggestions`` will be present, which will contain a list of possible matches. This list will be empty if the package name was specified in ``category/pkgname`` format, since the suggestions are only intended to disambiguate ambiguous package names (ones submitted without a category)."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.check_db:14
# 337b7ceee9e741ffac6aa11da718b011
msgid "CLI Examples:"
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.check_extra_requirements:1
# 45def1c6c5464864977d9d22fc0c288b
msgid "Check if the installed package already has the given requirements."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.check_extra_requirements:3
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.depclean:20
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.ex_mod_init:3
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.install:11
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.install:29
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.install:41
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.install:51
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.install:64
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.install:75
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.latest_version:8
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.list_pkgs:5
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.list_upgrades:3
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.purge:24
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.refresh_db:3
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.remove:22
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.update:16
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.upgrade:8
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.upgrade_available:3
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.version:5
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.version_clean:3
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.version_cmp:5
# 406e7cbe67c842b1804029b8502856ce
# 0addd093db7541fa806ee97e38b1db1e
# bcfd0427a99b414da528956fd560c734
# fa34ad661fb3419eaf19355de012af75
# 6d7109db5a2a42edb2d233b2672e0d6e
# 6ab3656426fe4519a02483cc5680d2ba
# 68d410d04de14b32bcb7866f00201447
# 300f06f6b30046afb20d879bd6bdf50a
# 059ec8e3218646fd8f1622326efe3fa9
# 21ff6445277140e78ddb8b02614a57ad
# 69af99ef69f64a15ab71a62b9bebec6e
# 9e6c99b7f7b14d7591d1603f763f98f1
# 4b9fd2d90b8848e79f2151f2bb51ef21
# 93fc7a4af8a94d5e8e350c30fb968f99
# 2ed0fe669228456aad88ddbe42f51cb0
# bea7b57a51af4cbab5b7857eb7776859
# fd9a07b4ec934d5490d7cee0a2ddb8bc
# cccd0b583a664658816175e8179b9ef3
# bc414e0e3f3247b0a40f85871a35ee04
# 0792decd3bed4aac9cddde8cd4a5a3ce
# f3857f7303d44b4f90291fae300676c9
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.depclean:1
# 248eb7f78444466ca4841626c19d0851
msgid "Portage has a function to remove unused dependencies. If a package is provided, it will only removed the package if no other package depends on it."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.depclean:6
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.install:15
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.purge:5
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.remove:4
# 9ea3f208bd8b4c069cf4336c83219d21
# f418c11aa9ae4836bf1f7ffdec11e832
# 67f5ec8f40c346aea7e8c7bf68a00dc3
# 2121f2a3b5184f9d81f6642b5b7d25c3
msgid "name"
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.depclean:6
# 5003bfaca78a4a158d4a2d4173a4af89
msgid "The name of the package to be cleaned."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.depclean:9
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.install:33
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.purge:8
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.remove:7
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.update:5
# e63a625fe46b4196a6fcdfc6ebe9ce23
# 1681534e68c541c7b5b8f03e755f3279
# 4ee2179c3f9f48c0a487e1df0b68f104
# e96dc9da7af94486a9bdc8aa73af26d7
# 09d53e0445ba4b2886bc29ce2c97b9d2
msgid "slot"
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.depclean:9
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.depclean:12
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.purge:11
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.remove:7
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.remove:10
# fb141501da1d433298ebb3ac1629b93f
# c334acbc64ea4c0ba2a54b240f0dd558
# 81d08d0fe1ec455fb9d3285f0fec901e
# caf0e10197594133aa302c126efba4a6
# 6920a03f6b8f4ad6af01ffb18738a965
msgid "Restrict the remove to a specific slot. Ignored if ``name`` is None."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.depclean:12
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.install:45
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.purge:11
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.remove:10
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.update:9
# df868ae69dfa4e338721ceab21b64427
# 32ba0d1de29249c58f4fde0d1ce01eea
# 7002c66c3bd1491c96ea335d0c269afa
# 70c61a7fbba34052a3bbd7a9aaec0882
# 8c48163f54dd497c90f58470f67326e5
msgid "fromrepo"
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.depclean:16
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.install:68
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.purge:17
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.remove:16
# 84b008de974b45fb983140eb8d55a64a
# 8c1f3c85ac884b5c8088504bb25f5020
# a66b4d65b0074031a7be7364fbfd460f
# a28e75e1dbc24e69b078614bc96414f4
msgid "pkgs"
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.depclean:15
# 88dfe3219843410d9b923abe8d71a256
msgid "Clean multiple packages. ``slot`` and ``fromrepo`` arguments are ignored if this argument is present. Must be passed as a python list."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.depclean:18
# 5cf3c52c743144f9bafbea083e4ae194
msgid "Return a list containing the removed packages:"
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.ex_mod_init:1
# d94a425ffc67476591c1fc1977f21874
msgid "Enforce a nice tree structure for /etc/portage/package.* configuration files."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.install:1
# 355b01bf002541b6aed5cd11fc46c2c8
msgid "Install the passed package(s), add refresh=True to sync the portage tree before package is installed."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.install:5
# cd13407b49de4d11bfaf737045f3eccf
msgid "The name of the package to be installed. Note that this parameter is ignored if either \"pkgs\" or \"sources\" is passed. Additionally, please note that this option can only be used to emerge a package from the portage tree. To install a tbz2 package manually, use the \"sources\" option described below."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.install:18
# 5bddd386084544039a2664a7c5b8bade
msgid "refresh"
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.install:18
# be696e40fbcd48798e4e82f9fdc0419a
msgid "Whether or not to sync the portage tree before installing."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.install:22
# 62e74a722ca74fdea2f0f59635259b6a
msgid "version"
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.install:21
# 442d5b7aebb442ccbe359180574b4488
msgid "Install a specific version of the package, e.g. 1.0.9-r1. Ignored if \"pkgs\" or \"sources\" is passed."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.install:25
# a5b395bf47234f2a9a2405c2dc7c7edd
msgid "Similar to version, but specifies a valid slot to be installed. It will install the latest available version in the specified slot. Ignored if \"pkgs\" or \"sources\" or \"version\" is passed."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.install:36
# 100599337cf94d87acbaa65b3e18e410
msgid "Similar to slot, but specifies the repository from the package will be installed. It will install the latest available version in the specified repository. Ignored if \"pkgs\" or \"sources\" or \"version\" is passed."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.install:56
# 05bd1fd792f648d3bba4f9006c8a59ec
msgid "uses"
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.install:48
# 3c9119d4f79144adb8fea402ccca46b7
msgid "Similar to slot, but specifies a list of use flag. Ignored if \"pkgs\" or \"sources\" or \"version\" is passed."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.install:58
# ca6d88e821424681849ded8840aaad69
msgid "Multiple Package Installation Options:"
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.install:61
# 88925acafb3c4350bc7231555b58411e
msgid "A list of packages to install from the portage tree. Must be passed as a python list."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.install:80
# f61c12218a2849969df9ec071e508b3f
msgid "sources"
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.install:71
# 96975ec0502b4f9fa4b231f15eb9f372
msgid "A list of tbz2 packages to install. Must be passed as a list of dicts, with the keys being package names, and the values being the source URI or local path to the package."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.install:82
# 1938a35405ec4b3487edf26461dc1ff6
msgid "Returns a dict containing the new package names and versions::"
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.latest_version:1
# b1114109f02b4eca829e56f5364d6892
msgid "Return the latest version of the named package available for upgrade or installation. If more than one package name is specified, a dict of name/version pairs is returned."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.latest_version:5
# 8885f51674b24234a0fdf09648e30b37
msgid "If the latest version of a given package is already installed, an empty string will be returned for that package."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.list_pkgs:1
# 72158fb4c9a64a3183370cb6fb10d95a
msgid "List the packages currently installed in a dict::"
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.list_upgrades:1
# d49e004b93bf41cca13a208afd0ed24a
msgid "List all available package upgrades."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.porttree_matches:1
# de6385b5c5ee4064b49803cb26e4b054
msgid "Returns a list containing the matches for a given package name from the portage tree. Note that the specific version of the package will not be provided for packages that have several versions in the portage tree, but rather the name of the package (i.e. \"dev-python/paramiko\")."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.purge:1
# a1559f24983b420a93c3ae2d78085a1e
msgid "Portage does not have a purge, this function calls remove followed by depclean to emulate a purge process"
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.purge:5
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.remove:4
# f53e151428b3485ca3a1672cd38d7672
# 5869390fc51e43d4abab9eef6aee059b
msgid "The name of the package to be deleted."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.purge:8
# 11d2d87862444b8bbdd21f1da2c92e43
msgid "Restrict the remove to a specific slot. Ignored if name is None."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.purge:13
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.remove:12
# 4694bec2cc9140fca5d7e583416204e6
# 8604ea70037d4c95b9c6006c44b39ad3
msgid "Multiple Package Options:"
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.purge:16
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.remove:15
# ded64af2f0914970a15fcb9835ca231a
# e5e1170863df4e1993e5ddc0af323d87
msgid "Uninstall multiple packages. ``slot`` and ``fromrepo`` arguments are ignored if this argument is present. Must be passed as a python list."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.purge:22
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.remove:20
# fadb728983674baba73f22c25ba7d6fc
# 4ed934a2f2da47e0914d134eb9e1003b
msgid "Returns a dict containing the changes."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.refresh_db:1
# f2ce6face2774aa19077ec7ba928c31d
msgid "Updates the portage tree (emerge --sync). Uses eix-sync if available."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.remove:1
# 6ce31bf862e244d6affe0eb1e8b91070
msgid "Remove packages via emerge --unmerge."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.update:1
# 0ef237cc24f8420d8f394efef54199ff
msgid "Updates the passed package (emerge --update package)"
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.update:4
# 3c948d2923894ca3a225ef5659af809b
msgid "Restrict the update to a particular slot. It will update to the latest version within the slot."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.update:8
# 7cd999cde21a45acb253bf68d63f3d95
msgid "Restrict the update to a particular repository. It will update to the latest version within the repository."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.update:11
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.upgrade:3
# 1d2f583900b74810b77e6a28a6daa6b2
# ffe94df324844a5e8459e2b07574f4af
msgid "Return a dict containing the new package names and versions::"
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.upgrade:1
# bb8a18f1a5fb4b0e9b7d2285dbbb50fa
msgid "Run a full system upgrade (emerge --update world)"
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.upgrade_available:1
# ab5e66760fc34093bb996a6be3034c9b
msgid "Check whether or not an upgrade is available for a given package"
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.version:1
# 9a62c3a081fc44cebfcaa110809cdaab
msgid "Returns a string representing the package version or an empty string if not installed. If more than one package name is specified, a dict of name/version pairs is returned."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.version_clean:1
# 2e0eb4f739fe4250bd6bd63a8a3eb2a8
msgid "Clean the version string removing extra data."
msgstr ""
#: ../../../salt/modules/ebuild.py:docstring of salt.modules.ebuild.version_cmp:1
# efd2db87a995467b9350779d86e4f3c7
msgid "Do a cmp-style comparison on two packages. Return -1 if pkg1 < pkg2, 0 if pkg1 == pkg2, and 1 if pkg1 > pkg2. Return None if there was a problem making the comparison."
msgstr ""

View file

@ -0,0 +1,45 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.eix.rst:6
# bfa19e46bb9c4ae7b38c053b68df2e66
msgid "salt.modules.eix"
msgstr ""
#: ../../../salt/modules/eix.py:docstring of salt.modules.eix:1
# 3843493533b44c47a47a4c539750bca7
msgid "Support for Eix"
msgstr ""
#: ../../../salt/modules/eix.py:docstring of salt.modules.eix.sync:1
# 598c596b2e32422191ef9e80f997ec4c
msgid "Sync portage/overlay trees and update the eix database"
msgstr ""
#: ../../../salt/modules/eix.py:docstring of salt.modules.eix.sync:3
#: ../../../salt/modules/eix.py:docstring of salt.modules.eix.update:3
# 7ad46351fd3a41be91ad91d745f97b04
# e7995755b84b49d8bc61719771e15f61
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/eix.py:docstring of salt.modules.eix.update:1
# 063cd436d9d24b7e9343bf84a71c979f
msgid "Update the eix database"
msgstr ""

View file

@ -0,0 +1,66 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.eselect.rst:6
# de93b5849b9e46deacb5761fb92f5112
msgid "salt.modules.eselect"
msgstr ""
#: ../../../salt/modules/eselect.py:docstring of salt.modules.eselect:1
# d4b552adbbe145deacce91a3654ff468
msgid "Support for eselect, Gentoo's configuration and management tool."
msgstr ""
#: ../../../salt/modules/eselect.py:docstring of salt.modules.eselect.exec_action:1
# 3d2ce26bd2b34c67aed34e720611d6e2
msgid "Execute an arbitrary action on a module."
msgstr ""
#: ../../../salt/modules/eselect.py:docstring of salt.modules.eselect.exec_action:3
#: ../../../salt/modules/eselect.py:docstring of salt.modules.eselect.get_current_target:3
#: ../../../salt/modules/eselect.py:docstring of salt.modules.eselect.get_modules:3
#: ../../../salt/modules/eselect.py:docstring of salt.modules.eselect.get_target_list:3
#: ../../../salt/modules/eselect.py:docstring of salt.modules.eselect.set_target:4
# 95a36d3f0eea4c2399a0de809475d510
# e7878aa014d04acb93ccca6ca54db28d
# 2b580bbfd2e746e8badfd2bea758223d
# f2993082ec934e6588108d1cfb608297
# 1aab0ebe7e764e4f876581577e4614c8
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/eselect.py:docstring of salt.modules.eselect.get_current_target:1
# 647cc40f023f40799578b023060c05ab
msgid "Get the currently selected target for the given module."
msgstr ""
#: ../../../salt/modules/eselect.py:docstring of salt.modules.eselect.get_modules:1
# d753ed28decb47b894bbcef868be2095
msgid "Get available modules list."
msgstr ""
#: ../../../salt/modules/eselect.py:docstring of salt.modules.eselect.get_target_list:1
# e8c0d24029174d59a6298299ddb72a8b
msgid "Get available target for the given module."
msgstr ""
#: ../../../salt/modules/eselect.py:docstring of salt.modules.eselect.set_target:1
# c3353892dae7422b86b8062b29a3b5aa
msgid "Set the target for the given module. Target can be specified by index or name."
msgstr ""

View file

@ -0,0 +1,45 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.event.rst:6
# 4d59470b6c654e71b6371632fa50e16a
msgid "salt.modules.event"
msgstr ""
#: ../../../salt/modules/event.py:docstring of salt.modules.event:1
# ea2728fe38b94f2ea9d25e0db057088a
msgid "Use the :doc:`Salt Event System </topics/event/index>` to fire events from the master to the minion and vice-versa."
msgstr ""
#: ../../../salt/modules/event.py:docstring of salt.modules.event.fire:1
# 368fccec625d49f08dff99b3baa6cb71
msgid "Fire an event on the local minion event bus"
msgstr ""
#: ../../../salt/modules/event.py:docstring of salt.modules.event.fire:3
#: ../../../salt/modules/event.py:docstring of salt.modules.event.fire_master:3
# b9da05ca97a444c883228af1c2e2f332
# b8c0781cc8f34defb6af686be8e40469
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/event.py:docstring of salt.modules.event.fire_master:1
# cb6b8f13dd0c4b06b7ac9d7c894a8f2f
msgid "Fire an event off up to the master server"
msgstr ""

View file

@ -0,0 +1,80 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.extfs.rst:6
# f42ec4ea96894df2a1056c4a6cdf9f29
msgid "salt.modules.extfs"
msgstr ""
#: ../../../salt/modules/extfs.py:docstring of salt.modules.extfs:1
# 96e94264843e423593cf61e296cbd3b8
msgid "Module for managing ext2/3/4 file systems"
msgstr ""
#: ../../../salt/modules/extfs.py:docstring of salt.modules.extfs.attributes:1
# b1abf53983f8482da20a436cb51d1aa8
msgid "Return attributes from dumpe2fs for a specified device"
msgstr ""
#: ../../../salt/modules/extfs.py:docstring of salt.modules.extfs.attributes:3
#: ../../../salt/modules/extfs.py:docstring of salt.modules.extfs.blocks:3
#: ../../../salt/modules/extfs.py:docstring of salt.modules.extfs.dump:3
#: ../../../salt/modules/extfs.py:docstring of salt.modules.extfs.mkfs:3
#: ../../../salt/modules/extfs.py:docstring of salt.modules.extfs.tune:3
# 14c2a14d54a6421b808404e182db801d
# 8d20308733ac46d4a45e279ac6f636e5
# f0b92bcee40140089069678021d6447f
# 309d8082f1aa4970b2f5239ba45a079b
# ce82abd0a3934e46bcedb440473286ad
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/extfs.py:docstring of salt.modules.extfs.blocks:1
# 08f395aa17a748e481d6c1b3c1529948
msgid "Return block and inode info from dumpe2fs for a specified device"
msgstr ""
#: ../../../salt/modules/extfs.py:docstring of salt.modules.extfs.dump:1
# 318b983c686542b093374e184fd07bc5
msgid "Return all contents of dumpe2fs for a specified device"
msgstr ""
#: ../../../salt/modules/extfs.py:docstring of salt.modules.extfs.mkfs:1
# ab9f949e47ca49428aaed9ac8f40f838
msgid "Create a file system on the specified device"
msgstr ""
#: ../../../salt/modules/extfs.py:docstring of salt.modules.extfs.mkfs:9
#: ../../../salt/modules/extfs.py:docstring of salt.modules.extfs.tune:9
# c76a4cb09c7445eb896b9eac6b9701f6
# 5e24fac6f5a74f8ca005911c93cfab4a
msgid "Valid options are::"
msgstr ""
#: ../../../salt/modules/extfs.py:docstring of salt.modules.extfs.mkfs:38
#: ../../../salt/modules/extfs.py:docstring of salt.modules.extfs.tune:32
# 2df2d0054c9f4fb7bd9ba26f86b4580d
# 91fe11a4661b4f2a81d84d6cfe2b84eb
msgid "See the ``mke2fs(8)`` manpage for a more complete description of these options."
msgstr ""
#: ../../../salt/modules/extfs.py:docstring of salt.modules.extfs.tune:1
# 0fd2aa0444fe4d088024d17271ff3a80
msgid "Set attributes for the specified device (using tune2fs)"
msgstr ""

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,59 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.freebsd_sysctl.rst:6
# 7aed09e715f0424cb95ca3422fb65a22
msgid "salt.modules.freebsd_sysctl"
msgstr ""
#: ../../../salt/modules/freebsd_sysctl.py:docstring of salt.modules.freebsd_sysctl:1
# 1f772bbd437444658167c1d36a967d7a
msgid "Module for viewing and modifying sysctl parameters"
msgstr ""
#: ../../../salt/modules/freebsd_sysctl.py:docstring of salt.modules.freebsd_sysctl.assign:1
# c1794af026a94d80ab208afdf2712b20
msgid "Assign a single sysctl parameter for this minion"
msgstr ""
#: ../../../salt/modules/freebsd_sysctl.py:docstring of salt.modules.freebsd_sysctl.assign:3
#: ../../../salt/modules/freebsd_sysctl.py:docstring of salt.modules.freebsd_sysctl.get:3
#: ../../../salt/modules/freebsd_sysctl.py:docstring of salt.modules.freebsd_sysctl.persist:3
#: ../../../salt/modules/freebsd_sysctl.py:docstring of salt.modules.freebsd_sysctl.show:3
# 00b6d74882b44567b48ebc561d119210
# 1f562c9263ce42258f5fd6439f607d48
# b316ea5f4188405080bfd70575e137ac
# 545c17c01db848d1b91c653a10fd5226
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/freebsd_sysctl.py:docstring of salt.modules.freebsd_sysctl.get:1
# 946fcdde48da4c31b2a0770a739fa311
msgid "Return a single sysctl parameter for this minion"
msgstr ""
#: ../../../salt/modules/freebsd_sysctl.py:docstring of salt.modules.freebsd_sysctl.persist:1
# b622dfb3f61e4a83b8b642bbf7582e47
msgid "Assign and persist a simple sysctl parameter for this minion"
msgstr ""
#: ../../../salt/modules/freebsd_sysctl.py:docstring of salt.modules.freebsd_sysctl.show:1
# dd05b85c98f0403f9c0166eec8c0859f
msgid "Return a list of sysctl parameters for this minion"
msgstr ""

View file

@ -0,0 +1,94 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.freebsdjail.rst:6
# 42b95430e49542c7919aee7bb692e65d
msgid "salt.modules.freebsdjail"
msgstr ""
#: ../../../salt/modules/freebsdjail.py:docstring of salt.modules.freebsdjail:1
# da782f451a764c09a788c79c28fa5b60
msgid "The jail module for FreeBSD"
msgstr ""
#: ../../../salt/modules/freebsdjail.py:docstring of salt.modules.freebsdjail.fstab:1
# 73cf514e67c64691a610c727530f651f
msgid "Display contents of a fstab(5) file defined in specified jail's configuration. If no file is defined, return False."
msgstr ""
#: ../../../salt/modules/freebsdjail.py:docstring of salt.modules.freebsdjail.fstab:4
#: ../../../salt/modules/freebsdjail.py:docstring of salt.modules.freebsdjail.get_enabled:3
#: ../../../salt/modules/freebsdjail.py:docstring of salt.modules.freebsdjail.is_enabled:3
#: ../../../salt/modules/freebsdjail.py:docstring of salt.modules.freebsdjail.restart:3
#: ../../../salt/modules/freebsdjail.py:docstring of salt.modules.freebsdjail.show_config:3
#: ../../../salt/modules/freebsdjail.py:docstring of salt.modules.freebsdjail.start:3
#: ../../../salt/modules/freebsdjail.py:docstring of salt.modules.freebsdjail.status:3
#: ../../../salt/modules/freebsdjail.py:docstring of salt.modules.freebsdjail.stop:3
#: ../../../salt/modules/freebsdjail.py:docstring of salt.modules.freebsdjail.sysctl:3
# f8940f40484a44de95616b61edc79c6f
# 37a60a558e414769b47f86fa1aa067d5
# f91e3f13bbd04247aac43e1d35431ee8
# ebab151b6d0a45da8d2a12ddc7c548dc
# 1466a9e97e4e453eac9812825a2019ed
# c890b3073e674bbfbc943638e3695864
# 846ec0b4e81b4ce48af4db148bb61ed1
# e3eddca45af2423782419366f66bd0c0
# 2726dd63512d4279b4f17dd794f5ef05
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/freebsdjail.py:docstring of salt.modules.freebsdjail.get_enabled:1
# 7ab5ffe0c9b0452d9d364e073f159158
msgid "Return which jails are set to be run"
msgstr ""
#: ../../../salt/modules/freebsdjail.py:docstring of salt.modules.freebsdjail.is_enabled:1
# 04ce5a2e5a3d4cd48b8f2b66de6b2a39
msgid "See if jail service is actually enabled on boot"
msgstr ""
#: ../../../salt/modules/freebsdjail.py:docstring of salt.modules.freebsdjail.restart:1
# 73d649986253422fb56bcc111a6493c8
msgid "Restart the specified jail or all, if none specified"
msgstr ""
#: ../../../salt/modules/freebsdjail.py:docstring of salt.modules.freebsdjail.show_config:1
# 07c5fcf450814839a6ea6fedbd649cd9
msgid "Display specified jail's configuration"
msgstr ""
#: ../../../salt/modules/freebsdjail.py:docstring of salt.modules.freebsdjail.start:1
# 27213a0ebfd6424e9a92339d913c6b1d
msgid "Start the specified jail or all, if none specified"
msgstr ""
#: ../../../salt/modules/freebsdjail.py:docstring of salt.modules.freebsdjail.status:1
# 52656e6ab1ba4686a368dab205f7b4c8
msgid "See if specified jail is currently running"
msgstr ""
#: ../../../salt/modules/freebsdjail.py:docstring of salt.modules.freebsdjail.stop:1
# 3993d0249c464b45a70a0691f3d910df
msgid "Stop the specified jail or all, if none specified"
msgstr ""
#: ../../../salt/modules/freebsdjail.py:docstring of salt.modules.freebsdjail.sysctl:1
# 1af58b44d8ac45c9b634dd04b342eb65
msgid "Dump all jail related kernel states (sysctl)"
msgstr ""

View file

@ -0,0 +1,66 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.freebsdkmod.rst:6
# 561a4bbf4dae48469cf56623bdc9af7d
msgid "salt.modules.freebsdkmod"
msgstr ""
#: ../../../salt/modules/freebsdkmod.py:docstring of salt.modules.freebsdkmod:1
# 4321794dc6404486a70f018da7b506a0
msgid "Module to manage FreeBSD kernel modules"
msgstr ""
#: ../../../salt/modules/freebsdkmod.py:docstring of salt.modules.freebsdkmod.available:1
# 8a307d44aa1a4c9a956ff78f1b2d64a5
msgid "Return a list of all available kernel modules"
msgstr ""
#: ../../../salt/modules/freebsdkmod.py:docstring of salt.modules.freebsdkmod.available:3
#: ../../../salt/modules/freebsdkmod.py:docstring of salt.modules.freebsdkmod.check_available:3
#: ../../../salt/modules/freebsdkmod.py:docstring of salt.modules.freebsdkmod.load:3
#: ../../../salt/modules/freebsdkmod.py:docstring of salt.modules.freebsdkmod.lsmod:3
#: ../../../salt/modules/freebsdkmod.py:docstring of salt.modules.freebsdkmod.remove:3
# a0ac8ab3a771420d967288ae04bd97a4
# 1bea1e78efe34f7a914d531dc4e09310
# 3c95722ce633433585ac58afd5dd2492
# 2aada8d34a63450c85e16714ded40556
# a9f07d5fe0b54b78885897039324c788
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/freebsdkmod.py:docstring of salt.modules.freebsdkmod.check_available:1
# 73cda4d3e07040f8a006f916cf8cc305
msgid "Check to see if the specified kernel module is available"
msgstr ""
#: ../../../salt/modules/freebsdkmod.py:docstring of salt.modules.freebsdkmod.load:1
# 5549a41d870443ffb6c4fb2ae3ed86ae
msgid "Load the specified kernel module"
msgstr ""
#: ../../../salt/modules/freebsdkmod.py:docstring of salt.modules.freebsdkmod.lsmod:1
# 7f3af7d86747414ab1a84f3c7ded4f30
msgid "Return a dict containing information about currently loaded modules"
msgstr ""
#: ../../../salt/modules/freebsdkmod.py:docstring of salt.modules.freebsdkmod.remove:1
# 235395c7742a47a5a91cd29c12953038
msgid "Remove the specified kernel module"
msgstr ""

View file

@ -0,0 +1,232 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.freebsdpkg.rst:6
# 55dc1c69c73048c78f1abfc29b16f50a
msgid "salt.modules.freebsdpkg"
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg:1
# 3a8a86966f354c34bf3bd35897bef525
msgid "Remote package support using ``pkg_add(1)``"
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg:5
# 1541624c812548d08710ee28407bc652
msgid "This module has been completely rewritten. Up to and including version 0.17.0, it supported ``pkg_add(1)``, but checked for the existence of a pkgng local database and, if found, would provide some of pkgng's functionality. The rewrite of this module has removed all pkgng support, and moved it to the :mod:`pkgng <salt.modules.pkgng>` execution module. For verisions <= 0.17.0, the documentation here should not be considered accurate. If your Minion is running one of these versions, then the documentation for this module can be viewed using the :mod:`sys.doc <salt.modules.sys.doc>` function:"
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg:20
# 01f1b730b2a64f5a821937bf91b8163b
msgid "This module acts as the default package provider for FreeBSD 9 and newer. If you need to use pkgng on a FreeBSD 9 system, you will need to override the ``pkg`` provider by setting the :conf_minion:`providers` parameter in your Minion config file, in order to use pkgng."
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg:30
# c3c185b9ba244a5aaa02e8e564fdba8a
msgid "More information on pkgng support can be found in the documentation for the :mod:`pkgng <salt.modules.pkgng>` module."
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg:33
# fd51f2e05e9f455e95b6588420655d5b
msgid "This module will respect the ``PACKAGEROOT`` and ``PACKAGESITE`` environment variables, if set, but these values can also be overridden in several ways:"
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg:36
# 89f41d0e710844dda0dfe88695d5b070
msgid ":strong:`Salt configuration parameters.` The configuration parameters ``freebsdpkg.PACKAGEROOT`` and ``freebsdpkg.PACKAGESITE`` are recognized. These config parameters are looked up using :mod:`config.get <salt.modules.config.get>` and can thus be specified in the Master config file, Grains, Pillar, or in the Minion config file. Example:"
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg:47
# 161e02467b5748bd9be355f07012eeb5
msgid ":strong:`CLI arguments.` Both the ``packageroot`` (used interchangeably with ``fromrepo`` for API compatibility) and ``packagesite`` CLI arguments are recognized, and override their config counterparts from section 1 above."
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.file_dict:1
# 0b48dd066b9b480ba4f8999b7b8d03a4
msgid "List the files that belong to a package, grouped by package. Not specifying any packages will return a list of _every_ file on the system's package database (not generally recommended)."
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.file_dict:5
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.file_list:5
# baef1ca6f637406bbf227b360d86772f
# dff7c552166d4308b2905501e0f58850
msgid "CLI Examples:"
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.file_list:1
# aed414753bbb4adab242d362a381524a
msgid "List the files that belong to a package. Not specifying any packages will return a list of _every_ file on the system's package database (not generally recommended)."
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.install:1
# 64827296db7345d2802d3ad538e7427d
msgid "Install package(s) using ``pkg_add(1)``"
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.install:4
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.remove:5
# 4390c137a5e54102b9c5c0056866ae6f
# 4ab2e1d80d414a34978c972df9e1e968
msgid "name"
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.install:4
# 0be2cc7e0f484cd092f5dd8413b08099
msgid "The name of the package to be installed."
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.install:7
# f19d534acda243a28245ab7bdbdc1ada
msgid "refresh"
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.install:7
# bd528c9667d4447d9a817c5d65b6ee81
msgid "Whether or not to refresh the package database before installing."
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.install:11
# 27fa4846f1824ce091a27c59aab09bcb
msgid "fromrepo or packageroot"
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.install:10
# ca336a796bd9443ba31c80c3296a222d
msgid "Specify a package repository from which to install. Overrides the system default, as well as the PACKAGEROOT environment variable."
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.install:16
# 3bf84aaf62dc4d04b9df8d01c14328ee
msgid "packagesite"
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.install:14
# 952c486d42184b149b701cd6c6a0472d
msgid "Specify the exact directory from which to install the remote package. Overrides the PACKAGESITE environment variable, if present."
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.install:18
# 48ef955a8f5942dc848a48e0c5d2b49a
msgid "Multiple Package Installation Options:"
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.install:28
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.remove:11
# 736bca05a2154dabb7532bcf3227ad8e
# 43e6c85419db44488f217b9983764ed7
msgid "pkgs"
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.install:21
# c157b12cd1b4430280872f8b5b2a8637
msgid "A list of packages to install from a software repository. Must be passed as a python list."
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.install:24
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.install:35
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.install:46
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.latest_version:5
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.list_pkgs:5
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.refresh_db:4
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.rehash:5
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.remove:18
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.upgrade:4
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.version:5
# 2df3cc01fc884fc2ae83b764dfaeb20e
# fc8776cb13a049a78dceab8aa59ff29f
# cdc6247c3225476f8c848a94d3225888
# 30173b509aa143f99a603181a3fd64e1
# 0627edae3dd2482b96a2a63b534de619
# a185bcbb915a496a8771088bbc1f995e
# 0755d41a52df44a19389b805b2af24d4
# e75a2bf270434dd0b82b24a44c7bceeb
# 5c714e1a950f427d9910081e62f0bfa7
# 96f6e085a9c8484daf9e432e325d375b
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.install:39
# 615a8ec4de514e9a9cc2d7c97cbbea7a
msgid "sources"
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.install:31
# 9ab2d77de13549c293f4e8d502ded542
msgid "A list of packages to install. Must be passed as a list of dicts, with the keys being package names, and the values being the source URI or local path to the package."
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.install:41
# 8549ae79e2b747fd849abf9209b274c4
msgid "Return a dict containing the new package names and versions::"
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.latest_version:1
# 649b88935155463eb5578910ae32c9e6
msgid "``pkg_add(1)`` is not capable of querying for remote packages, so this function will always return results as if there is no package available for install or upgrade."
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.list_pkgs:1
# 620b5986577b432885d104a083865f22
msgid "List the packages currently installed as a dict::"
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.refresh_db:1
# 7af29322c8e7499f8a9947163cbde891
msgid "``pkg_add(1)`` does not use a local database of available packages, so this function simply returns ``True``. it exists merely for API compatibility."
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.rehash:1
# 29126b230db248f4a70332cee9db6883
msgid "Recomputes internal hash table for the PATH variable. Use whenever a new command is created during the current session."
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.remove:1
# 4af986b9cc9343fb964bc48e6cafe7a6
msgid "Remove packages using ``pkg_delete(1)``"
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.remove:4
# a37ff44a94c84fc8a2ca647c93b9e641
msgid "The name of the package to be deleted."
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.remove:7
# e044ecaebbbc4e4bbc5d3ed4dac31d2a
msgid "Multiple Package Options:"
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.remove:10
# d4113af6de7c4c9d9564c349efdd453f
msgid "A list of packages to delete. Must be passed as a python list. The ``name`` parameter will be ignored if this option is passed."
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.remove:16
# 168679b62ce148e29f9fecdb70e4e3c2
msgid "Returns a dict containing the changes."
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.upgrade:1
# a6f65d0f0a224750a4aa5fb38ccf56e3
msgid "Upgrades are not supported with ``pkg_add(1)``. This function is included for API compatibility only and always returns an empty dict."
msgstr ""
#: ../../../salt/modules/freebsdpkg.py:docstring of salt.modules.freebsdpkg.version:1
# 92082645bf87453499f47736e7dba42c
msgid "Returns a string representing the package version or an empty string if not installed. If more than one package name is specified, a dict of name/version pairs is returned."
msgstr ""

View file

@ -0,0 +1,160 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.freebsdservice.rst:6
# b9b77bc3ec354f43b2d2911f99eee84f
msgid "salt.modules.freebsdservice"
msgstr ""
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice:1
# 6c1c7ea267d64c2bb893ebc5230fde8c
msgid "The service module for FreeBSD"
msgstr ""
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.available:1
# 3230c40266894b889f2bcdd53fa9f2ac
msgid "Check that the given service is available."
msgstr ""
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.available:3
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.disable:5
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.disabled:3
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.enable:13
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.enabled:6
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.get_all:3
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.get_disabled:3
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.get_enabled:3
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.reload_:3
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.restart:3
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.start:3
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.status:6
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.stop:3
# 9e0bf6dc159e4c3ebdf57e538fb74ee0
# a0867ef492fb41c8b3c46d1d16475784
# d2bafe4afb9549f89bcae0dafdf238e6
# 84ba57366e6a42a5b0bf564b65a7cf2d
# 156a60f3910047868a7eabefb8dd3e1d
# f041b42f5ecc4783ae4e8b84ec3c4140
# 3b313f0a4ca94ccea88dca254ae18aea
# 5ec45de6446b4b08a16a24e119cff0d8
# 7bf70da1ffb6432c8dffad6ec8e014de
# db07b9da11a34ee8aeb0ad3a6dd151d0
# c7aa7c8c70ef49518e89e5a5763f3f19
# df1dbe0ba40345c587d103fe328a6073
# b311517c854f4abfbbb9eddf81cc372d
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.disable:1
# e8441725905047f5a27c581da62bd19e
msgid "Disable the named service to start at boot"
msgstr ""
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.disable:3
# 6ec670f33ff84a459843e0531aa452a3
msgid "Arguments the same as for enable()"
msgstr ""
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.disabled:1
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.enabled:1
# ac732f197ff54efdb5d14ae448291e1c
# 80e78c5f7d994f56b5f60513d8fac5fe
msgid "Return True if the named service is enabled, false otherwise"
msgstr ""
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.enable:1
# e4423a83fd8640cfb9a52a420ed5cfe4
msgid "Enable the named service to start at boot"
msgstr ""
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.enable:4
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.enabled:4
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.status:4
# 65372a5d057846808c5e6e3ab9346c97
# 078755e4e0b4400e866424fecd7c7d99
# 094b2498ce5040119f5b42c5d7058c3d
msgid "name"
msgstr ""
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.enable:4
# 0342804927984c1bb527a27f7103bfc6
msgid "service name"
msgstr ""
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.enable:11
# 81f56b64eb294019963b03c9c38731ca
msgid "config : /etc/rc.conf"
msgstr ""
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.enable:7
# d6cb268b9941462ebf01e8fcf40afa3c
msgid "Config file for managing service. If config value is empty string, then /etc/rc.conf.d/<service> used. See man rc.conf(5) for details."
msgstr ""
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.enable:11
# c66a4f7f17794830a57ed497205e72a7
msgid "Also service.config variable can be used to change default."
msgstr ""
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.enabled:4
# 24a76c44d4184d1096071cb5b368bb4c
msgid "Service name"
msgstr ""
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.get_all:1
# 9deccc7c701c4e77bf557d43f374525c
msgid "Return a list of all available services"
msgstr ""
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.get_disabled:1
# 9ab5ab91a2d74155b0b1a2f1f6a1e964
msgid "Return what services are available but not enabled to start at boot"
msgstr ""
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.get_enabled:1
# 8f00b7b0ec62403ba59f46d4837b3091
msgid "Return what services are set to run on boot"
msgstr ""
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.reload_:1
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.restart:1
# 7d9a6883a1404fa0a75e9998501da17d
# 0a92269c96f643b59ef4b3dd9a8d8ba9
msgid "Restart the named service"
msgstr ""
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.start:1
# d8b090bc65d24df5864f3a687b769536
msgid "Start the specified service"
msgstr ""
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.status:1
# 9207b32fdbd64724b8d94057ec9262cb
msgid "Return the status for a service (True or False)."
msgstr ""
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.status:4
# e4e8d6467f7c46a4a3557bea7c41bd12
msgid "Name of service"
msgstr ""
#: ../../../salt/modules/freebsdservice.py:docstring of salt.modules.freebsdservice.stop:1
# 2a20adb64a214250bb15672909733ea9
msgid "Stop the specified service"
msgstr ""

View file

@ -0,0 +1,254 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.gem.rst:6
# e817765d8845435fb8ebf3cd5dad3567
msgid "salt.modules.gem"
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem:1
# f04983f7da474f87a294f7b411aba761
msgid "Manage ruby gems."
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.install:1
# 5b3c77a9b5124c94bd102720061e5e8a
msgid "Installs one or several gems."
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.install:3
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.uninstall:3
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.update:3
# 525caf278fa64dd6b29761611b1bbec1
# ee3417580a11408abf059d110226d3b6
# 8dff9a904d4841c78f5a049a3143576d
msgid "gems"
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.install:4
# 44ee53a139dc4a49a80a5002c744a640
msgid "The gems to install"
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.install:5
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.list_:5
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.sources_add:5
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.sources_list:3
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.sources_remove:5
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.uninstall:5
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.update:5
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.update_system:5
# debc34738c8045c9a5b0ce3ed0f9e9e2
# 283321f612424513b7682fc5b8eae9d5
# 815e0749e59f49ae999c6a096d48f0e2
# ad0266b63d5940e0910ad28246775c9c
# ff372a0355d6408e902d8f5f939cf591
# fc3e279a8ac94e7cbf9def7ee864f80d
# 1f3a37cd40b34ae6a2a7639b462eb172
# 896bf5f013be462d93033de3af6fdf53
msgid "ruby : None"
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.install:6
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.list_:6
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.sources_add:6
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.sources_list:4
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.sources_remove:6
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.uninstall:6
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.update:6
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.update_system:6
# 4da1f003168f40c693f6302aa8602a01
# 3e57debf65c04533a67d093041f70e1f
# 42ef060258ec46d8bddf2c7b9977bf15
# 8953755bad9e4a258b1902a99e938b89
# 27f4c223169d462a856d9c71410ccfd2
# b0f27e27904944efbef96c8f2c43d165
# a6c8e8541a7843a7be4ab96c55fc15b2
# f6d2bbfc989c485d96015cb875e936ed
msgid "If RVM is installed, the ruby version and gemset to use."
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.install:7
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.list_:8
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.sources_add:8
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.sources_list:6
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.sources_remove:8
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.uninstall:8
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.update:8
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.update_system:8
# e3a93a1dcf324747a13f54c3298de1e3
# e2159f9474fb4a83a92b101e94c9f61b
# 397728e4c0164359b6512d1fc8dafe84
# 71bb198f0e3f4fb396cc7bffae8cc885
# 44510e1bf08746c49f7c2f0a4b2cc068
# cb54ad0301d145c9932a03fe40e05017
# 511aa2736fd74a758c0145224b09048d
# a9252016b8e24be1bf3b1cbe77837694
msgid "runas : None"
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.install:8
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.list_:8
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.sources_add:8
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.sources_list:6
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.sources_remove:8
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.uninstall:8
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.update:8
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.update_system:8
# ce10949f186843dd8cf788ee458a96b1
# 3c6bff6af1e74feeaab4b98f9e55f797
# f0b3eff3cec741ac80371f54d1897ab5
# 728edc55037b4fe7870600f0d136cc66
# 7aa3bfffddcd4422a4e5023c7b734a67
# b3ddc3265e304e5d81690492e5cd686b
# 0883c81499424d039771a9bdf335046e
# cb0661a666eb4f5099514b87cbc42418
msgid "The user to run gem as."
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.install:10
# 44a112534541454295d0c2d727749e67
msgid "version : None"
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.install:10
# 2f5001c180f040e19f7e654f6e3d4654
msgid "Specify the version to install for the gem. Doesn't play nice with multiple gems at once"
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.install:12
# 0c5f32896f3340ad8e6aadcfbf278327
msgid "rdoc : False"
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.install:13
# 081d8af2dae44bbca03dc8196b3c9d9b
msgid "Generate RDoc documentation for the gem(s)."
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.install:15
# da7be95cff7148d29e9c0fcf22ace92f
msgid "ri : False"
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.install:15
# 83c419ebdd6e4a1bbe1acb620617e8b1
msgid "Generate RI documentation for the gem(s)."
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.install:17
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.list_:10
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.sources_add:10
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.sources_list:8
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.sources_remove:10
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.uninstall:10
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.update:10
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.update_system:10
# cef8ee5a9ac04c4ab39f768797df9012
# 32b36f276a434559b8aae18e4bc7b9e6
# 8fc7a6a1793b475291f85cae09a6b029
# cfebe45f376847c296830fc536287c75
# 46d20b4c88464faeabdee15b991e8c0e
# 93623e6587fd495b9d338ef673690f0e
# 07ac3fdec07a46c694285d4c918ddb37
# f3c3497392e64186998b5de4afdc5716
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.list_:1
# 448140011d604eb2a672a30963d54c16
msgid "List locally installed gems."
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.list_:3
# 18b99bdd1de1485e81ad2e7ee674da00
msgid "prefix :"
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.list_:4
# d71282887e5e472c90824e4f1b247a9c
msgid "Only list gems when the name matches this prefix."
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.sources_add:1
# 38328325a26a412aa6c653526eccdf16
msgid "Add a gem source."
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.sources_add:3
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.sources_remove:3
# dd9fcab543ad4ada97f3b45dbde41eb0
# b387dbbe804449708adb9e26baa25731
msgid "source_uri"
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.sources_add:4
# 7ce172953bc841de8d33201eec8f1c42
msgid "The source URI to add."
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.sources_list:1
# 7b2af7619b05488e92e42dd4b7d10157
msgid "List the configured gem sources."
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.sources_remove:1
# 938d7749e3a74fe48d04259e1d393f30
msgid "Remove a gem source."
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.sources_remove:4
# 5954684812984fc7b037d9673a7e3877
msgid "The source URI to remove."
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.uninstall:1
# d5437636b0784675a5ca20fc5a5d7935
msgid "Uninstall one or several gems."
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.uninstall:4
# af21d7d44b0f46d3a43a3bc048941ef7
msgid "The gems to uninstall."
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.update:1
# c19e79fcaa2442a19c6274003fe3925c
msgid "Update one or several gems."
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.update:4
# 5282087832524a2f873fdedd718048dc
msgid "The gems to update."
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.update_system:1
# ee7c73db447149d485ba74ff5f3350fb
msgid "Update rubygems."
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.update_system:3
# 6dac9e36d6574ec6a9c5d1b10893cf19
msgid "version : (newest)"
msgstr ""
#: ../../../salt/modules/gem.py:docstring of salt.modules.gem.update_system:4
# d8a50b0b541b49c79ed218e6fdfdf78d
msgid "The version of rubygems to install."
msgstr ""

View file

@ -0,0 +1,112 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.gentoo_service.rst:6
# 8a48fc874339498098d2fbe669d144e2
msgid "salt.modules.gentoo_service"
msgstr ""
#: ../../../salt/modules/gentoo_service.py:docstring of salt.modules.gentoo_service:1
# 178a396286ca4aff88f0c9553b9b06ef
msgid "Top level package command wrapper, used to translate the os detected by grains to the correct service manager"
msgstr ""
#: ../../../salt/modules/gentoo_service.py:docstring of salt.modules.gentoo_service.available:1
# 629cb5f1539c4c2bb09b0c57ac5f1214
msgid "Returns ``True`` if the specified service is available, otherwise returns ``False``."
msgstr ""
#: ../../../salt/modules/gentoo_service.py:docstring of salt.modules.gentoo_service.available:4
#: ../../../salt/modules/gentoo_service.py:docstring of salt.modules.gentoo_service.disable:3
#: ../../../salt/modules/gentoo_service.py:docstring of salt.modules.gentoo_service.disabled:3
#: ../../../salt/modules/gentoo_service.py:docstring of salt.modules.gentoo_service.enable:3
#: ../../../salt/modules/gentoo_service.py:docstring of salt.modules.gentoo_service.enabled:3
#: ../../../salt/modules/gentoo_service.py:docstring of salt.modules.gentoo_service.get_all:3
#: ../../../salt/modules/gentoo_service.py:docstring of salt.modules.gentoo_service.get_disabled:3
#: ../../../salt/modules/gentoo_service.py:docstring of salt.modules.gentoo_service.get_enabled:3
#: ../../../salt/modules/gentoo_service.py:docstring of salt.modules.gentoo_service.restart:3
#: ../../../salt/modules/gentoo_service.py:docstring of salt.modules.gentoo_service.start:3
#: ../../../salt/modules/gentoo_service.py:docstring of salt.modules.gentoo_service.status:5
#: ../../../salt/modules/gentoo_service.py:docstring of salt.modules.gentoo_service.stop:3
# 2e5cc94fca0f44aca00f6b7639209731
# 636be9a378184d07b1698edaec5cf457
# 6959d9746aeb4e34acb6791d6bd87e80
# dc7978406d3c4cada5c8191362d75104
# f3492bfd21ca4162a281793f222a30aa
# 538176f6db424fec80f646690a94ec4c
# 27f65ef1d4e74406a79a6f5bd5b8a977
# b8c6f1d872bd4db78bc2248f7ae85e03
# aae8325be5984fa2a94f9c3296e91c68
# aa9a30fef2324597ba394c74038a7eed
# c6340cabb0b64f028cea53177ac201e6
# f32cc9f74b1f493da2c42d90f392b56b
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/gentoo_service.py:docstring of salt.modules.gentoo_service.disable:1
# 540a3f3653534236afda115576bed380
msgid "Disable the named service to start at boot"
msgstr ""
#: ../../../salt/modules/gentoo_service.py:docstring of salt.modules.gentoo_service.disabled:1
#: ../../../salt/modules/gentoo_service.py:docstring of salt.modules.gentoo_service.enabled:1
# 56f2f9122ea3474e85ee9aecb975159d
# 0fbcbce1b8954eca9d47faa8565e2c9e
msgid "Return True if the named service is enabled, false otherwise"
msgstr ""
#: ../../../salt/modules/gentoo_service.py:docstring of salt.modules.gentoo_service.enable:1
# aae190702df0439c959744dd69c081c5
msgid "Enable the named service to start at boot"
msgstr ""
#: ../../../salt/modules/gentoo_service.py:docstring of salt.modules.gentoo_service.get_all:1
# e7305c035c9443bda08c78b05bda8569
msgid "Return all available boot services"
msgstr ""
#: ../../../salt/modules/gentoo_service.py:docstring of salt.modules.gentoo_service.get_disabled:1
# 28fa1914d4e3487eb24af8617a2e2aac
msgid "Return a set of services that are installed but disabled"
msgstr ""
#: ../../../salt/modules/gentoo_service.py:docstring of salt.modules.gentoo_service.get_enabled:1
# 0ee08183b86b4b34bd65d6acd93fe86e
msgid "Return a list of service that are enabled on boot"
msgstr ""
#: ../../../salt/modules/gentoo_service.py:docstring of salt.modules.gentoo_service.restart:1
# 5de0bc72821a4ad0bb1226944409613a
msgid "Restart the named service"
msgstr ""
#: ../../../salt/modules/gentoo_service.py:docstring of salt.modules.gentoo_service.start:1
# ae75d6c8ad574512999f955bd9eb9a85
msgid "Start the specified service"
msgstr ""
#: ../../../salt/modules/gentoo_service.py:docstring of salt.modules.gentoo_service.status:1
# cc377838dc2648c5865a08de058934ac
msgid "Return the status for a service, returns the PID or an empty string if the service is running or not, pass a signature to use to find the service via ps"
msgstr ""
#: ../../../salt/modules/gentoo_service.py:docstring of salt.modules.gentoo_service.stop:1
# f7efa785be6e41adbba1751074bfaaa7
msgid "Stop the specified service"
msgstr ""

View file

@ -0,0 +1,173 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.gentoolkitmod.rst:6
# c5b467ea1d434b39b2e0449fa97d34ce
msgid "salt.modules.gentoolkitmod"
msgstr ""
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod:1
# 552ce009aa6f4a3fa3f8bf2cb9ef0c8c
msgid "Support for Gentoolkit"
msgstr ""
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.eclean_dist:1
# 010522f101a74ee7a5a3de53e6e80e93
msgid "Clean obsolete portage sources"
msgstr ""
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.eclean_dist:4
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.eclean_pkg:4
# 91e8ee8e72a04097ab47a67107ef5ae1
# 0923dac678e94945a04dfa0a9470ef34
msgid "destructive"
msgstr ""
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.eclean_dist:4
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.eclean_pkg:4
# e2561e0a7dbb4bb69402cc10e21ded1a
# ddb526f13034466892b4847abc23e8f6
msgid "Only keep minimum for reinstallation"
msgstr ""
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.eclean_dist:8
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.eclean_pkg:8
# b2768feb08cc4f1db03db13904129a23
# 881eb479a85a4b15a03e41018f587749
msgid "package_names"
msgstr ""
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.eclean_dist:7
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.eclean_pkg:7
# 751ede6c76cf4ad891d734a562b181e9
# 354894e51a914d8284063b710ca82b08
msgid "Protect all versions of installed packages. Only meaningful if used with destructive=True"
msgstr ""
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.eclean_dist:13
# a4e29dbeec7c4ae8a69cbe7cc799efad
msgid "size_limit <size>"
msgstr ""
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.eclean_dist:11
# 3826ad471b9d4bdcb7c18a9c39c10630
msgid "Don't delete distfiles bigger than <size>. <size> is a size specification: \"10M\" is \"ten megabytes\", \"200K\" is \"two hundreds kilobytes\", etc. Units are: G, M, K and B."
msgstr ""
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.eclean_dist:19
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.eclean_pkg:14
# dbb4fbace8574af4b892dc84f8b6bda4
# cbfba26cc543421e9d23e40be588a328
msgid "time_limit <time>"
msgstr ""
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.eclean_dist:16
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.eclean_pkg:11
# 2e1115f8bdaa4abcb30ce699c24a2ca4
# 58a08f0679a44611994e1764f25b9a91
msgid "Don't delete distfiles files modified since <time> <time> is an amount of time: \"1y\" is \"one year\", \"2w\" is \"two weeks\", etc. Units are: y (years), m (months), w (weeks), d (days) and h (hours)."
msgstr ""
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.eclean_dist:23
# dc0d60938cbd434694fb4b2f26490a64
msgid "fetch_restricted"
msgstr ""
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.eclean_dist:22
# 557c3635ea5a42f8aa1fa031532cfb82
msgid "Protect fetch-restricted files. Only meaningful if used with destructive=True"
msgstr ""
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.eclean_dist:28
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.eclean_pkg:19
# 60b89c36c1544c5ab8c9709f3ed60934
# 2ceefc96bcdb436f9147a50f35842dd7
msgid "exclude_file"
msgstr ""
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.eclean_dist:26
# f5536306eabe494e8fdc557c8cdae5b9
msgid "Path to exclusion file. Default is /etc/eclean/distfiles.exclude This is the same default eclean-dist uses. Use None if this file exists and you want to ignore."
msgstr ""
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.eclean_dist:30
# 20d0dc595c4640be8a5767c9e045b187
msgid "Returns a dict containing the cleaned, saved, and deprecated dists:"
msgstr ""
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.eclean_dist:39
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.eclean_pkg:28
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.glsa_check_list:15
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.revdep_rebuild:8
# 5438f188d8794196bb2deefc3b98fd8b
# 71bc4469eaf94a3ca574e91a94979f21
# eaef2a35af83407a934012c65c8de8dc
# 89deedf7e16f4a97b81c084c5051afe2
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.eclean_pkg:1
# 207a49f45fc4459c8cf51354ad945f4c
msgid "Clean obsolete binary packages"
msgstr ""
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.eclean_pkg:17
# 83a895456e854fdb83143620c731e066
msgid "Path to exclusion file. Default is /etc/eclean/packages.exclude This is the same default eclean-pkg uses. Use None if this file exists and you want to ignore."
msgstr ""
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.eclean_pkg:21
# 61baa97925304ca58d6c9751d25472bd
msgid "Returns a dict containing the cleaned binary packages:"
msgstr ""
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.glsa_check_list:1
# ffd2ee29b06a4bcda9cbf24fea893334
msgid "List the status of Gentoo Linux Security Advisories"
msgstr ""
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.glsa_check_list:5
# 6f835a197c1742d08ef20fa2e22503cb
msgid "glsa_list"
msgstr ""
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.glsa_check_list:4
# a23e1ef2890e4ce2a110bcb397066d8a
msgid "can contain an arbitrary number of GLSA ids, filenames containing GLSAs or the special identifiers 'all' and 'affected'"
msgstr ""
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.glsa_check_list:7
# 775f0bbe82374a79ba21f0524b32978d
msgid "Returns a dict containing glsa ids with a description, status, and CVEs:"
msgstr ""
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.revdep_rebuild:1
# 1700cf4e4b4c40cdbdef22ce15866ca6
msgid "Fix up broken reverse dependencies"
msgstr ""
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.revdep_rebuild:6
# fbc74412a1fb4e5abd8ad52f4564563a
msgid "lib"
msgstr ""
#: ../../../salt/modules/gentoolkitmod.py:docstring of salt.modules.gentoolkitmod.revdep_rebuild:4
# 825efacd5b18458cbab79a48ada7e9bf
msgid "Search for reverse dependencies for a particular library rather than every library on the system. It can be a full path to a library or basic regular expression."
msgstr ""

View file

@ -0,0 +1,723 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.git.rst:6
# 4670227a98ac46adb7801efd5e8bddc3
msgid "salt.modules.git"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git:1
# 1356abbcbfac4bd184f893cd616a9fba
msgid "Support for the Git SCM"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.add:1
# 80aae0a595c74ac3b9465bfa160117f7
msgid "add a file to git"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.add:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.archive:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.checkout:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.clone:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.commit:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.config_get:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.config_set:5
#: ../../../salt/modules/git.py:docstring of salt.modules.git.describe:5
#: ../../../salt/modules/git.py:docstring of salt.modules.git.fetch:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.init:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.merge:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.pull:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.push:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.rebase:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.remotes:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.reset:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.revision:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.rm:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.stash:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.status:5
#: ../../../salt/modules/git.py:docstring of salt.modules.git.submodule:4
# c24eedf3c8f348d4b8ca2823302c7b42
# 5ebec2457eda4a64a8a8ba9f31b9f88b
# 8b17f5a9965a47c69e6444a64c373140
# 0786d82710fe4247a4b4d232cc9c5064
# f35970ea26a3404e9a0fcee0671e44ad
# 4ff4ad63038b4fb7942ec267342e884c
# d91c4fc4947e421985842494ce96aefc
# ebaf8b6faf4743db8fad43ad33d2d901
# 99a24bdf68484ca4ac3f522f0c8c57d8
# 1693ec5fa27f4d17a8b1ade9ca0c242c
# 0e9de84d086443daa6cba327ae8bc4af
# 8b9d4327d7b04474b3c21463792c7ad4
# 8c029a10fb954777b63878607108765a
# cf9b04df2a5a4c19be726c0d51369c4f
# 4c9215a2c1f94f248ead0d13c38533ef
# f19b5a15e9c34b0c8f4e561f384b91c1
# 8c430ab2f3e44d77bac03ab4ec6130d8
# 612063eca81f47e68e3ee3100f4195c4
# 26c75e1b6ee4470ba2338d9861e29810
# 6e66259dd8f14cc3b6e5963370cf053a
# 99b5d3310fcb4bbaa9a494c56a729ced
msgid "cwd"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.add:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.archive:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.checkout:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.clone:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.commit:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.config_get:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.config_set:5
#: ../../../salt/modules/git.py:docstring of salt.modules.git.describe:5
#: ../../../salt/modules/git.py:docstring of salt.modules.git.fetch:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.init:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.merge:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.pull:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.push:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.rebase:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.remotes:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.reset:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.revision:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.rm:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.stash:4
#: ../../../salt/modules/git.py:docstring of salt.modules.git.status:5
#: ../../../salt/modules/git.py:docstring of salt.modules.git.submodule:4
# 535e8db776d045cab9edde03a289a47d
# 137c35a28cea4527b2b659c20414d4b2
# d483284fb36c49d992b60bfea0a76d13
# e42d96a0da4b4c72a9a99589f77c99ad
# 70a35126920b4131b6014c5062707554
# 1b3f2aee43d3464ba2a4893c75875812
# eaba6c40162240b4924ac82cca7d45f4
# 9d1a997beea34e61a1dc81304c7fde61
# a72945861baa440596a87302421a1829
# ca7b72c8baf14a05928a7df221bd5f94
# ff42a19c58794b69bdbafb61d63eae5f
# 2d780b248fd14a69a88bed5247da99e5
# 852dbe802ae14b1b9b244f74c9f3a795
# 6081db5489a24679bb8701e1e5aeb5e5
# d6eba3258ff84503824ccfef41381f89
# 546e2bc9fb2d4860adcc9394deb05807
# 92eb4e15f51d47069b80b99707aaa815
# a932ed241b184cd4a5c7363c4e69df00
# 6b826e03046c45029247c472e26bc0e9
# 5255e01fc64a4ad39e5fdc0b1a629eca
# 63c336cf235449ca8d872322701b9e16
msgid "The path to the Git repository"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.add:7
#: ../../../salt/modules/git.py:docstring of salt.modules.git.rm:7
# 03e97e3df06a4e28bb73bbcd89d76f1c
# 4601c9835be24d9599ee0a86bc082307
msgid "file_name"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.add:7
#: ../../../salt/modules/git.py:docstring of salt.modules.git.rm:7
# 1d7684a06ada447b87bf44c5aa0f9858
# 80088342a22a48b69bf392786f538555
msgid "Path to the file in the cwd"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.add:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.checkout:13
#: ../../../salt/modules/git.py:docstring of salt.modules.git.clone:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.commit:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.fetch:7
#: ../../../salt/modules/git.py:docstring of salt.modules.git.init:7
#: ../../../salt/modules/git.py:docstring of salt.modules.git.merge:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.pull:7
#: ../../../salt/modules/git.py:docstring of salt.modules.git.push:13
#: ../../../salt/modules/git.py:docstring of salt.modules.git.rebase:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.reset:7
#: ../../../salt/modules/git.py:docstring of salt.modules.git.rm:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.stash:7
#: ../../../salt/modules/git.py:docstring of salt.modules.git.submodule:10
# c4806fa9678a4fb0ad624f55dd75e357
# f739d226bce041439203eadbe71776cd
# a7a9edb1632b43c4b2500f87e0cb6484
# b7b369a9231c4a98b83e3dd02b0a9d91
# 899216071d5c4fbdb389032e2d526b9f
# 23c481cefa8d452dbc159b65e67cb591
# c00aa96f16144f3b83a2ba780e0942b2
# 18c3392297214f248939f5b9f7c8358b
# be7538a6a00645bc9ec826ce51ef0bce
# f6470e0956824d1f815342dd9b240f26
# 8c32c4b4916b4c29baf222127e9af4d9
# 07f9f611b5394b978e3bd12846fd6078
# 4fd91f973c5b40789c4adc2981715c79
# 1a626a091fd14c3dafa11f2b09e0103f
msgid "opts : None"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.add:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.checkout:13
#: ../../../salt/modules/git.py:docstring of salt.modules.git.clone:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.commit:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.fetch:7
#: ../../../salt/modules/git.py:docstring of salt.modules.git.init:7
#: ../../../salt/modules/git.py:docstring of salt.modules.git.merge:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.pull:7
#: ../../../salt/modules/git.py:docstring of salt.modules.git.push:13
#: ../../../salt/modules/git.py:docstring of salt.modules.git.rebase:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.reset:7
#: ../../../salt/modules/git.py:docstring of salt.modules.git.rm:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.stash:7
#: ../../../salt/modules/git.py:docstring of salt.modules.git.submodule:10
# 5477eff18d3e415aa1d21cc4220b063d
# e7906fb3ecf94d6699375dbf34bb417a
# 5444e8fbec834b579d978672c7bf4d15
# 0435f4ee12d040378def1e3e65b2b31a
# 3bbf9d997c0b439686e9d8b27d81cf8c
# 959faf6da7fe41d9b3c7d78851bfc7a1
# fecf3c7362654b6098e5af8a0ce91625
# 35be97fd51464a3a8d020d90f3d6d78a
# 31404973fd3c4172934ec5a9e7cddee7
# e3502bd17fd7472a9621035fb3ca0393
# 42b0fe1c9e4944cea149927adee30e27
# 14ec5c4552344663aa20c924063a7455
# 9503cd6dc28640b7a3b842d59a05c937
# 624de74a494642cba1235907a6e84e80
msgid "Any additional options to add to the command line"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.add:13
#: ../../../salt/modules/git.py:docstring of salt.modules.git.archive:19
#: ../../../salt/modules/git.py:docstring of salt.modules.git.checkout:16
#: ../../../salt/modules/git.py:docstring of salt.modules.git.clone:13
#: ../../../salt/modules/git.py:docstring of salt.modules.git.commit:13
#: ../../../salt/modules/git.py:docstring of salt.modules.git.config_get:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.config_set:14
#: ../../../salt/modules/git.py:docstring of salt.modules.git.describe:11
#: ../../../salt/modules/git.py:docstring of salt.modules.git.fetch:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.init:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.merge:13
#: ../../../salt/modules/git.py:docstring of salt.modules.git.pull:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.push:16
#: ../../../salt/modules/git.py:docstring of salt.modules.git.rebase:13
#: ../../../salt/modules/git.py:docstring of salt.modules.git.remote_get:7
#: ../../../salt/modules/git.py:docstring of salt.modules.git.remote_set:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.remotes:7
#: ../../../salt/modules/git.py:docstring of salt.modules.git.reset:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.revision:13
#: ../../../salt/modules/git.py:docstring of salt.modules.git.rm:13
#: ../../../salt/modules/git.py:docstring of salt.modules.git.stash:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.status:8
#: ../../../salt/modules/git.py:docstring of salt.modules.git.submodule:13
# 22cbc3fa45c54abf8b82f6c774fd9e34
# 665a5f1399c645efa14f17352a4dd964
# 409436ec94e048438d836c55a5efc878
# 901c133d058b46b8b5d7656fabb3761f
# 50092a8d326e4d4eb6a3f60258897587
# 3040a961e9b94e5abcddf1b9831131bf
# 08cbabfcd3b8462e872829523aa4faab
# a56725c0212346e89ecc88e7f7d38bbf
# 8c747863e3aa40879ab4d2a73a6af817
# edec2910ab0f45d1b7521aeb4e7c135f
# 46f930b754b145c0b8235c5748c3da88
# 67c77a709f8c4e2a9e658fded55d234a
# 7a89a4010a8340a2a780fda370c98a2a
# b05bb1a9389b4d1caf52a8ba1463ec30
# da7b4a7e8f394c9e8b09516ea6cee3f2
# 0e5d1fb46ddc441c9ec5489e807145d0
# a9ce416fcc834f6c823de351b279c784
# df2fea914a6b4f599b2cd098d6488536
# 500485c209dd4e1cbfd2e6540fee1a8d
# dc7f35c80bc54823848751597826eeef
# ca78e23518df41c2b3dda678097ec823
# 09ac0878a6fd4c979fbe94da2e016420
# 8923dc1a3e4549e6812c7e5e91a162fd
msgid "user : None"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.add:13
#: ../../../salt/modules/git.py:docstring of salt.modules.git.archive:19
#: ../../../salt/modules/git.py:docstring of salt.modules.git.checkout:16
#: ../../../salt/modules/git.py:docstring of salt.modules.git.clone:13
#: ../../../salt/modules/git.py:docstring of salt.modules.git.commit:13
#: ../../../salt/modules/git.py:docstring of salt.modules.git.config_get:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.config_set:14
#: ../../../salt/modules/git.py:docstring of salt.modules.git.describe:11
#: ../../../salt/modules/git.py:docstring of salt.modules.git.fetch:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.init:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.merge:13
#: ../../../salt/modules/git.py:docstring of salt.modules.git.pull:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.push:16
#: ../../../salt/modules/git.py:docstring of salt.modules.git.rebase:13
#: ../../../salt/modules/git.py:docstring of salt.modules.git.remote_get:7
#: ../../../salt/modules/git.py:docstring of salt.modules.git.remote_set:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.remotes:7
#: ../../../salt/modules/git.py:docstring of salt.modules.git.reset:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.revision:13
#: ../../../salt/modules/git.py:docstring of salt.modules.git.rm:13
#: ../../../salt/modules/git.py:docstring of salt.modules.git.stash:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.status:8
#: ../../../salt/modules/git.py:docstring of salt.modules.git.submodule:13
# cff23a558c274e43a6d101cdfa57a202
# 3829c2dc96ae463a92e52c23f6738972
# bfc7a636c5c84632b97b2ffbe710e053
# 88979677d7dc4294beaddb64cd46d4fd
# bd5832afe3474e8b9b956a585dc2e0a4
# 54a8a1465e6943d6a49b77414f90a425
# 830a6e0fe5bb4753a236713844fb97e6
# 0b778381fe954186a10e3df8222146df
# fca48240e7fe4b56b7f8c58fa1b6abcd
# 6e9f427f571b4b4a89574c35f091b4fa
# 0b9d98fd9f20414d99f1c1c6bc73aa7e
# 34bd765716b343f684b983f07d2bc89c
# 8c519c3b9b984bc6a6e9fdd8906db95a
# 19c49822294949e491f4034fbe27d710
# 4d3ccbddb6444f9486dbafc1dff7421b
# cf8ee8a93116443ab88001776bb07203
# 3c4aa57939844be18997eebdaf17cfa3
# 1a30715989a34adc8329d82fb806ae00
# e49792d2732c4622aecb2d5fb0ff989d
# 4173b4317c864c3b9eb467afe5975b65
# ea4dd593905c450b9ba0d457f5566b81
# afa124c8ab3f48ff9d8d60b758e78ccc
# 7ebdacb5a90f4fae9efcbea571412c31
msgid "Run git as a user other than what the minion runs as"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.add:15
#: ../../../salt/modules/git.py:docstring of salt.modules.git.archive:24
#: ../../../salt/modules/git.py:docstring of salt.modules.git.clone:18
#: ../../../salt/modules/git.py:docstring of salt.modules.git.commit:15
#: ../../../salt/modules/git.py:docstring of salt.modules.git.config_get:12
#: ../../../salt/modules/git.py:docstring of salt.modules.git.config_set:19
#: ../../../salt/modules/git.py:docstring of salt.modules.git.current_branch:3
#: ../../../salt/modules/git.py:docstring of salt.modules.git.fetch:15
#: ../../../salt/modules/git.py:docstring of salt.modules.git.init:12
#: ../../../salt/modules/git.py:docstring of salt.modules.git.merge:15
#: ../../../salt/modules/git.py:docstring of salt.modules.git.pull:15
#: ../../../salt/modules/git.py:docstring of salt.modules.git.push:22
#: ../../../salt/modules/git.py:docstring of salt.modules.git.rebase:15
#: ../../../salt/modules/git.py:docstring of salt.modules.git.remote_get:9
#: ../../../salt/modules/git.py:docstring of salt.modules.git.remote_set:12
#: ../../../salt/modules/git.py:docstring of salt.modules.git.remotes:9
#: ../../../salt/modules/git.py:docstring of salt.modules.git.reset:12
#: ../../../salt/modules/git.py:docstring of salt.modules.git.revision:15
#: ../../../salt/modules/git.py:docstring of salt.modules.git.rm:15
#: ../../../salt/modules/git.py:docstring of salt.modules.git.stash:12
#: ../../../salt/modules/git.py:docstring of salt.modules.git.status:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.submodule:18
# b886c79760884687af4f6d3e22b0e22f
# 7fd5431f746f47158260b2a52cfc89b9
# 8c37b4a7743d4136bdf3439276b0ae1b
# 461586105a524a24b36a50fd6dd3de88
# 3e3176063c1341b7b528fa3eea24bcc9
# 122994c3661a4c5ea40d7837ef40a73b
# 9f3f51aa197045358bdbfa08e7489f1d
# fde125f3561440b087736e80b9e72e05
# b6150ba20bda4fe887ff46bf9b48bd03
# f23aa34baa73474287ac9e6b2d2880e7
# 6e64de74d57144c8a66125255b8a8b64
# 8a04550b577e4fce9c358ecbe474998d
# 184f8a1c211648d8963583e6c65e2550
# d5438b3a7aff4040af25bf226553eb59
# eaa8ff1f2945454198ad939c76387d63
# 78eef19e6a4f4df188d44b26f173a51f
# 7698e6d0216643e5a073cce4dc5cf45e
# 3aaaed62798f4fe3a92773b116b21b92
# 5d1ce819a5cf4fbc83fa5efc399bb643
# 860caa034459498c996dae892b88a873
# 2134dc6fa5c2425fb9d29af92770f22d
# e06ea37a7b034e4ba4e63a0c8e3e6cf4
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.archive:1
# 575fd4d2b111444c8f8be320836df332
msgid "Export a tarball from the repository"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.archive:7
# 33ad7530db8b48c0936192aed9ffc34f
msgid "output"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.archive:7
# ef8665d51dce4477bfd6dcd07089c5eb
msgid "The path to the archive tarball"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.archive:10
#: ../../../salt/modules/git.py:docstring of salt.modules.git.describe:8
#: ../../../salt/modules/git.py:docstring of salt.modules.git.revision:7
# 3a1b75a81e7d4fd2985c47e7651a8076
# 5e5a0e449cc34a7f85471e354fa70d2b
# bcf9853d53f743a580686f148575806d
msgid "rev: HEAD"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.archive:10
# c5bf5662afe64e0c8cf7a8dd0e0460fe
msgid "The revision to create an archive from"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.archive:13
# af0ea1ca1ff74f8bb88368ad71dc3ea3
msgid "fmt: None"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.archive:13
# 7efabf0f5af84337aa50d143657fcd43
msgid "Format of the resulting archive, zip and tar are commonly used"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.archive:16
# d2bb71f6af624338803edf569d848f73
msgid "prefix : None"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.archive:16
# d023bdd01aeb4475b90a75fc5e986978
msgid "Prepend <prefix>/ to every filename in the archive"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.archive:21
# 2d565220927b4d5c81a780fcf11a5e11
msgid "If ``prefix`` is not specified it defaults to the basename of the repo directory."
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.checkout:1
# a300318cd926466a918ba2248615fdbc
msgid "Checkout a given revision"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.checkout:7
# 715bb6ff081f4afb9762be73c9016528
msgid "rev"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.checkout:7
# afb308e328794ba4b2e844cef8b5c08c
msgid "The remote branch or revision to checkout"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.checkout:10
# 2c445876ad254d1c82a572aeef75642c
msgid "force : False"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.checkout:10
# b168309a887243e589c7f923c76a60fd
msgid "Force a checkout even if there might be overwritten changes"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.checkout:18
#: ../../../salt/modules/git.py:docstring of salt.modules.git.describe:13
# c8b2580d3d0441189589e1d63dcb70f8
# d697153440c44ea3b78fbc7922198ed8
msgid "CLI Examples:"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.clone:1
# 752ed954c6b94dddbcc51a7f439c9e6a
msgid "Clone a new repository"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.clone:7
# 083dcfe871c041fd8256759a705f19f6
msgid "repository"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.clone:7
# e4be0abbc8f94e629e38cf23a357463f
msgid "The git URI of the repository"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.clone:16
#: ../../../salt/modules/git.py:docstring of salt.modules.git.fetch:13
#: ../../../salt/modules/git.py:docstring of salt.modules.git.pull:13
#: ../../../salt/modules/git.py:docstring of salt.modules.git.push:20
#: ../../../salt/modules/git.py:docstring of salt.modules.git.submodule:16
# 39d9fef65e1d4e768192fa15302059f7
# c5f047de9dfe42b4a9952cfeddc4d581
# cd2fdf8ab0094f22a4271ddde2aeaecc
# fb62a2f13cc54c0186f48db3ab8a5716
# c9bec362af874a3b82b60254b4d78f11
msgid "identity : None"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.clone:16
#: ../../../salt/modules/git.py:docstring of salt.modules.git.fetch:13
#: ../../../salt/modules/git.py:docstring of salt.modules.git.pull:13
#: ../../../salt/modules/git.py:docstring of salt.modules.git.push:19
#: ../../../salt/modules/git.py:docstring of salt.modules.git.submodule:16
# 986e7c9d6ae84849aead031113b59c2e
# 10f60bf29c544eeeb0e2e7051e754ee3
# d054e932e26c4448a4084de726c13b79
# 8937316b4efe4c959dc4b5112479fc8b
# af735e421fc2445186556dc3284b5310
msgid "A path to a private key to use over SSH"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.commit:1
# bfa50b6b5eae42b398e7f544f801a94c
msgid "create a commit"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.commit:7
# fb86524df6dc4cc29aa3e88e041c7934
msgid "message"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.commit:7
# 70c390c258874c21adc68d90ece72b38
msgid "The commit message"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.config_get:1
# fb6610513cee479db23b726e27d0807a
msgid "Get a key from the git configuration file (.git/config) of the repository."
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.config_get:7
#: ../../../salt/modules/git.py:docstring of salt.modules.git.config_set:8
# 1a40a4cda1cc463a8097a356a6992b13
# 16e59a5a089b41149133bfdbfa622f54
msgid "setting_name"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.config_get:7
# a134a734150147aca07c2cddd264912a
msgid "The name of the configuration key to get"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.config_set:1
# 1000b67c5270459ea09c56d612d0449e
msgid "Set a key in the git configuration file (.git/config) of the repository or globally."
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.config_set:8
# deb7ac497fa7428ba5472c5f46c58645
msgid "The name of the configuration key to set"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.config_set:11
# ec1caf42aaa4457a8d9910dce3de0958
msgid "setting_value"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.config_set:11
# 1980f41c595a46d7ae5b9ac8848ece58
msgid "The (new) value to set"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.config_set:17
# 0bdeb45305564f77b37bb54720ba1496
msgid "is_global : False"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.config_set:17
# e6aa4236571741388195ebda4ad34f95
msgid "Set to True to use the '--global' flag with 'git config'"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.current_branch:1
# 40798515a1944dd49f0c0335f4bd1c37
msgid "Returns the current branch name, if on a branch."
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.describe:1
# 444c7e81974e4d31b243e39e9f700171
msgid "Returns the git describe string (or the SHA hash if there are no tags) for the given revision"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.describe:8
# 856fc2a267174207b05cddfd46fd68c8
msgid "The revision to describe"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.fetch:1
# 9840d2a355ce48dfb064ebad284336a9
msgid "Perform a fetch on the given repository"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.init:1
# df32bc04824244d287d933dd699da202
msgid "Initialize a new git repository"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.merge:1
# e904515472864ebcaad53136b9587834
msgid "Merge a given branch"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.merge:7
# 19c56fce09824903912eca8c508381ee
msgid "branch : @{upstream}"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.merge:7
# cca8f3f23731401a81a2954cde7d60ac
msgid "The remote branch or revision to merge into the current branch"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.pull:1
# 9811f6ca71574c258c0e51b91cd09eb6
msgid "Perform a pull on the given repository"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.push:1
# 4293a5baf73f4b789874188039686e4e
msgid "Push to remote"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.push:7
# d32159172fbc48fbbf08b7fbb773b3b3
msgid "remote_name"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.push:7
# 5b1f84d924fd47b7a07c89ebccc82673
msgid "Name of the remote to push to"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.push:10
# 604eb26db4214f678107cff9b9b3f2a9
msgid "branch : master"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.push:10
# fffc17a3cf574075a71edae41e5e7af0
msgid "Name of the branch to push"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.rebase:1
# d7dad6ff44934f358a3093e4d0feff69
msgid "Rebase the current branch"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.rebase:7
# 457b778308fb41f2b26e37c8f34d935e
msgid "rev : master"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.rebase:7
# dd34a041167642fb9c804d3b8da907d5
msgid "The revision to rebase onto the current branch"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.rebase:22
# bad21cbfc9d048e8bac06fede37efed2
msgid "That is the same as:"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.remote_get:1
# 1fdfb04d47034323a62feba4848ee386
msgid "get the fetch and push URL for a specified remote name"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.remote_get:4
# 6e3bffdff8ca4cb291ddeb42f9cd56b9
msgid "remote : origin"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.remote_get:4
# 7c8034ed1a724e56bdb98849a733cdcc
msgid "the remote name used to define the fetch and push URL"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.remote_set:1
# b841aa9293ba43eea258e66c06d14bbd
msgid "sets a remote with name and URL like git remote add <remote_name> <remote_url>"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.remote_set:4
# a3de04e53f69403d990af7b240fece56
msgid "remote_name : origin"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.remote_set:4
# 732ed05edee04f06b1e450f086d51839
msgid "defines the remote name"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.remote_set:7
# 4f24075f77b844e68865cf583b507c61
msgid "remote_url : None"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.remote_set:7
# 129de1dae92b49499812b44321337ac7
msgid "defines the remote URL; should not be None!"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.remotes:1
# 40758349a60840e0b3e271c65898ee11
msgid "Get remotes like git remote -v"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.reset:1
# 4e7a550625114f5abdc86d259f233977
msgid "Reset the repository checkout"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.revision:1
# 2914b900ce41473aa40bd04c40cb1a65
msgid "Returns the long hash of a given identifier (hash, branch, tag, HEAD, etc)"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.revision:7
# 2f3b78c3af1647a69137ed381c3ada85
msgid "The revision"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.revision:10
# 29db34d3ad6a4eed94f6109932474a4e
msgid "short: False"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.revision:10
# ab9151a30e9b4bbfb2455eb70e0de692
msgid "Return an abbreviated SHA1 git hash"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.rm:1
# 0683cdeaee7441b3bf2431976a58794b
msgid "Remove a file from git"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.stash:1
# ecd0cfee3a584638a31ec225d5b673d5
msgid "Stash changes in the repository checkout"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.status:1
# 691600104a2d4576adc23b05b43368c2
msgid "Return the status of the repository. The returned format uses the status codes of gits 'porcelain' output mode"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.submodule:1
# 30611aa406be401b8b5544eb2dc07d0f
msgid "Initialize git submodules"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.submodule:7
# f7c3b1ffac2e467ca8fa35a99e94bea3
msgid "init : True"
msgstr ""
#: ../../../salt/modules/git.py:docstring of salt.modules.git.submodule:7
# 5a964412f3a049a890efc7f2543b1a45
msgid "Ensure that new submodules are initialized"
msgstr ""

View file

@ -0,0 +1,87 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.glance.rst:6
# 35a02e57583a4a6cbadb060808892829
msgid "salt.modules.glance"
msgstr ""
#: ../../../salt/modules/glance.py:docstring of salt.modules.glance:1
# 8ab37f3ab4724e60a8484ae99514f47d
msgid "Module for handling openstack glance calls."
msgstr ""
#: ../../../salt/modules/glance.py:docstring of salt.modules.glance:3
# 06140b732a6f444c9fad771e6648dd83
msgid "glanceclient Python adapter"
msgstr ""
#: ../../../salt/modules/glance.py:docstring of salt.modules.glance:4
# 59aebb228c9c40fca7bbc546910f0b1b
msgid "This module is not usable until the following are specified either in a pillar or in the minion's config file::"
msgstr ""
#: ../../../salt/modules/glance.py:docstring of salt.modules.glance:14
# 709689fe1b3c47148e54820a57e51b60
msgid "If configuration for multiple openstack accounts is required, they can be set up as different configuration profiles: For example::"
msgstr ""
#: ../../../salt/modules/glance.py:docstring of salt.modules.glance:32
# 271f07b5b820412089da0004501d9517
msgid "With this configuration in place, any of the keystone functions can make use of a configuration profile by declaring it explicitly. For example::"
msgstr ""
#: ../../../salt/modules/glance.py:docstring of salt.modules.glance.image_create:1
# 438b625d1bf14da0bce14cdb237ddcfb
msgid "Create an image (glance image-create)"
msgstr ""
#: ../../../salt/modules/glance.py:docstring of salt.modules.glance.image_create:3
#: ../../../salt/modules/glance.py:docstring of salt.modules.glance.image_list:3
#: ../../../salt/modules/glance.py:docstring of salt.modules.glance.image_show:3
# 4850dcf15ca14a299d19a994770b0f55
# d5fa1e9b58884de5943f248c5f196fae
# 2338a05101b74ec1bfba658b74332c43
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/glance.py:docstring of salt.modules.glance.image_create:11
# 9eac8ed0870a4545ba84ed97ce14ad81
msgid "For all possible values, run ``glance help image-create`` on the minion."
msgstr ""
#: ../../../salt/modules/glance.py:docstring of salt.modules.glance.image_delete:1
# b3f44fc6a9874de39357b2f7da327598
msgid "Delete an image (glance image-delete)"
msgstr ""
#: ../../../salt/modules/glance.py:docstring of salt.modules.glance.image_delete:3
# c6b776785e9d464dba5472d0c0d68d6c
msgid "CLI Examples:"
msgstr ""
#: ../../../salt/modules/glance.py:docstring of salt.modules.glance.image_list:1
# 1a438f8eda824780841e5565defdf868
msgid "Return a list of available images (glance image-list)"
msgstr ""
#: ../../../salt/modules/glance.py:docstring of salt.modules.glance.image_show:1
# bc01a49dc7654f968f1d1ff8d164cc6e
msgid "Return details about a specific image (glance image-show)"
msgstr ""

View file

@ -0,0 +1,158 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.grains.rst:6
# c1f76b838de54e30b69bafa472073605
msgid "salt.modules.grains"
msgstr ""
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains:1
# bb753b3da84945aa90af62f0e690959a
msgid "Return/control aspects of the grains data"
msgstr ""
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.append:3
# f36982ae889a4d0cb82348b31ae463ea
msgid "Append a value to a list in the grains config file"
msgstr ""
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.append:5
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.delval:5
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.filter_by:60
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.get:14
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.get_or_set_hash:17
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.item:3
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.items:3
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.ls:3
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.remove:5
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.setval:3
# d329fa0e25c146858ee3752ab0bcfb35
# fe18996926434775a0f1b767050df4d2
# 493dec7da43249c9ba6cdaa930f3eafd
# ed35482869954f5f9376ff3200738a71
# 848b9f018b2343768ce2be72cce1847e
# 33ffb7a6fec84c0cb66b090c01b9b9b8
# 3ea76fcdb48b4412b67da83ea318aa03
# 3aa8a7e16dde46d38052fe683403c2ad
# 6e7b830d40af44c0898d53b864abaf8c
# 7d447c007f5f412a880f9776b9d3c2cc
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.delval:3
# 11fb891865414c7a91f6a7ca604ec05c
msgid "Delete a grain from the grains config file"
msgstr ""
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.filter_by:3
# fcaf0403adae423184c16b643142ad6f
msgid "Look up the given grain in a given dictionary for the current OS and return the result"
msgstr ""
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.filter_by:6
# 34576084b1234741a5d43bb7c52bc97a
msgid "Although this may occasionally be useful at the CLI, the primary intent of this function is for use in Jinja to make short work of creating lookup tables for OS-specific data. For example:"
msgstr ""
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.filter_by:25
# 94bdab331a1c42d292cb3041b1ebab7a
msgid "Values in the lookup table may be overridden by values in Pillar. An example Pillar to override values in the example above could be as follows:"
msgstr ""
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.filter_by:35
# 37ecd91d8c3045a18a1c7ad140e1df8d
msgid "The call to ``filter_by()`` would be modified as follows to reference those Pillar values:"
msgstr ""
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.filter_by:45
# d0386b4606eb45ad98c5a50efba5e15a
msgid "A dictionary, keyed by a grain, containing a value or values relevant to systems matching that grain. For example, a key could be the grain for an OS and the value could the name of a package on that particular OS."
msgstr ""
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.filter_by:49
# 83fe27916a7b4428ab3e6ac75d254331
msgid "The name of a grain to match with the current system's grains. For example, the value of the \"os_family\" grain for the current system could be used to pull values from the ``lookup_dict`` dictionary."
msgstr ""
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.filter_by:53
# ebe924fb26ec4914b492c846fb69cb01
msgid "A dictionary to merge with the ``lookup_dict`` before doing the lookup. This allows Pillar to override the values in the ``lookup_dict``. This could be useful, for example, to override the values for non-standard package names such as when using a different Python version from the default Python version provided by the OS (e.g., ``python26-mysql`` instead of ``python-mysql``)."
msgstr ""
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.get:1
# 929e7ffd95734115b429e27768139202
msgid "Attempt to retrieve the named value from grains, if the named value is not available return the passed default. The default return is an empty string."
msgstr ""
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.get:4
# bd6b2a5c95784ed4adbe16dac1ac5bb2
msgid "The value can also represent a value in a nested dict using a \":\" delimiter for the dict. This means that if a dict in grains looks like this::"
msgstr ""
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.get:9
# 11cf579dbae648f2a1ccf962d340fa0a
msgid "To retrieve the value associated with the apache key in the pkg dict this key can be passed::"
msgstr ""
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.get_or_set_hash:1
# 8b4fb32dbeb94273b233577bdda6f7e1
msgid "Perform a one-time generation of a hash and write it to the local grains. If that grain has already been set return the value instead."
msgstr ""
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.get_or_set_hash:4
# a288adc37c9344adbc790b3d37653277
msgid "This is useful for generating passwords or keys that are specific to a single minion that don't need to be stored somewhere centrally."
msgstr ""
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.get_or_set_hash:7
# 7b43f3d15dce4dd7936d8321caad1de9
msgid "State Example:"
msgstr ""
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.item:1
# f2a2ba27de0f4b3bb82e22d8d0dec9c7
msgid "Return one or more grains"
msgstr ""
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.item:10
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.items:9
# 075077a100a944d087df7fdefcd35b90
# 5e92203ba3584c199f4a6b258c4fcc61
msgid "Sanitized CLI Example:"
msgstr ""
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.items:1
# a127b4caed8e45cb9b7c939052351ef8
msgid "Return all of the minion's grains"
msgstr ""
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.ls:1
# c78fd226894646c68732146295b58b5e
msgid "Return a list of all available grains"
msgstr ""
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.remove:3
# efc041899c5e40d8a9e6ed1993510c8b
msgid "Remove a value from a list in the grains config file"
msgstr ""
#: ../../../salt/modules/grains.py:docstring of salt.modules.grains.setval:1
# 7ba31f23875e40c9b08d437bfb68724b
msgid "Set a grains value in the grains config file"
msgstr ""

View file

@ -0,0 +1,66 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.groupadd.rst:6
# 544cb27dd2d147129c4edea0714e12d2
msgid "salt.modules.groupadd"
msgstr ""
#: ../../../salt/modules/groupadd.py:docstring of salt.modules.groupadd:1
# e3da5b247a42402bbedb322f36f724b9
msgid "Manage groups on Linux and OpenBSD"
msgstr ""
#: ../../../salt/modules/groupadd.py:docstring of salt.modules.groupadd.add:1
# b65336e7a3fb42829026d714e45f72d7
msgid "Add the specified group"
msgstr ""
#: ../../../salt/modules/groupadd.py:docstring of salt.modules.groupadd.add:3
#: ../../../salt/modules/groupadd.py:docstring of salt.modules.groupadd.chgid:3
#: ../../../salt/modules/groupadd.py:docstring of salt.modules.groupadd.delete:3
#: ../../../salt/modules/groupadd.py:docstring of salt.modules.groupadd.getent:3
#: ../../../salt/modules/groupadd.py:docstring of salt.modules.groupadd.info:3
# a0669d309f214e5da6655843f040e89b
# f7487895c5e841728b8b09062c18ca87
# 8af74b578e1446879ad385cf5189311c
# 177551c39ceb4cf18463721f45e6b06c
# 70a0e215c9f04f6795079fe20477be82
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/groupadd.py:docstring of salt.modules.groupadd.chgid:1
# fd44efec10f049f890bf87157b4c20f3
msgid "Change the gid for a named group"
msgstr ""
#: ../../../salt/modules/groupadd.py:docstring of salt.modules.groupadd.delete:1
# 0b880597f48247da8e562ef80a9dd330
msgid "Remove the named group"
msgstr ""
#: ../../../salt/modules/groupadd.py:docstring of salt.modules.groupadd.getent:1
# 5f30d9d789c4484b8b7f1cab2df65de2
msgid "Return info on all groups"
msgstr ""
#: ../../../salt/modules/groupadd.py:docstring of salt.modules.groupadd.info:1
# 556230e48f3249b5bc50d1d1d1f71ff4
msgid "Return information about a group"
msgstr ""

View file

@ -0,0 +1,45 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.grub_legacy.rst:6
# cf2b3bbb89be4d3e8a0bd7084d330fde
msgid "salt.modules.grub_legacy"
msgstr ""
#: ../../../salt/modules/grub_legacy.py:docstring of salt.modules.grub_legacy:1
# 716b2fdcba094f0d8b6734bef3f92f0d
msgid "Support for GRUB Legacy"
msgstr ""
#: ../../../salt/modules/grub_legacy.py:docstring of salt.modules.grub_legacy.conf:1
# 0e9969de929f48e5b04912c7127d5eba
msgid "Parse GRUB conf file"
msgstr ""
#: ../../../salt/modules/grub_legacy.py:docstring of salt.modules.grub_legacy.conf:3
#: ../../../salt/modules/grub_legacy.py:docstring of salt.modules.grub_legacy.version:3
# 8c368df9b4614803bf66b3bbf65c28cf
# c5394cbafe3c408bbc5fc4e1459d7ac6
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/grub_legacy.py:docstring of salt.modules.grub_legacy.version:1
# 16f87091947f493e91bb41fd8c2286ed
msgid "Return server version from grub --version"
msgstr ""

View file

@ -0,0 +1,43 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.guestfs.rst:6
# fa2447acfb1340d0a106f0ff32618215
msgid "salt.modules.guestfs"
msgstr ""
#: ../../../salt/modules/guestfs.py:docstring of salt.modules.guestfs:1
# 05f07092c7ba4b07858fdfca12a41c2b
msgid "Interact with virtual machine images via libguestfs"
msgstr ""
#: ../../../salt/modules/guestfs.py:docstring of salt.modules.guestfs:3
# 277841565f1f478da8111b77b8bae818
msgid "libguestfs"
msgstr ""
#: ../../../salt/modules/guestfs.py:docstring of salt.modules.guestfs.mount:1
# 41f7ec8d82dd422cb07c225dd606a190
msgid "Mount an image"
msgstr ""
#: ../../../salt/modules/guestfs.py:docstring of salt.modules.guestfs.mount:3
# 5f3b64a544414f71ac4374097ee15af6
msgid "CLI Example:"
msgstr ""

View file

@ -0,0 +1,243 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.hg.rst:6
# 4c43ac86d87e4896a857da7628a9476e
msgid "salt.modules.hg"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg:1
# 5e827023ceae40f5a6da3c7a6d491c7f
msgid "Support for the Mercurial SCM"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.archive:1
# 3447d2d868024b8ba5f13a86746089f3
msgid "Export a tarball from the repository"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.archive:4
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.clone:4
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.describe:4
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.pull:4
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.revision:4
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.update:4
# 3b5e7da7036941a98257d98a85d6897f
# 10ac80b0491345c59bae7ed57af4cdf9
# cfe051e5f4a047d5b0c1d8d8cef64bbe
# a5f9a1b67f74441093f08a5f766792a0
# 3fcf46b26a2e437997e652cfe36963d3
# 62126b31aa444d8ca8453d56c4152bb3
msgid "cwd"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.archive:4
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.clone:4
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.describe:4
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.pull:4
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.revision:4
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.update:4
# c3fae9dfcc594fe5a32301b174eb7bb4
# 97f78af573d94314bcdcf9ba5ae91e20
# 12db7d275682484ebfc2ee49786b1493
# d4feabb8750d4b83b90aae9ec55d5e79
# b8806ae84e324bb0ab5f5bd6fb72dc1b
# 192a831e480346afb014f9303fd6ad20
msgid "The path to the Mercurial repository"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.archive:7
# 597fdf0c037341d4a051592669e26454
msgid "output"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.archive:7
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.describe:7
# 54340bf93ad8456f882229961d72fa8f
# 0f7592c8feb844f9871e6893d0c04175
msgid "The path to the archive tarball"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.archive:10
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.describe:7
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.revision:7
# c67b9fa88aa54ff1ad9153a9d6d7a585
# 4bfd84431eae4d8ebfe47e9a0497796d
# 4e364aad460f422193a0c533fdba1fd4
msgid "rev: tip"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.archive:10
# 59ddd207dc9a4708ae78d436bd7bd036
msgid "The revision to create an archive from"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.archive:14
# a264252ebb9d49d78ce4afeea9697bf9
msgid "fmt: None"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.archive:13
# 8bac589149e54e8d925fb26d1ac2d0c7
msgid "Format of the resulting archive. Mercurial supports: tar, tbz2, tgz, zip, uzip, and files formats."
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.archive:17
# 985827d742544f09a1779f95106b2f6c
msgid "prefix : None"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.archive:17
# 78716a081666418298ed6b533479e320
msgid "Prepend <prefix>/ to every filename in the archive"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.archive:20
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.clone:13
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.describe:10
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.pull:10
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.revision:13
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.update:13
# 43927ae7709647149ce07537a15bef54
# aaf76abaa29e4806b055d1d50b08d4e6
# 120aeabb67eb444fb37ab78278cf181c
# 1e9f16dbb0f24366a8820515dc03cfb9
# 9caa09c39b994f08997c526f40ae9dd5
# dca007a9c1414e3b95b4bff5bb187ca8
msgid "user : None"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.archive:20
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.clone:13
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.describe:10
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.pull:10
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.revision:13
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.update:13
# 8a30da7856ad4c128a75ab99246392c3
# 1fc0283c94e746648fd4f8a0123956a7
# 93de7436bbeb40d789c04ace35c2a6dc
# ddd75ec5995a44fca232c7625a0e5beb
# 1699ff32ed9d4c008e0814030f65a487
# 1c90fd9f5b8947158ba0be362f6609f5
msgid "Run hg as a user other than what the minion runs as"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.archive:22
# 2cf02b6b2fe14294946d1ecb12dfa0fe
msgid "If ``prefix`` is not specified it defaults to the basename of the repo directory."
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.archive:25
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.clone:15
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.describe:12
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.pull:12
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.revision:15
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.update:15
# 40608f2da2ff40d2b134da6849938599
# af1bba27aa774eb78766a1291941ef42
# e3cd849a4e41418b9841aa1bbe8b144d
# 15655d61b9de4aab999ec58d9d1d2fe9
# 13bc9d3cffce489bb99541a80c47be29
# edcf94dfc3534fdbb1cb1212b2b5d1b7
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.clone:1
# 563e0350342246acba33ec86a1238954
msgid "Clone a new repository"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.clone:7
# 12e0ba4f513542d78566f9307938d07f
msgid "repository"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.clone:7
# 40626efb77b549ed813bd98d1768ebb0
msgid "The hg URI of the repository"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.clone:10
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.pull:7
# 6d02bd6f550f4a4598ed59754ef8a652
# 100e550508044350baf2ab58ef4e6fa1
msgid "opts : None"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.clone:10
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.pull:7
# ee01662784814f1c888b0c9ce2a32837
# 699d486320cd4b2fbddc03e5dec745ad
msgid "Any additional options to add to the command line"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.describe:1
# 8e0de842009c48129f3506e7bf2efb5f
msgid "Mimick git describe and return an identifier for the given revision"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.pull:1
# 70c5dac35d314cbb9d8e5e43cfecdd2b
msgid "Perform a pull on the given repository"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.revision:1
# 138a6a1fd5374a89ad0bb0171e42d826
msgid "Returns the long hash of a given identifier (hash, branch, tag, HEAD, etc)"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.revision:7
# fd3209519ec74f1da60d6c73f298eb88
msgid "The revision"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.revision:10
# 72371975bb564b27a8ec0cc3e3cbff58
msgid "short: False"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.revision:10
# 64b77e0d9d2241ff94a0d9c51cf6d5c0
msgid "Return an abbreviated commit hash"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.update:1
# d7f63813ebd1460683a43d55ca69fd3e
msgid "Update to a given revision"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.update:7
# 5113561fd24142b89e0b7f6389112870
msgid "rev"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.update:7
# 4451b3119ba143f097207afdb4ff5cdd
msgid "The revision to update to"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.update:10
# 9520c20b9c424b80ba9db3bbaff147cc
msgid "force : False"
msgstr ""
#: ../../../salt/modules/hg.py:docstring of salt.modules.hg.update:10
# f3903199a1994a788c2dd1895745b2d0
msgid "Force an update"
msgstr ""

View file

@ -0,0 +1,80 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.hosts.rst:6
# 742f8462fb3f48ae8a7640775d6c5c3a
msgid "salt.modules.hosts"
msgstr ""
#: ../../../salt/modules/hosts.py:docstring of salt.modules.hosts:1
# 8a42d151321d404aa9d33e90729b6aa7
msgid "Manage the information in the hosts file"
msgstr ""
#: ../../../salt/modules/hosts.py:docstring of salt.modules.hosts.add_host:1
# 58995c901221495c83e04b28a5d2a1d4
msgid "Add a host to an existing entry, if the entry is not in place then create it with the given host"
msgstr ""
#: ../../../salt/modules/hosts.py:docstring of salt.modules.hosts.add_host:4
#: ../../../salt/modules/hosts.py:docstring of salt.modules.hosts.get_alias:3
#: ../../../salt/modules/hosts.py:docstring of salt.modules.hosts.get_ip:3
#: ../../../salt/modules/hosts.py:docstring of salt.modules.hosts.has_pair:3
#: ../../../salt/modules/hosts.py:docstring of salt.modules.hosts.list_hosts:5
#: ../../../salt/modules/hosts.py:docstring of salt.modules.hosts.rm_host:3
#: ../../../salt/modules/hosts.py:docstring of salt.modules.hosts.set_host:4
# 1e58d56706e9451091174c794e285df9
# bec55dbf608d4ad79599ffd43ff8732d
# 154b4e562db24c869aae72590fa3407b
# a04eae045be44c9c919622aebcd57de4
# 19845f8f80b743748844523aa20acb31
# a324e87fd38e4ea6b8378e70db1febf7
# 6c29cd7354334a12876f50213f75d403
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/hosts.py:docstring of salt.modules.hosts.get_alias:1
# 2f869437c428442b9a4ec720cc09cf68
msgid "Return the list of aliases associated with an ip"
msgstr ""
#: ../../../salt/modules/hosts.py:docstring of salt.modules.hosts.get_ip:1
# a8b4633c07214425ab83b6c9b2b2cfe1
msgid "Return the ip associated with the named host"
msgstr ""
#: ../../../salt/modules/hosts.py:docstring of salt.modules.hosts.has_pair:1
# 84dcb2dbbea34ca4bbcb5101c668193a
msgid "Return true if the alias is set"
msgstr ""
#: ../../../salt/modules/hosts.py:docstring of salt.modules.hosts.list_hosts:1
# fb9eb4ac8ffa4c78b9204e426e5b687b
msgid "Return the hosts found in the hosts file in this format::"
msgstr ""
#: ../../../salt/modules/hosts.py:docstring of salt.modules.hosts.rm_host:1
# e8ff0482118c4ecaad6e799c2156eb54
msgid "Remove a host entry from the hosts file"
msgstr ""
#: ../../../salt/modules/hosts.py:docstring of salt.modules.hosts.set_host:1
# 49ccd9d028d04fa1afd4ce02fe8f95d3
msgid "Set the host entry in the hosts file for the given ip, this will overwrite any previous entry for the given ip"
msgstr ""

View file

@ -0,0 +1,86 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.img.rst:6
# 3e91229352624962b24f93e616c6da3f
msgid "salt.modules.img"
msgstr ""
#: ../../../salt/modules/img.py:docstring of salt.modules.img:1
# 4c45a905d2774593bd32fa4e8fa91529
msgid "Virtual machine image management tools"
msgstr ""
#: ../../../salt/modules/img.py:docstring of salt.modules.img.bootstrap:1
# 9510528deaad464095bbb434207f8568
msgid "HIGHLY EXPERIMENTAL Bootstrap a virtual machine image"
msgstr ""
#: ../../../salt/modules/img.py:docstring of salt.modules.img.bootstrap:5
# 2c0bd313b97243a48cf1fdb7e3d3ccc9
msgid "location:"
msgstr ""
#: ../../../salt/modules/img.py:docstring of salt.modules.img.bootstrap:5
# b1e8ff9fe16045ecbc0a7350bd5d6bee
msgid "The location to create the image"
msgstr ""
#: ../../../salt/modules/img.py:docstring of salt.modules.img.bootstrap:8
# fc3cf54a69264bb08714d4b4d68db693
msgid "size:"
msgstr ""
#: ../../../salt/modules/img.py:docstring of salt.modules.img.bootstrap:8
# 0fde706325fb42b4a8c0a17360bd9203
msgid "The size of the image to create in megabytes"
msgstr ""
#: ../../../salt/modules/img.py:docstring of salt.modules.img.bootstrap:11
# 61093d7f98a64f6da3c36d30696dc765
msgid "fmt:"
msgstr ""
#: ../../../salt/modules/img.py:docstring of salt.modules.img.bootstrap:11
# 013d15872f294bb6ade006400156e701
msgid "The image format, raw or qcow2"
msgstr ""
#: ../../../salt/modules/img.py:docstring of salt.modules.img.bootstrap:13
#: ../../../salt/modules/img.py:docstring of salt.modules.img.mnt_image:3
#: ../../../salt/modules/img.py:docstring of salt.modules.img.mount_image:3
#: ../../../salt/modules/img.py:docstring of salt.modules.img.umount_image:3
# f805f2b01f9f429fa61e6c23f39f8ad6
# 7a97117715ea4c2fac0165ad042a7caa
# 5fafeb43280148cfa820e1b665afbede
# 6281b26b21794f74b9e7a2979563ed97
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/img.py:docstring of salt.modules.img.mnt_image:1
#: ../../../salt/modules/img.py:docstring of salt.modules.img.mount_image:1
# 8f26c412b3104fff9a00d56d79c5acd6
# ad66836b84234add886e721a9421e443
msgid "Mount the named image and return the mount point"
msgstr ""
#: ../../../salt/modules/img.py:docstring of salt.modules.img.umount_image:1
# e003f8cbd44f4b9da4513ab9995390f4
msgid "Unmount an image mountpoint"
msgstr ""

View file

@ -0,0 +1,164 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.iptables.rst:6
# b38f88a16170421aab91dcc47f6c4191
msgid "salt.modules.iptables"
msgstr ""
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables:1
# 095ccd8b003e42d18962bf4db6e10f3f
msgid "Support for iptables"
msgstr ""
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.append:1
# f93a65146eb14c949c8a20a26e126923
msgid "Append a rule to the specified table/chain."
msgstr ""
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.append:6
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.check:6
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.delete:7
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.insert:6
# 19d055a139114dbb8c7c4b05aab71f02
# 5420c6d49bcb4ee3a1992c66470ea4a3
# 4c887120eec7445a8804bff783e21503
# a2f6a5c9b10a4aa0a8aa9220a07a3a85
msgid "This function accepts a rule in a standard iptables command format,"
msgstr ""
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.append:4
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.check:4
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.delete:5
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.insert:4
# 0c29118c7267483da23db72911a48366
# 9c0d3a2151714ffbb6f7245bf5ad2519
# 72f6cfd1d04a428ea5a7c202a59b8d03
# 2ae9407528584ccf940ec96231a85776
msgid "starting with the chain. Trying to force users to adapt to a new method of creating rules would be irritating at best, and we already have a parser that can handle it."
msgstr ""
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.append:8
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.check:8
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.flush:3
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.get_policy:3
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.get_rules:3
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.get_saved_rules:3
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.save:3
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.set_policy:3
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.version:3
# 39f1eb68f80d4531b86de5a87c50a731
# bd4bafdee1ed4a68a79df6102c5f2935
# 1cab9b33cc2f4114ace587056cba5265
# 4a8d60054972437791d95e7846851080
# 84f0d79cbf6b4f9393b3721c54527c37
# 4519e2b4b54342cb9b969c72cb69b367
# c02ce6b4a1f0460fb9f51b598777d1a6
# fa47fbea08ab4a239130eac1c4a975a1
# 03210593430245c080999bc553db96ee
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.build_rule:1
# 20df7d264ce042c7bd8f018ada9e2a73
msgid "Build a well-formatted iptables rule based on kwargs. Long options must be used (`--jump` instead of `-j`) because they will have the `--` added to them. A `table` and `chain` are not required, unless `full` is True."
msgstr ""
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.build_rule:5
# 60f93cdd369649c083b4fb027d5ccf83
msgid "If `full` is `True`, then `table`, `chain` and `command` are required. `command` may be specified as either a short option ('I') or a long option (`--insert`). This will return the iptables command, exactly as it would be used from the command line."
msgstr ""
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.build_rule:10
# e30d51d172bd4f76be6384dfc6bb6fbc
msgid "If a position is required (as with `-I` or `-D`), it may be specified as `position`. This will only be useful if `full` is True."
msgstr ""
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.build_rule:13
# 18ecf7ea443c4160ae81daad9e9584f1
msgid "If `connstate` is passed in, it will automatically be changed to `state`."
msgstr ""
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.build_rule:15
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.delete:9
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.get_saved_policy:3
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.insert:8
# eedd2e06742c42b0806cac256fd6d787
# 21ad0f9af79745a097243bd75a29f5f0
# 0fd867740ebf4471aead55580411774b
# f853e8dc325e4ba8886268ac715775d4
msgid "CLI Examples:"
msgstr ""
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.check:1
# 6906a86ca8cf46a888b8c408477439d9
msgid "Check for the existance of a rule in the table and chain"
msgstr ""
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.delete:2
# 6f5320677afc4282bb3358f5c90aa51a
msgid "Delete a rule from the specified table/chain, specifying either the rule"
msgstr ""
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.delete:2
# e3d1e7ee01e64d859506e76eadeb6f72
msgid "in its entirety, or the rule's position in the chain."
msgstr ""
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.flush:1
# 56057937b87a4dc2aba1550257fa65c9
msgid "Flush all chains in the specified table."
msgstr ""
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.get_policy:1
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.get_saved_policy:1
# 4cd7ebb8e2e6454aa4c8349b7c39dd66
# 9b63920fb6b748d48d3e88b30680f3b2
msgid "Return the current policy for the specified table/chain"
msgstr ""
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.get_rules:1
# c9ea32508596463ca4e85d00105142f6
msgid "Return a data structure of the current, in-memory rules"
msgstr ""
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.get_saved_rules:1
# e2e688e9daa4442ab65f3ea6de4c8df0
msgid "Return a data structure of the rules in the conf file"
msgstr ""
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.insert:1
# 6af17d3bc36b4db18711b02b78b8ecab
msgid "Insert a rule into the specified table/chain, at the specified position."
msgstr ""
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.save:1
# 8dfb958f4f4345f18d2fb09f9486d9f8
msgid "Save the current in-memory rules to disk"
msgstr ""
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.set_policy:1
# 385420d33e8f4afdad35065633acaaed
msgid "Set the current policy for the specified table/chain"
msgstr ""
#: ../../../salt/modules/iptables.py:docstring of salt.modules.iptables.version:1
# f17fb6080bc64f4c96602728db2da114
msgid "Return version from iptables --version"
msgstr ""

View file

@ -0,0 +1,38 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.key.rst:6
# 6d818a1e7be44fe8a926a03814a5dbe6
msgid "salt.modules.key"
msgstr ""
#: ../../../salt/modules/key.py:docstring of salt.modules.key:1
# b3852d71d481495894505fc85602557c
msgid "Functions to view the minion's public key information"
msgstr ""
#: ../../../salt/modules/key.py:docstring of salt.modules.key.finger:1
# d3c8c9db881c4c8d995d74f3847c8344
msgid "Return the minion's public key fingerprint"
msgstr ""
#: ../../../salt/modules/key.py:docstring of salt.modules.key.finger:3
# e85985596bbe4474a8e469c0bd851715
msgid "CLI Example:"
msgstr ""

View file

@ -0,0 +1,59 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.keyboard.rst:6
# 5e94806d13d8432d9fc577faf0f5df26
msgid "salt.modules.keyboard"
msgstr ""
#: ../../../salt/modules/keyboard.py:docstring of salt.modules.keyboard:1
# 2ca5b45b27b248849bf1d99855d61f97
msgid "Module for managing keyboards on POSIX-like systems."
msgstr ""
#: ../../../salt/modules/keyboard.py:docstring of salt.modules.keyboard.get_sys:1
# 77bfe54bf80f4151b16754c8742a1cb9
msgid "Get current system keyboard setting"
msgstr ""
#: ../../../salt/modules/keyboard.py:docstring of salt.modules.keyboard.get_sys:3
#: ../../../salt/modules/keyboard.py:docstring of salt.modules.keyboard.get_x:3
#: ../../../salt/modules/keyboard.py:docstring of salt.modules.keyboard.set_sys:3
#: ../../../salt/modules/keyboard.py:docstring of salt.modules.keyboard.set_x:3
# d282883850044e36b7616a88a8312b65
# 1a774021426546359db899f4ece267ed
# d52af72e68d5472c99cba1eebc32f303
# ab3f389411164641bb60ac92e4a69f65
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/keyboard.py:docstring of salt.modules.keyboard.get_x:1
# c3cedb30d2024ab199acbc1fcecec746
msgid "Get current X keyboard setting"
msgstr ""
#: ../../../salt/modules/keyboard.py:docstring of salt.modules.keyboard.set_sys:1
# 87a060d4c3294820bccec463910a1a14
msgid "Set current system keyboard setting"
msgstr ""
#: ../../../salt/modules/keyboard.py:docstring of salt.modules.keyboard.set_x:1
# b5a0b610cbe14df39d6beb7ecf02632f
msgid "Set current X keyboard setting"
msgstr ""

View file

@ -0,0 +1,272 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.keystone.rst:6
# e18413cf183d463c97db95e5ce029496
msgid "salt.modules.keystone"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone:1
# 3f3757624bdd44a38d41bbfec6788c77
msgid "Module for handling openstack keystone calls."
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone:3
# 93461e3112614ec8afbcb56bc85162cb
msgid "keystoneclient Python adapter"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone:4
# 1382427aaec8463d9c75ef6968606a19
msgid "This module is not usable until the following are specified either in a pillar or in the minion's config file::"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone:18
# cd650865298c4a4ab157eba8b0c963ce
msgid "If configuration for multiple openstack accounts is required, they can be set up as different configuration profiles: For example::"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone:36
# 2f74f7e4ca3b47c38be8cac56f0e9f69
msgid "With this configuration in place, any of the keystone functions can make use of a configuration profile by declaring it explicitly. For example::"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.auth:1
# 2d22abf06ebb465ca9457cf27ce04c51
msgid "Set up keystone credentials"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.auth:3
# c2b173199bc844f3848ebc8899e81148
msgid "Only intended to be used within Keystone-enabled modules"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.ec2_credentials_create:1
# 9d00b753b2fc44d68ef70f4bf58890ae
msgid "Create EC2-compatibile credentials for user per tenant"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.ec2_credentials_create:3
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.ec2_credentials_delete:3
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.ec2_credentials_get:3
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.ec2_credentials_list:3
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.role_delete:3
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.role_get:3
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.service_create:3
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.service_delete:3
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.service_get:3
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.tenant_create:3
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.tenant_delete:3
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.tenant_get:3
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.tenant_update:5
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.user_create:3
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.user_delete:3
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.user_get:3
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.user_password_update:3
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.user_role_add:3
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.user_role_list:3
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.user_role_remove:3
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.user_update:5
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.user_verify_password:3
# 40e42814f8274503b0b22a225b62f16a
# a17af109175a495a99f7ffb5e4dbd0f7
# b035de76290840dc93c0ebf0efcf1605
# 28b59dfe4d754de9936c4cb66a461b43
# 40af6b4be03c470ab6b9062d99781a04
# 0aa3e78983764b859595601ad700d97a
# 5a5af4fc8c70406a86ca60b625c60602
# 9ddb9506327d42e588baad3a537c394f
# e76ebece182a44f29744a8aaa16ee2f6
# 575b29b27a4d48a38d99fe3394a41941
# 778c74412a784638afeea213027bef90
# a28326bded0244f6b0d5b4fc2409d80c
# 32f80317882043cfb912315a31d5d6c1
# e4e8f8a578554845bac7f8bc6eaebf19
# 19d05546a54d4dadb9b2c560a0fdbd1b
# eb8883e7238042dba3c46bab5db17c29
# 193a126a039945eb9577bf8ae8653310
# 1da707f154ab4397b4dc11db9243a516
# 24e7788aaac24dde8d3af25a192c53c0
# 2efe6642deaa4a56be50287a84cc0489
# 36244cc4c0d444cd8503a9b2a2d3833d
# 686f01534f624f1082f4704f880ca32b
msgid "CLI Examples:"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.ec2_credentials_delete:1
# f1630d3db7414f1da0c8fc6df06d761c
msgid "Delete EC2-compatibile credentials"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.ec2_credentials_get:1
# b942b5a937ce4221ae7e7b17e87273ba
msgid "Return ec2_credentials for a user (keystone ec2-credentials-get)"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.ec2_credentials_list:1
# 17be295bf08a4c6c9eb21da6a18dc746
msgid "Return a list of ec2_credentials for a specific user (keystone ec2-credentials-list)"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.endpoint_get:1
# f07f5f4b969b432bbded3378947ae394
msgid "Return a specific endpoint (keystone endpoint-get)"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.endpoint_get:3
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.endpoint_list:3
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.role_list:3
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.service_list:3
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.tenant_list:3
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.token_get:3
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.user_list:3
# 43cbb75a005c4e5cbf0984ce8f6c09fe
# 18d9af1d3e25413486cfaae134dbc847
# 26a67228035f4b138e530d6dd173d064
# 01ded4b6e6454fdaaf66a27e3bec68ca
# 5b380acc7f3343d88d0113b7253e3e7d
# 5812369730b34e6aac691809860c0d2b
# c5b93760265d49ebaab5b2fd2bf46f8e
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.endpoint_list:1
# e63d7d3ee0004b4a98ca4ff5ba15f97e
msgid "Return a list of available endpoints (keystone endpoints-list)"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.role_create:1
# 5958f81296ee415c98b48b5fa6f4dd25
msgid "Create named role"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.role_delete:1
# b00f95ebd1904f58b2d50648939ba624
msgid "Delete a role (keystone role-delete)"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.role_get:1
# 74809d474da9499690f608a873e365ee
msgid "Return a specific roles (keystone role-get)"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.role_list:1
# af10d7f708e248afb47e430c5b178645
msgid "Return a list of available roles (keystone role-list)"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.service_create:1
# 19699688e8834c7db518d50507ea619f
msgid "Add service to Keystone service catalog"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.service_delete:1
# 78e7de1fc44b49b4a17f626d7b3181f7
msgid "Delete a service from Keystone service catalog"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.service_get:1
# 9d4e59c5be0b4c149a00fa0824035c0d
msgid "Return a specific services (keystone service-get)"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.service_list:1
# f6eea8619d6b40dba2db84e2c19b24a1
msgid "Return a list of available services (keystone services-list)"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.tenant_create:1
# a11b5da264644dd8a3187d32b5d0ebf1
msgid "Create a keystone tenant"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.tenant_delete:1
# 6377fda0294348718cfbcbe6dca23801
msgid "Delete a tenant (keystone tenant-delete)"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.tenant_get:1
# 7b046cf24d72474faa05737dec914c68
msgid "Return a specific tenants (keystone tenant-get)"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.tenant_list:1
# fc8907a1f36e488fbf57378f06f159be
msgid "Return a list of available tenants (keystone tenants-list)"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.tenant_update:1
# 17741490cdf548fba60e12b80b371cf0
msgid "Update a tenant's information (keystone tenant-update) The following fields may be updated: name, email, enabled. Can only update name if targeting by ID"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.token_get:1
# 1255d917bc3a41fabe3142b89478eb1f
msgid "Return the configured tokens (keystone token-get)"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.user_create:1
# 84b931384d104176a7557b6779b2cc39
msgid "Create a user (keystone user-create)"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.user_delete:1
# 36b5ab5c998f4caba08a4cff2803dc32
msgid "Delete a user (keystone user-delete)"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.user_get:1
# b1124dea11ba4c2ab2277a453da59ed2
msgid "Return a specific users (keystone user-get)"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.user_list:1
# 25195b80ef4c41bbabcb44eb364cffd1
msgid "Return a list of available users (keystone user-list)"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.user_password_update:1
# d55d2ae4e5dd49df9a86f8c85f9deae4
msgid "Update a user's password (keystone user-password-update)"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.user_role_add:1
# 612992e9f1054fe9b816773e86402ad5
msgid "Add role for user in tenant (keystone user-role-add)"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.user_role_list:1
# 334ed076025f499d9bb6d13ac03b6335
msgid "Return a list of available user_roles (keystone user-roles-list)"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.user_role_remove:1
# 2f99ca55a95847c68c4ce4a445a3c8f8
msgid "Remove role for user in tenant (keystone user-role-remove)"
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.user_update:1
# 2ffdad41c54044928309c4d54d4c199b
msgid "Update a user's information (keystone user-update) The following fields may be updated: name, email, enabled, tenant. Because the name is one of the fields, a valid user id is required."
msgstr ""
#: ../../../salt/modules/keystone.py:docstring of salt.modules.keystone.user_verify_password:1
# 67c0429af52e4970a718a0e854297d33
msgid "Verify a user's password"
msgstr ""

View file

@ -0,0 +1,124 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.kmod.rst:6
# ecd8c621506c433ca77ab4bbb9cec521
msgid "salt.modules.kmod"
msgstr ""
#: ../../../salt/modules/kmod.py:docstring of salt.modules.kmod:1
# 54d79b7a451044b2a1d1cc69ffcb914d
msgid "Module to manage Linux kernel modules"
msgstr ""
#: ../../../salt/modules/kmod.py:docstring of salt.modules.kmod.available:1
# 9405ca1b9ebe4cbc9a6bd6425182c750
msgid "Return a list of all available kernel modules"
msgstr ""
#: ../../../salt/modules/kmod.py:docstring of salt.modules.kmod.available:3
#: ../../../salt/modules/kmod.py:docstring of salt.modules.kmod.check_available:3
#: ../../../salt/modules/kmod.py:docstring of salt.modules.kmod.is_loaded:3
#: ../../../salt/modules/kmod.py:docstring of salt.modules.kmod.load:9
#: ../../../salt/modules/kmod.py:docstring of salt.modules.kmod.lsmod:3
#: ../../../salt/modules/kmod.py:docstring of salt.modules.kmod.mod_list:3
#: ../../../salt/modules/kmod.py:docstring of salt.modules.kmod.remove:13
# 474957bbbce24f42b516252be18b3405
# 1b17ad39aa694776936aee06da741a12
# 87990c96a1ab45ef85ff14f5fdf25e56
# 471aa50569ef4e3a98b5d2431c279c39
# c9f273ac750e4ec9800c89c6f9cb465b
# 50cf7799cc104e7a816d183147552687
# 63fdbbabe5b747e59f7fe5f777d02eb6
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/kmod.py:docstring of salt.modules.kmod.check_available:1
# ea0b3b93bb8447c0961e969f1dd8e2db
msgid "Check to see if the specified kernel module is available"
msgstr ""
#: ../../../salt/modules/kmod.py:docstring of salt.modules.kmod.is_loaded:1
# 2dbbd1a7397b4af7986d1da53a187ca3
msgid "Check to see if the specified kernel module is loaded"
msgstr ""
#: ../../../salt/modules/kmod.py:docstring of salt.modules.kmod.load:1
# 44650306f70f427a953217070f41b238
msgid "Load the specified kernel module"
msgstr ""
#: ../../../salt/modules/kmod.py:docstring of salt.modules.kmod.load:4
#: ../../../salt/modules/kmod.py:docstring of salt.modules.kmod.remove:4
# c4098df2acdd47e1a39203f587a9c909
# 67033616c8b84560a3e58d60e7f59c0d
msgid "mod"
msgstr ""
#: ../../../salt/modules/kmod.py:docstring of salt.modules.kmod.load:4
# 3fe0d3bd0c6445b292282f42a4a58734
msgid "Name of module to add"
msgstr ""
#: ../../../salt/modules/kmod.py:docstring of salt.modules.kmod.load:7
#: ../../../salt/modules/kmod.py:docstring of salt.modules.kmod.remove:7
# d4108e83c9184cc0bbd6b6652086c5c1
# c4d178f5a6454c6f9245901ae638156f
msgid "persist"
msgstr ""
#: ../../../salt/modules/kmod.py:docstring of salt.modules.kmod.load:7
# bf77b9d7a4c045b88baa2abfafcfb739
msgid "Write module to /etc/modules to make it load on system reboot"
msgstr ""
#: ../../../salt/modules/kmod.py:docstring of salt.modules.kmod.lsmod:1
# d2c533d73a324d038284864c1f04027d
msgid "Return a dict containing information about currently loaded modules"
msgstr ""
#: ../../../salt/modules/kmod.py:docstring of salt.modules.kmod.mod_list:1
# 55f5a507b5dc4b258654b5501d3aa19c
msgid "Return a list of the loaded module names"
msgstr ""
#: ../../../salt/modules/kmod.py:docstring of salt.modules.kmod.remove:1
# 81ec00a0ba3242cd8ff8be7161deacd9
msgid "Remove the specified kernel module"
msgstr ""
#: ../../../salt/modules/kmod.py:docstring of salt.modules.kmod.remove:4
# 91402f8019a4445284f335546699c759
msgid "Name of module to remove"
msgstr ""
#: ../../../salt/modules/kmod.py:docstring of salt.modules.kmod.remove:7
# c4eeabaebfb44f71999564edf17376e6
msgid "Also remove module from /etc/modules"
msgstr ""
#: ../../../salt/modules/kmod.py:docstring of salt.modules.kmod.remove:11
# 5094859223974f41abe207bdb551ddd1
msgid "comment"
msgstr ""
#: ../../../salt/modules/kmod.py:docstring of salt.modules.kmod.remove:10
# 287070c3fc814378b81754e32a5073d4
msgid "If persist is set don't remove line from /etc/modules but only comment it"
msgstr ""

View file

@ -0,0 +1,78 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.launchctl.rst:6
# 52e3e498a55d4bda8d56bd76f44c5ab7
msgid "salt.modules.launchctl"
msgstr ""
#: ../../../salt/modules/launchctl.py:docstring of salt.modules.launchctl:1
# 5f1e047fe6244997b97e29e82ceeb17f
msgid "Module for the management of MacOS systems that use launchd/launchctl"
msgstr ""
#: ../../../salt/modules/launchctl.py:docstring of salt.modules.launchctl:3
# 2a4e896b37034d5fa66cc6bb9dff11b7
msgid "plistlib Python module"
msgstr ""
#: ../../../salt/modules/launchctl.py:docstring of salt.modules.launchctl.available:1
# f783159dff16435c9bd619fdd159b377
msgid "Check that the given service is available."
msgstr ""
#: ../../../salt/modules/launchctl.py:docstring of salt.modules.launchctl.available:3
#: ../../../salt/modules/launchctl.py:docstring of salt.modules.launchctl.get_all:3
#: ../../../salt/modules/launchctl.py:docstring of salt.modules.launchctl.restart:3
#: ../../../salt/modules/launchctl.py:docstring of salt.modules.launchctl.start:3
#: ../../../salt/modules/launchctl.py:docstring of salt.modules.launchctl.status:4
#: ../../../salt/modules/launchctl.py:docstring of salt.modules.launchctl.stop:3
# ed046e72476044218a4dfea30618230c
# 8e87260950cd45d4886d52afa09365ef
# f1ad4c514e344a4abb15537d1f05127d
# 592851194fdd4454a6e43dc1fefd6b1f
# 106f4502249442289c84d233542dd170
# 6183949f996a48cb8eedfbcefe3a4dc4
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/launchctl.py:docstring of salt.modules.launchctl.get_all:1
# 2a1e9693ce0e462eb3ed827fece35db6
msgid "Return all installed services"
msgstr ""
#: ../../../salt/modules/launchctl.py:docstring of salt.modules.launchctl.restart:1
# f33c7731a2704f2bba88630e4c3d906d
msgid "Restart the named service"
msgstr ""
#: ../../../salt/modules/launchctl.py:docstring of salt.modules.launchctl.start:1
# 35cb18aa99774909b67fde49e7a3a4e3
msgid "Start the specified service"
msgstr ""
#: ../../../salt/modules/launchctl.py:docstring of salt.modules.launchctl.status:1
# e7e4a5e34c164289a2b7e5cba8f351fb
msgid "Return the status for a service, returns a bool whether the service is running."
msgstr ""
#: ../../../salt/modules/launchctl.py:docstring of salt.modules.launchctl.stop:1
# b4ccd80bab8a464289d505e9a00c1382
msgid "Stop the specified service"
msgstr ""

View file

@ -0,0 +1,84 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2013 SaltStack, Inc.
# This file is distributed under the same license as the Salt package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Salt 0.17.0-848-g77b77a3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-10-12 23:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../ref/modules/all/salt.modules.layman.rst:6
# 4c593ec958194fb3b196710188c5b3b9
msgid "salt.modules.layman"
msgstr ""
#: ../../../salt/modules/layman.py:docstring of salt.modules.layman:1
# 9dc862fe4a7d4dfe80c5f594bb7827cf
msgid "Support for Layman"
msgstr ""
#: ../../../salt/modules/layman.py:docstring of salt.modules.layman.add:1
# 1b596f60b0e249fcaa166af891eb79b7
msgid "Add the given overlay from the caced remote list to your locally installed overlays. Specify 'ALL' to add all overlays from the remote list."
msgstr ""
#: ../../../salt/modules/layman.py:docstring of salt.modules.layman.add:5
# 37d824dcd6794a2db8f3b1a16bb137b2
msgid "Return a list of the new overlay(s) added:"
msgstr ""
#: ../../../salt/modules/layman.py:docstring of salt.modules.layman.add:7
#: ../../../salt/modules/layman.py:docstring of salt.modules.layman.delete:6
#: ../../../salt/modules/layman.py:docstring of salt.modules.layman.list_local:5
#: ../../../salt/modules/layman.py:docstring of salt.modules.layman.sync:7
# 6607b71b4ace4b53aec721b24d635e54
# 00efcaed302944ffa1c431351cf8c205
# cfa6d9e892b742d3b3836e4418764555
# 54bd22860ef34d5a88518f2df36fc88a
msgid "CLI Example:"
msgstr ""
#: ../../../salt/modules/layman.py:docstring of salt.modules.layman.delete:1
# aab7e0f694f544018afa0fc7013a4582
msgid "Remove the given overlay from the your locally installed overlays. Specify 'ALL' to remove all overlays."
msgstr ""
#: ../../../salt/modules/layman.py:docstring of salt.modules.layman.delete:4
# 2a0d82667d2d4e3eb880a654bc667c8a
msgid "Return a list of the overlays(s) that were removed:"
msgstr ""
#: ../../../salt/modules/layman.py:docstring of salt.modules.layman.list_local:1
# 03e16cc735d84cedb876970d1fac7fd0
msgid "List the locally installed overlays."
msgstr ""
#: ../../../salt/modules/layman.py:docstring of salt.modules.layman.list_local:3
# d66dd50515a34d72bc5fe17e3f4a5282
msgid "Return a list of installed overlays:"
msgstr ""
#: ../../../salt/modules/layman.py:docstring of salt.modules.layman.sync:1
# e955958d870c45c6bfd7a4f290b78490
msgid "Update the specified overlay. Use 'ALL' to synchronize all overlays. This is the default if no overlay is specified."
msgstr ""
#: ../../../salt/modules/layman.py:docstring of salt.modules.layman.sync:5
# 06170d009322488c85ae27984f167ca1
msgid "overlay"
msgstr ""
#: ../../../salt/modules/layman.py:docstring of salt.modules.layman.sync:5
# e08b1212416f4a99a8c0a82250dbeec3
msgid "Name of the overlay to sync. (Defaults to 'ALL')"
msgstr ""

Some files were not shown because too many files have changed in this diff Show more